My first styled page

Welcome to my styled page! step1

  1. What does the doctype tag do?A doctype makes it to a document type.
  2. What is a hyperlink? Link that you click on that goes to another page.
  3. Why should you not use a word processor for web pages?You can't modify the source code easely.
step2
  1. What is a selector?Selectors are one of the most important aspects of CSS as they are used to "select" elements on the HTML page so that they can be styled.
  2. What Property sets the text color?Background color?The background of the body element will also be the background of the whole document.
  3. What tag sets all H4 tag contents to yellow(#FF0)?#d8da3d
step3
  1. In this selection, where on the page will the Helvetica front appear?It will appear in the front.
  2. Why include the name of 4 fonts, instead of just one?4 fonts so you can have more fonts instead of one.
step4
  1. What is the padding property for in this example?to show you how to do it.
  2. What is meant by em? is meant by 2 times the size of the current front.
  3. Specifically, what tag is affected by li.nov?
step5
  1. Above the a:link selector, what does it do to the links?It changes your background color.
  2. What does text-decoreotion:none do to the links?It changes the txet color.
  3. What is a pseudo-class?To distinguish them from class attributes, that appear in the HTML directly. step6
    1. Do a google search for "css border properties" What are two other border appearances besides solid and dotted?The style and color.
    step7
    1. Why is a separate style sheet useful for a large site?Because it wont work that well.
    2. What is the tag to link a file called "newstyle.css"?The tag is mystyle.css.
    Made 5 April 2004
    by victor.