Basic tags
Computer Output Tags
Link Tag
Image Tags
Table Tags
Opening
tag
|
Closing
tag
|
Function
|
<html>
|
</html>
|
Used to definition a HTML
document.
|
<body>
|
</body>
|
Used to definition body or content
at HTML document.
|
<head>
|
</head>
|
Used to definition part of header
a web page.
|
<title>
|
</title>
|
Used to definition writing a title
of web page which is next will show at title bar of tab browser.
|
<h1>
until <h6>
|
</h1>
until
</h6>
|
Function to definition heading 1
until 6.
|
<p>
|
</p>
|
Function to definition a
paragraph.
|
<br>
|
Function to make new line.
|
|
<hr>
|
</hr>
|
|
<!--
|
-->
|
Function to make comments in
source code.
|
Tags For Text Format
Opening
tag
|
Closing
tag
|
Function
|
<b>
|
</b>
|
Used to thicken text.
|
<big>
|
</big>
|
Used to bring up text size.
|
<em>
|
</em>
|
Used to change the text to be
skewed.
|
<I>
|
</I>
|
Used to change the text to be
skewed ( italic )
|
<small>
|
</small>
|
Used to minimize text size.
|
<u>
|
</u>
|
Used to give underline the text.
|
<sub>
|
</sub>
|
Used to make text become
subscript.
|
<sup>
|
</sup>
|
Used to make text become
superscript.
|
<ins>
|
</ins>
|
Used to insert text.
|
<del>
|
</del>
|
Used to mark text which is delete.
|
Computer Output Tags
Opening
tag
|
Closing
tag
|
Function
|
<code>
|
</code>
|
Used to mark computer code text.
|
<kbd>
|
</kbd>
|
Used to mark keyboard text.
|
<samp>
|
</samp>
|
Used to mark example of computer
code.
|
<tt>
|
</tt>
|
Used to mark teletype text.
|
<var>
|
</var>
|
Used to mark definition a
variable.
|
<pre>
|
</pre>
|
Used to mark preformatted text.
|
Link Tag
Opening
tag
|
Closing
tag
|
Function
|
<a>
|
</a>
|
Used to mark a link.
|
Image
Opening
tag
|
Closing
tag
|
Function
|
<img>
|
no
|
Used to show a image in document
HTML.
|
<map>
|
no
|
Used to show a image map.
|
<area>
|
no
|
Used to make some link in image or
map.
|
Table Tags
Opening
tag
|
Closing
tag
|
Function
|
<table>
|
</table>
|
Used to make table.
|
<th>
|
</th>
|
Used to mark a title of column.
|
<td>
|
</td>
|
Used to mark a content from every
column.
|
<tr>
|
</tr>
|
Used to mark table row.
|
Until here my explanation glance about HTML tags, Thanks for visiting and read my posting, i hope it can help you...
Learn and learn again...
No comments:
Post a Comment