HTML Cheatsheet
HTML Cheatsheet
Cheatsheet
@coding_dev_
HTML Cheatsheet
Document Outline
Document Structure
<h[1-6]> Heading
<div> Page section
<span> Inline section
<p> Paragraph
<br> Line break
<hr> Horizontal rule
@coding_dev_
HTML Cheatsheet
Text Markup
<strong> Strong emphasis
<em> Emphasis
<blockquote> Long quotation
<a> Short quotation
<abbr> Abbrevation
<acronym> Acronym
<address> Address
<pre> Pre-formatted text
<dfn> Definition
<code> Code
<cite> Citation
<del> Deleted text
<inst> Inserted text
<sub> Subscript
<sup> Superscript
<bdo> Text direction
@coding_dev_
HTML Cheatsheet
Lists
<ol> Ordered list
<ul> Unordered list
<li> List item
<dl> Definition list
<dt> Definition term
<dd> Term description
@coding_dev_
HTML Cheatsheet
Form Events
<form> Form
<fieldset> Collection of fields
<legend> Form legend
<input /> User Input
<select> Dropdown box
<optgroup> Group of options
<option> Dropdown options
<textarea> Large text input
<button> Button
@coding_dev_
HTML Cheatsheet
Tables
<table> Table
<caption> Caption
<thead> Table header
<tbody> Table body
<tfoot> Table footer
<colgroup> Column group
<col /> Column
<tr> Table row
<th> Header cell
<td> Table cell
@coding_dev_
HTML Cheatsheet
Form Events
onBlur
onReset
onChange
onSelect
onFocus
onSubmit
onInvalid
onSearch
@coding_dev_
Thanks for Reading!
Follow @coding_dev_
for more