Friday, January 5, 2007

Exercise

This is my first homepage.
This text is bold

This is a paragraph


This is a paragraph


This is a paragraph


Paragraph elements are defined by the p tag.




This paragraph contains a lot of lines
in the source code,
but the browser
ignores it.



This is paragpraph
contains a lot of spaces
in the source code,
but the browser
ignores it.



The number of lines in a paragraph depends on the size of your browser window. If your resize the browser window, the number of lines in this paragraph will change.




To break
lines
in a
paragraph,
use the br tag.



This is heading 1


This is heading 2


This is heading 3


This is heading 4


This is heading 5

This is heading 6

Use heading tags only for headings. Don’t use them just to make something bold. Use other tags for that.



This is heading 1



The heading above is aligned to the center of this page. The heading above is aligned to the center of this page. The heading above is aligned to the center of this page.



The hr tag defines a horizontal rule:




This is a paragraph




This is a paragraph




This is a paragraph




This is a regular paragraph



This text is bold





This text is strong


This text is big



This text is italic



This text is small




This text contains

subscript




This text contains

superscript



This is preformatted text.
It preserves both spaces
and line breaks.


The pre tag is good for displaying computer code:



for i = 1 to 10
print i
next i




This text
is a link to a page




This text
is a link to a page on the World Wide Web.




Each table starts with a table tag.
Each

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home