Jump to content

Room23

Members
  • Posts

    3
  • Joined

  • Last visited

Room23's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. I've been poking around with (x)html for a while, and I want to create some sort of Flash menu controlling HTML (frames?) Here is one example:APC homepage Any guidelines?
  2. Ok, I started with HTML today, so I figured I might try to do this the right way, so I validate very often to check for errors. But now I even get errors when I copy the code from the examples Here is the code i try to use: <p>An image from W3Schools:<img src="http://www.w3schools.com/images/ie.gif" width="73" height="68"></p> The picture itself is showing, can anyone please help?Here is the error msg: Error Line 12 column 72: required attribute "ALT" not specified....ols.com/images/ie.gif" width="73" height="68">The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>. Thanks for all help!
×
×
  • Create New...