Skip to content

Tags of HTML

Tag =

<!-- -->

Name =

comment

Code Example =

<!--This can be viewed in the HTML part of a
document-->


Tag =

<a> </a>

Name =

anchor

Code Example =

<a href="http://www.domain.com/">
Visit Our Site</a>


Tag =

<b>

Name =

bold

Code Example =

<b>Example</b>


Tag =

<big>

Name =

big (text)

Code Example =

<big>Example</big>


Tag =

<body>

Name =

body of HTML document

Code Example =

<body>The content of
your HTML page</body>


Tag =

<br>

Name =

line break

Code Example =

The contents of your page<br>The contents of your page


Tag =

<center>

Name =

center

Code Example =

<center>This will center your
contents</center>


Tag =

<dd>

Name =

definition description

Code Example =

<dl>
<dt>Definition Term</dt>
<dd>Definition of the term</dd>
<dt>Definition Term</dt>
<dd>Definition of the term</dd>
</dl>


Tag =

<dl>

Name =

definition list

Code Example =

<dl>
<dt>Definition Term</dt>
<dd>Definition of the term</dd>
<dt>Definition Term</dt>
<dd>Definition of the term</dd>
</dl>


Tag =

<dt>

Name =

definition term

Code Example =

<dl>
<dt>Definition Term</dt>
<dd>Definition of the term</dd>
<dt>Definition Term</dt>
<dd>Definition of the term</dd>
</dl>


මෙතන Tags නම් ඔක්කොම නැ මොකද ඔක්කොම Tags දාන්න බැරි නිසා . Tags මොනවද කියල පොඩි අදහසක් ගන්න ඔය ටිකෙන් පුලුවන්

Tagged:
Sign In or Register to comment.