← Back
EltonLiu
Messages count : 2
Registered since : 4 August 2009
Posted reply 6 August 2009 07:51
It go in the body
<head>
<title>My WebSite</title>
</head>
<body>
<img src="image1.gif" alt="img 1" />
<img src="image2.jpg" alt="img 2" />
etc...
</body>
<head>
<title>My WebSite</title>
</head>
<body>
<img src="image1.gif" alt="img 1" />
<img src="image2.jpg" alt="img 2" />
etc...
</body>
Posted reply 6 August 2009 07:31
If you’re putting a gif on your web site its
<img src="myImage.gif" alt="This is my gif" />
If you are teaching yourself I recommend you get the book Head First HTML with CSS & XHTML. Currently this is the best book on the market for learning and creating websites.
<img src="myImage.gif" alt="This is my gif" />
If you are teaching yourself I recommend you get the book Head First HTML with CSS & XHTML. Currently this is the best book on the market for learning and creating websites.