The Basics of HTML
The Break Tag
The break tag looks like this: <br>
Instead of putting the text on a new paragraph, it puts it on the line underneath.
Here is an example of a break in HTML code:
Hello people<br>Bye people
And this is what it looks like on the page:
Hello people
Bye people
Here is an example of the Font Tag in HTML code:
<font color="red" face="courier new" size=+1>This font's color is red, type is Courier New and size is +1</font>
Today's assignment is to create a page with text that is colored blue, sized +2 and using the type comic sans ms. Write for text 'I will conquer HTML' Then use the end font tag. Next add the break tag and then write 'When I finish reading Ben's HTML Tutorials!'.
Click Here for the answer.
View The Basics of HTML Discussion
Page: 1 2 3 4 5 6 7 8 9 Next Page: The Bold, Italic And Underlined TagReprinted from http://www.webmaster-resources101.com