Developer Forums | About Us | Site Map
Search  
HOME > TUTORIALS > CLIENT SIDE CODING > HTML TUTORIALS > THE BASICS OF HTML


Sponsors





Useful Lists

Web Host
site hosted by netplex

Online Manuals

The Basics of HTML
By Ben Sinclair - 2003-01-04 Page:  1 2 3 4 5 6 7 8 9

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



The Font Tag


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>



Assignment #3


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 Tag


Copyright 2004-2024 GrindingGears.com. All rights reserved.
Article copyright and all rights retained by the author.