padding-left: 11em;
font-family: Georgia, "Times New Roman",
Times, serif;
My first styled page
Welcome to my styled page!
Step1:
- document type
- a link you click on that goes to another page
- They typically make files a web browser cannot read
Step 2:
- the selector tells the browser which part of the document is affected by the rule
- body ( color: purple ) body (background-color:#d8da3d)
- h1 {color:yellow}
Step 3:
- The helvetica font will appear only in the h1 heading
- you include the name of 4 fonts, instead of just incase
Step 4:
- the padding property in this example is to move the body text and to move the menu.
- em is means the size of the current font.
- the only tag that will be affected by li is the li tag.
Step 5:
- a:hover{background-color:#666;}. It makes the links underline the bold.
- text-decoration:none decorates the text.
- a class pseudo-class is link and visited
Step 6:
- Dashed and dotted are other border appearences besides solid and dotted.
Step 7:
- you can put more things on more pages.
- to create an empty window.
Made 9 Febuary 2011
by Alfonso G.