Previous | Next
Full View
Contents of Paragraphs - Sample Code
Paragraphs - Sample Code
- /*paragraphs will be a specific font, size, colour, alignment and highlighted*/ <br />P {font-family: x;<br /> font-size: x:<br /> color: x;<br /> align: x;<br /> highlight: x }
- Where "x" is the value you insert. Generally you don't want to do much with the paragraph tag, you want to let the end user determine how they are going to view or access this information. If you want to make a paragraph stand out, you would use a class rather than uniformly format all paragraphs to stand out. We will work through an example of this in our exercises.
Copyright Karen McCall, Karlen Communications
25