My first styled page
Welcome to my styled page!
Step1:
tells the browser what to do
- link you click on to go to another page
- They typically make files that a Web browser cannot read
Step2:
- tells the browser which part of the document is affected by the rule
- body { color: purple } body { background-color: #d8da3d }
- put h1 instead of body
Step3:
- h1 {font-family: Helvetica, Geneva, Arial,SunSans-Regular, sans-serif }
- you can never be sure what fonts your readers have on their computers
Step4:
- to position stuff
- size of one letter
- only the tags that are tagged
Step5:
- a:hover{background-color:#777;} its highlights it
- decorates the text
- link and visited
Step6:
- web hosting abd web building
Step:7
- need more then one page for more stuff
- to create an empty window
There should be more here, but I don't know
what yet.
Made 8 February 2011
by Segio Gil.