Complete HTML TAGS

Complete HTML TAGS



<HTML> Tags 

BASIC-
<!DOCTYPE>. Defines the document type
<html>. Defines an HTML document
<head>. Contains metadata/information for the document
<title> Defines a title for the document
<body>. Defines the document's body
<h1> to <h6> Defines HTML headings
<p> Defines a paragraph
<br>. Inserts a single line break
<hr>. Defines a thematic change in the content
<!--...--> Defines a comment

FORM & INPUT- 
<form>. Defines an HTML form for user input
<input> Defines an input control
<textarea> Defines a multiline input control (text area)
<button> Defines a clickable button
<select> Defines a drop-down list
<optgroup> Defines a group of related options in a drop-down list
<option> Defines an option in a drop-down list
<label> Defines a label for an <input> element

IMAGE-
<img> Defines an image
<map> Defines a client-side image map
<area> Defines an area inside an image map


LISTS 
<menu> Defines an alternative unordered list
<ul> Defines an unordered list
<ol> Defines an ordered list
<li> Defines a list item
<dir> Not supported in HTML5. Use <ul> instead.
Defines a directory list
<dl> Defines a description list
<dt> Defines a term/name in a description list
<dd> Defines a description of a term/name in a description list

TABLE-
<table> Defines a table
<caption> Defines a table caption
<th> Defines a header cell in a table
<tr> Defines a row in a table
<td> Defines a cell in a table





     



-----------------------END------------------------


Post a Comment

0 Comments