width
Possible Values:
number of pixels: {width:100px}
percentage: {width:25%} Read the rest of this entry »
Possible Values:
number of pixels: {width:100px}
percentage: {width:25%} Read the rest of this entry »
When a browser reads a style sheet, it will format the document according to it. There are three ways of inserting a style sheet: Read the rest of this entry »
Heading tags are often set up to host styles to unify a site. While a site may have all the text in black, if all the titles on the site were say blue or red, there would be unity in the page look by text size and color.
1. Open your CSS editor. It can be simple notepad, Front page, Dreamweaver, or Top Style Pro. Create a new document and save it as stylesheet.css in the same directory/folder as your html doc. You should have the following open:
- stylesheet.css open in your CSS editor with the following code in it from part 2 Read the rest of this entry »
1. Open your CSS editor. It can be simple notepad, Front page, Dreamweaver, or Top Style Pro. Create a new document and save it as stylesheet.css in the same directory/folder as your html doc. At this point you have the following open: Read the rest of this entry »