Building Your First Web Page

HTML 101


This is what will be seen on the Internet. We will build our web site between the "body" tags. Class #4 added HTML tags that would:

 

 

Return to Class #4

Return to Class Index

Copyright©1997-2002  I-Net Marketing.com

Additional Notes regarding <FONT size="____"> tag.


There are 7 different font sizes. Size 1 is the smallest; Size 7 is the largest.
Size 3 is the default.
You may use "+" or "-" to change type size. This method tells the browser to move relative to it's default size.


This is an example of FONT SIZE 1
This is an example of FONT SIZE 2
This is an example of FONT SIZE 3        FONT SIZE 3 is equivalent to the standard type size.
This is an example of FONT SIZE 4    This is an example of FONT SIZE +1
This is an example of FONT SIZE 5
This is an example of FONT SIZE 6
This is an example of FONT SIZE 7
This is an example of FONT SIZE +1
This is an example of FONT SIZE -2    FONT SIZE -4

Return to Class #4

Return to Class Index

Copyright©1997-2002  I-Net Marketing.com