HTML Tags are created to create HTML document
Title tag puts the name in the title bar when bookmarking pages
Head tag is used to contain all the head elements in the HTML document
Body tag is used to contain all the body elements in the HTML document
Footer tag is used to define a footer for a document or section
Paragraph tag is used to define a paragraph in the HTML document
Break tag is used to break the line
Div tag is used to define a division or a section in an HTML document
Span is used to format inline content with CSS
Table tag is used to create a table in the HTML document
Table row tag is used to define a row in the table
Table data tag is used to define a cell in the table
Table header tag is used to define a header cell in the table
Tag | Name | Description |
---|---|---|
<table> | Table | The wrapper element for all HTML tables. |
<thead> | Table Head | The set of rows defining the column headers in a table. |
<tbody> | Table Body | The set of rows containing actual table data. |
<tr> | Table Row | The table row container. |
<td> | Table Data | The table row container. |
<tfoot> | Table Foot | The set of rows defining the footer in a table. |
Width attribute is used to set the width of the table
Border attribute is used to set the border of the table
Cellspacing attribute is used to set the space between the cells
Cellpadding attribute is used to set the space between the cell wall and the cell content
Align attribute is used to set the alignment of the row(left/center/right)
Align attribute is used to set the alignment of the cell(left/center/right)
Align attribute is used to set the alignment of the row(top/middle/bottom)
Align attribute is used to set the alignment of the cell(top/middle/bottom)
Rowspan attribute is used to set the number of rows a cell should span
Colspan attribute is used to set the number of columns a cell should span
Unordered list tag is used to create an unordered list
Ordered list tag is used to create an ordered list
List item tag is used to define a list item
Heading tag is used to define a heading, heading go from h1(most important) - h6(least important)
Bold tag is used to make the text bold
Italic tag is used to make the text italic
Underline tag is used to underline the text
Emphasized tag is used to emphasize the text
Strong tag is used to make the text strong
Anchor tag is used to create a hyperlink
Mailto tag is used to create a hyperlink to an email address
Tel tag is used to create a hyperlink to a phone number
Form tag is used to create a form in the HTML document
Select tag is used to create a dropdown list
Option tag is used to define an option in the dropdown list
Textarea tag is used to create a multi-line text input field
Button tag is used to create a clickable button
Label tag is used to define a label for an input element
Fieldset tag is used to group related elements in a form
Legend tag is used to define a caption for a fieldset element
Input tag is used to create an input field
Radio tag is used to create a radio button
Checkbox tag is used to create a checkbox
Submit tag is used to create a submit button
Reset tag is used to create a reset button
Password tag is used to create a password field
File tag is used to create a file select box
Hidden tag is used to create a hidden input field
Image tag is used to create an image as a submit button
Date tag is used to create a date field
Color tag is used to create a color picker
Range tag is used to create a range slider
Number tag is used to create a number field
Email tag is used to create an email field
Tel tag is used to create a telephone field
URL tag is used to create a URL field