Hyper Text Markup Language
Hyper Text Markup Language
Hyper Text Markup Language
HTML COMMENTS
<!-- THIS IS HTML COMMENT --> for inline and multiline. why comments is important
Formatting
<b> Defines bold text
Page Information
Text Markup
<strong> Strong emphasis
<em> Emphasis
<blockquote> Long quotation
<q> Short quotation
<abbr> Abbreviation
<acronym> Acronym
<address> Address
<pre> Pre-formatted text
<dfn> Definition
<code> Code
<cite> Citation
<del> Deleted text
<ins> Inserted text
<sub> Subscript
<sup> Superscript
<bdo> Text direction
Page information
<base> Base URL
<meta> Meta data
<title> Title
<link> Relevant resource
<style> Style resource
<script> Script resource
Document Structure
<h[1-6]> Heading
<div> Page section
<span> Inline section
<p> Paragraph
<br> Line break
<hr> Horizontal rule
Links
<a href=""> Page link
<a href="mailto:"> Email link
<a name="name"> Anchor
<a href="#name"> Link to anchor
Lists
<ol> Ordered list
<ul> Unordered list
<li> List item
<dl> Definition list
<dt> Definition term
<dd> Term descriptio
Forms
<form> Form
<fieldset> Collection of fields
<legend> Form legend
<label> Input label
<input> Form input
<select> Drop-down box
<optgroup> Group of options
<option> Drop-down options
<textarea> Large text input
<button> Button
Table
<table> Table
<caption> Caption
<thead> Table header
<tbody> Table body
<tfoot> Table footer
<colgroup> Column group
<col> Column
<tr> Table row
<th> Table Header
<td> Table data