Web Design |
|
The Basic Tags are the ones that define the areas of a Web Page.
Here is a list of area Tags :
1.The <html> </html> tag defines where the Web Page Starts and where it Ends.
2.The <head> </head> tag defines the area where information about the page
are stored without appearing on the page itself.
3.The <body> </body> tag is the area where everything we input in it appears on our Page.
4.The The <table> </table> Tag create cells within the body of the page and we can place
text or pictures in it.
The Action Tags activate links to navigate within a page, Web Site or the WWW.
Here a list of Action Tags :
1.The A Tag <a href="link"> </a> links pages with each other,
activate an executable file, open a picture or play a music file.
2.The A Tag <a name="location">url</a> <a href="location">url</a> for Anchors within the same page.
3.The <bgsound src="file name"> plays background music when we visit the page.
The Effect Tags personalise the look of the Web Page.
Here is a list of Effect Tags :
1.The <font> </font> Tag specify the font type characters.
2.The <div> </div> Tag set the Alignment of the text.
3.The <b> </b> Tag emphasize the text.
4.The <h1> </h1> Tag presents a text as Heading.
Most of these HTML Tags need to use Attributes that will specify the actions or effects.
These Attributes are used within the Tag in line and they do a difference to the resault.
Some of these Attributes are :
1.Within the BODY Tag we normally use the text="#colour" , link="#colour" , alink="#colour" , vlink="#colour" , background="image".
2.Within the Action Link Tag we can use the target="_blank" or target="_self" Attributes.
3.Within the FONT Tag we can use the size="number" or / and face="type" Attributes.
Action and Effect Tags are used within the BODY Tag.
| The Web Design Basics | www.w3.org |
| The University of Kansas / HTML Quick Reference | www.cc.ukans.edu |
| The University of Texas / Demonstration of Basic and Advanced HTML Tags | www2.utep.edu |
| WebMaster : Spy19 © | Last updated 05/05/2005
|