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