HTML Tags

Computer Education, Training & Tutorial Resources - ComputerEducationWorld.com
Home » Free Computer Training and Courses » HTML For Advanced »

HTML tags (otherwise known as “HTML elements”), and their respective attributes are used to create HTML documents so that you can view them in browsers and other user agents. Note that not all browsers/user agents support all HTML tags and their attributes, so you should try to test your pages in as many browsers as you can.

This document type includes all HTML elements except those that have been deprecated, and those that appear in frameset documents.

<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01//EN” “http://www.w3.org/TR/html4/strict.dtd”>

HTML <a> tag is used for creating a hyperlink to either another document, or somewhere within the current document.

<a href=”http://www.mate4all.com/killer-ab-workout.cfm” target=”_blank”>this is text</a>

The HTML abbr tag is used for indicating an abbreviation.

<abbr title=”HyperText Markup Language”>text</abbr>

HTML address tag is used for indicating an address, usually related to authorship of the current document.

<address>
this is<br>
text<br>
</address>

HTML applet tag is used for embedding a Java applet within an HTML document.

<applet code=”home.class” width=”500″ height=”650″>
this is text.
</applet>

HTML area tag is used for defining an area in an image map.

<map id =”muellermap” name=”muellermap”>
<area shape =”rect” coords =”90,80,120,151″
href=”javascript:alert(’Me’);” alt=”Me” />

</map>


• • •
 



captcha PHP Script Free PHP captcha script free php
Website Design by WebWalas.com