Sunday, November 11, 2012

HTML tags and functions

In my posting at this time i wont to  tell some HTML tags which is i know. Maybe is not all HTML tags which is i written at here, but i hope my article can help my friends which is need. Before that, i tell that not all the partner of HTML tags as opening tag and closing tag at the list of HTML tag below, i have give information for tags which is not use closing tag. Let's see the list of HTML tags below.

Basic 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>
  •       <hr> without closing tag function to split between part or paragraph (horizontal rule). 
  •    <hr> with closing tag function to give underline at a text or picture.
<!--
-->
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 Tags
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