HTML and CSS Reference
In-Depth Information
imageNow . src = showNow ;
document . pix . src = imageNow . src ;
}
</script>
< style type = ”text/css” >
/*048ABF,049DBF,F2F2F2,595959,0D0D0D*/
body {
background - color : #F2F2F2;
color : #0D0D0D;
font - family : Verdana , Geneva , sans - serif ;
}
h1 {
font - family : ”Trebuchet MS” , Arial , Helvetica , sans - serif ;
color : #595959;
background - color : #049DBF;
text - align : center ;
}
h2 {
color : #048ABF;
}
img {
padding : 5px ;
}
</ style >
< meta http - equiv = ”Content-Type” content = ”text/html; charset=UTF-8” >
< title > Flexible Image Size </ title >
</ head >
< body onload = ”showImage()” >
< article >
< header >
< h1 > Web Developer's Gym</h1>
</header>
<section>
<header>
<h2>Developer's Workout </ h2 >
</ header >
< figure > < img src = ”flexImages/WebDeveloper.gif” name = ”pix” align = ”left” > </
figure >
You know you've been thinking about it. Isn't it about time you started working
on your &lt;alt&gt; and tags? Build up your elements and attributes in HTML5 at the
Web Developer's Gym. Once you get going, you can add a little &lt;canvas&gt; tag
work and get into some serious CSS3. The gym is open 24/7 for your convenience—and
you can access it anywhere worldwide! All your friends have joined, and just look
at them—they're even adding video to their Web pages! You can do it, too! Don't let
another day go by with you wishing that you could be a Web developer. Start today!
</section>
</article>
</body>
</html>
192
 
Search WWH ::




Custom Search