HTML Tags
Tag name | Usage of tag | Output |
---|---|---|
<a></a> |
anchor tag என்று அழைக்கப்படும். இது ஒரு webpage link கொடுக்க பயன்படுகிறது. | Your hyperlink |
<button></button> |
ஒரு button create செய்ய பயன்படுகிறது | |
<label></label> |
ஒரு Input box-க்கு Description text கொடுக்க பயன்படுத்தபடுகிறது |
|
<b></b> |
Display bold text | This is an important message |
<i></i> |
Italic your text | There is no substitute for hard work |
<u></u> |
Underline your text | Patience is also a form of action |
<p></p> |
ஒரு content-ஐ paragraph-ஆக display செய்ய பயன்படுத்தபடுகிறது | Your paragraph text... |
<legend></legend> |
ஒரு group of elements-க்கு title or heading கொடுக்க பயன்படுத்தபடுகிறது | |
<small></small> |
Display text as small | Happiness is not having a lot. Happiness is giving a lot |
<big></big> |
Display text as big | Be with those who bring out the best in you not the stress in you. |
<br> |
Break the text in to the next line. after the br tag | I aspire to inspire before I expire |
<center></center> |
Moving into center position |
the end of your rope, tie a knot and hang on |
<form></form> |
மிகவும் முக்கியத்துவம் வாய்ந்த tag இது. நாம் கொடுக்கும் ஒன்று அல்லது அதர்க்கு மேற்பட்ட inputs-களை ஒரு page-லிருந்து மற்றோரு page-க்கு கொண்டு செல்ல பயன்படுத்தப்படுகிறது. | |
<hr> |
To draw the horizontal line |
|
<img> |
Display the image on your webpage | |
<input> |
Used to creating input | |
<textarea></textarea> |
Multiple rows text input கொடுக்க பயன்படுத்தப்படுகிறது. | |
<ol></ol> |
For create Order list |
|
<ul></ul> |
For create unorder list |
|
<li></li> |
display the list |
|
<link> |
used to link the external css file | |
<marquee></marquee> |
used to move the text up,down,left,right on your webpage | |
<mark></mark> |
முக்கியமான text அல்லது sentance-ஐ highlight செய்ய பயன்படுத்தப்படுகிறது. | I have no special talents. I am only passionately curious. |
<pre></pre> |
Used for indicating preformatted text. ஒரு text-ஐ எந்த structure-ல் கொடுக்கின்றோமோ அதே structre-ல் display செய்யும் |
The HTML tag is used for indicating preformatted text. |
<select></select> |
Create Dropdown list | |
<option></option> |
For create options in select | |
<sub></sub> |
Defines subscript text. Subscript text appears half a character below the normal line. For creating chemical formulas. | C10H20 to C15H28 |
<sup></sup> |
Defines superscript text. Superscript text appears half a character above the normal line. For creating mathematical formulas | (a+b)2 = a2 + 2ab + b2 |
<strike></strike> |
Used to strike out the text |
|
<strong></strong> |
For highlight the text as important. | Money CAN buy happiness IF you use it to help others. |
<style></style> |
Used to define style information for an HTML document. Inside the <style> element you specify how HTML elements should render in a browser. Each HTML document can contain multiple <style> tags. |
|
<script></script> |
Used to define javascript function. The <script> element either contains scripting statements, or it points to an external script file through the src attribute. |
|
<table></table> |
Used to display your data as table view. | |
<thead></thead> |
Used to define of the table | |
<tbody></tbody> |
Used to define the table body | |
<tr></tr> |
Used to define the table row | |
<th></th> |
Used to define the heading column cell value of the table | |
<td></td> |
Used to define the column tbody cell value of the table | |
<title></title> |
Used to define the title of the html document. which should exist only <head> tag only |
|
<video></video> |
Used to specify video on an HTML document. For example, you could embed a music video on your web page for your visitors to listen to and watch. | |
<audio></audio> |
Used to specify audio on an HTML document. For example, you could embed a music on your web page for your visitors to listen. |
இது பற்றிய தங்களின் கருத்துகளை இங்கே பதிவிடுங்கள் . இது பயனுள்ளதாக விரும்பினால் மற்றவர்களுக்கும் இதை share செய்யுங்கள்.
Comments