0% found this document useful (0 votes)
101 views

HTML Tags Chart: Tag Name Code Example Browser View

The HTML tags chart summarizes common HTML tags and their usage. Key tags include: <a> for creating links to other pages or sites, <b> for bold text, <body> to define the main content area, <br> for line breaks, <center> to center text, <dl> for definition lists with <dt> for terms and <dd> for descriptions, <em> for emphasized text, <font> for changing text fonts, and <embed> for adding multimedia like music that can autoplay on page load.

Uploaded by

gaurav7771
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
101 views

HTML Tags Chart: Tag Name Code Example Browser View

The HTML tags chart summarizes common HTML tags and their usage. Key tags include: <a> for creating links to other pages or sites, <b> for bold text, <body> to define the main content area, <br> for line breaks, <center> to center text, <dl> for definition lists with <dt> for terms and <dd> for descriptions, <em> for emphasized text, <font> for changing text fonts, and <embed> for adding multimedia like music that can autoplay on page load.

Uploaded by

gaurav7771
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

HTML Tags Chart

To use any of the following HTML tags, simply select the HTML code you'd like and copy and paste
it into your web page.

Tag Name Code Example Browser View


<!--This can be viewed in the HTML part of a
<!-- comment Nothing will show (Tip)
document-->
<a href="http://www.domain.com/">
<a - anchor Visit Our Site (Tip)
Visit Our Site</a>
<b> bold <b>Example</b> Example
<big> big (text) <big>Example</big> Example (Tip)
body of
HTML <body>The content of Contents of your web
<body>
documen your HTML page</body> page (Tip)
t
The contents of your web
line The contents of your page<br>The contents page
<br>
break of your page The contents of your web
page
<center>This will center your This will center your
<center> center
contents</center> contents
<dl> Definition Term
<dt>Definition Term</dt> Definition of the
definition
<dd>Definition of the term</dd> term
<dd> descripti
<dt>Definition Term</dt> Definition Term
on
<dd>Definition of the term</dd> Definition of the
</dl> term
<dl> Definition Term
<dt>Definition Term</dt> Definition of the
definition <dd>Definition of the term</dd> term
<dl>
list <dt>Definition Term</dt> Definition Term
<dd>Definition of the term</dd> Definition of the
</dl> term
<dl> Definition Term
<dt>Definition Term</dt> Definition of the
definition <dd>Definition of the term</dd> term
<dt>
term <dt>Definition Term</dt> Definition Term
<dd>Definition of the term</dd> Definition of the
</dl> term
This is an <em>Example</em> of using This is an Example of using
<em> emphasis
the emphasis tag the emphasis tag
embed <embed src="yourfile.mid" width="100%"
<embed>
object height="60" align="center"> (Tip)

<embed src="yourfile.mid" autostart="true" Music will begin playing


embed hidden="false" loop="false"> when your page is loaded
<embed>
object <noembed><bgsound src="yourfile.mid" and will only play one time.
loop="1"></noembed> A control panel will be
displayed to enable your
visitors to stop the music.
<font face="Times New
<font> font Example (Tip)
Roman">Example</font>

You might also like