HTML Cheat Sheet
HTML Cheat Sheet
www.tutort.net
+91-8712338901
/01
Basic HTML Tags
<!DOCTYPE> <html>
<head> <title>
Contains metadata/data for Characterizes a title for the
the record record
<p> <br>
<hr> <!--...-->
Characterizes a topical
Characterizes a remark
change in the substance
/02
Formatting HTML Tags
<b> <blockquote>
<center> <code>
<del> <font>
<i> <mark>
/03
Formatting HTML Tags
<strong> <strike>
Not upheld in HTML5. Use <del>
Characterizes significant text or <s> instead.Defines
strikethrough text
<small> <sub>
<sup> <u>
Characterizes some text that is
Characterizes superscripted
implied and styled uniquely in
text
contrast to typical text
<var>
Characterizes a variable
/04
Forms and info
<form> <input>
Characterizes a HTML structure Characterizes an info control
for client input
<textarea> <button>
Characterizes a multiline input Characterizes an interactive
control (text region) button
<select> <optgroup>
Characterizes a gathering of
Characterizes a drop-down list
related choices in a drop-down list
<option> <label>
Characterizes a choice in a Characterizes a name for a
drop-down list <input> component
<fieldset> <legend>
Bunches related components Characterizes an inscription for
in a structure a <fieldset> component
<datalist> <output>
Determines a rundown of pre- Characterizes the
/05
characterized choices for input controls consequence of a computation
Image HTML Tags
<img> <map>
<area> <canvas>
Used to draw illustrations, on the
Characterizes a region inside a
fly, by means of prearranging
picture map
(generally JavaScript)
<figcaption> <figure>
<picture> <svg>
/06
Sound/Video HTML Tags
<audio> <source>
<track> <video>
<a> <link>
<nav>
/07
List HTML Tags
<ul> <ol>
<li> <dir>
<dl> <dt>
Characterizes a term/name
Characterizes a depiction list in a depiction list
<dd>
Characterizes a depiction of a
term/name in a portrayal list
/08
Tables HTML Tags
<table> <caption>
Characterizes a table
Characterizes a table
inscription
<th> <tr>
<td> <thead>
<tbody> <tfoot>
<col> <colgroup>
Determines segment properties Determines a gathering of at
for every section inside a least one sections in a table for
<colgroup> component organizing
/09
Styles HTML Tags
<style> <div>
record record
<span> <header>
<footer> <main>
<section> <article>
/10
Styles HTML Tags
<aside> <details>
<dialog> <summary>
<data>
Adds a machine-intelligible
interpretation of a given
substance
/11
Programming HTML Tags
<script> <noscript>
<applet> <embed>
Not upheld in HTML5. Use
Characterizes a compartment for
<embed> or <object> instead.
an outer (non-HTML) application
Defines an inserted applet
<object> <param>
/12
Save for later
17 LPA
93 LPA
/13
15
Follow
informative content.
www.tutort.net +91-8712338901
/14