Queen Nneoma My first styled page

My first styled page

Welcome to my styled page! step1:

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