HTML and CSS Reference
In-Depth Information
< head >
< style type = ”text/css” >
body {
background-color:blanchedAlmond;
color:saddleBrown;
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
margin-left:20px;
}
h1, h2 {
font-family:”Arial Black”, Gadget, sans-serif;
color:midnightBlue;
}
h1 {
text-align:center;
}
h3 {
background-color:goldenrod;
color:ghostwhite;
font-size:11px;
font-family:”Arial”;
}
</ style >
< title > The Wheel </ title >
</ head >
< body >
< h1 > ==Your Name== : The Mighty HTML5 Web Developer </ h1 >
< h2 > ==Your Company Name== provides full Web services </ h2 >
< ul >
< li > ==Service 1== </ li >
< li > ==Service 2== </ li >
< li > ==Service 3== </ li >
< li > ==Service 4== </ li >
< li > ==Service 5== </ li >
</ ul >
< h3 > &nbsp; All services guaranteed. Our complaint department is located at: ==URL
where complains can be sent== &nbsp;. </ h3 >
</ body >
</ html >
26
When you test it in a browser, see if it looks like what you expected. Also, you might want to
see what it looks like in dif erent browsers and on your mobile device. ( Remember: We b
browsers are free.) If you want to make some more changes, go to www.w3.org/TR/
css3-color/#svg-color . h ere you'll i nd a list of all the color names you can use with
HTML5. See if you can change the color names in the code to ones you like.
 
Search WWH ::




Custom Search