Queen Nneoma
My first styled page
My first styled page
Welcome to my styled page!
step1:
- Q: what does the doctype tag do?
- A: its a document type that contains words inside a tag, example html.
- Q: what is a hyperlink?
- A: its a site navigation menu that links to other pages of our website.
- Q: why should you not use a word processor for web pages?
- A: they make files that a web browser cannot read.
step2:
- Q: what is a selector?
- A: tells the browser which document is affected by the rule.
- Q: what property sets the text color? background color?
- A: the color property
- Q: what tag sets all H4 tag contents to yellow (#ff0)?
- A: H4 {color: yellow}
step3:
- it stays where h1 heading would have been.
- so you can have alternatives incase one is absent.
step4:
- to move the body text and to move the menu.
- em means the size of the current font.
- it would be li=nav.
step5:
- it makes the link underline the bold.
- it does nothing.
- it distinguishes it from visited and unvisited link.
step6:
- groove and ridge.
step7:
- if we put the style sheet in a separate file, can pages can piont to it.
- you have to change "mystyle.css to "newstyle.css
Made 8 february, 2011
by Queen Nneoma.