HTML Element Reference Are Listed Below:
<!DOCTYPE>
– Defines the document type<a>
– Defines a hyperlink<abbr>
– Defines an abbreviation or acronym<address>
– Defines contact information for the author/owner of a document<area>
– Defines an area inside an image map<article>
– Defines an article on a page<aside>
– Defines content aside from the content it is placed in<audio>
– Defines sound content<b>
– Defines bold text<base>
– Specifies the base URL/target for all relative URLs in a document<bdi>
– Defines a part of text that might be formatted in a different direction from other text outside it<bdo>
– Overrides the current text direction<blockquote>
– Defines a section that is quoted from another source<body>
– Defines the body of the document<br>
– Inserts a single line break<button>
– Defines a clickable button<canvas>
– Defines an area for graphics<caption>
– Defines a table caption<cite>
– Defines the title of a work<code>
– Defines computer code text<col>
– Specifies column properties for each column within a<colgroup>
element<colgroup>
– Specifies a group of one or more columns in a table for formatting<data>
– Adds a machine-readable translation of a given content<datalist>
– Specifies a list of pre-defined options for input controls<dd>
– Defines a description/value of a term in a description list<del>
– Defines text that has been deleted from a document<details>
– Defines additional details that the user can view or hide<dfn>
– Defines a definition term<dialog>
– Defines a dialog box or window<div>
– Defines a section of a document<dl>
– Defines a description list<dt>
– Defines a term/name in a description list<em>
– Defines emphasized text<embed>
– Defines a container for an external application or interactive content<fieldset>
– Groups related form elements<figcaption>
– Defines a caption for a<figure>
element<figure>
– Defines self-contained content<footer>
– Defines a footer for a document or section<form>
– Defines a form for user input<h1>
–<h6>
– Defines heading levels 1-6<head>
– Defines information about the document<header>
– Defines a header for a document or section<hr>
– Defines a horizontal rule<html>
– Defines an HTML document<i>
– Defines italic text<iframe>
– Defines an inline frame<img>
– Defines an image<input>
– Defines an input field<ins>
– Defines text that has been inserted into a document<kbd>
– Defines keyboard input<label>
– Defines a label for an input element<legend>
– Defines a caption for afield set
element<li>
– Defines a list item<link>
– Defines the relationship between a document and an external resource<map>
– Defines an image map<mark>
– Defines marked/highlighted text<meta>
– Defines metadata about an HTML document<meter>
– Defines a scalar measurement within a known range<nav>
– Defines a set of navigation links<noscript>
– Defines alternative content to be displayed when a browser does not support scripting<object>
– Defines an embedded object<ol>
– Defines an ordered list<optgroup>
– Defines a group of related options in a select list<option>
– Defines an option in a select list<output>
– Defines the result of a calculation<p>
– Defines a paragraph<param>
– Defines a parameter for an object element<picture>
– Defines a container for multiple image sources<pre>
– Defines preformatted text<progress>
– Defines a progress bar<q>
– Defines a short quotation<rp>
– Defines what to show in browsers that do not support ruby annotations<rt>
– Defines an explanation/pronunciation of characters (for East Asian typography)<ruby>
– Defines a ruby annotation (for East Asian typography)<s>
– Defines text that is no longer accurate or relevant<samp>
– Defines sample output from a computer program<script>
– Defines a client-side script<section>
– Defines a section of a document<select>
– Defines a drop-down list<small>
– Defines smaller text<source>
– Defines multiple media resources for<video>
and<audio>
<span>
– Defines a small section of a document<strong>
– Defines important text<style>
– Defines a section for style information<sub>
– Defines subscripted text<summary>
– Defines a visible heading for a<details>
element<sup>
– Defines superscripted text<table>
– Defines a table<tbody>
– Defines the body content of a table<td>
– Defines a table cell<template>
– Defines a container for content that should be hidden until triggered<textarea>
– Defines a multiline input field<tfoot>
– Defines the footer content of a table<th>
– Defines a table header cell<thead>
– Defines the header content of a table<time>
– Defines a date/time<title>
– Defines a title for the document<tr>
– Defines a table row<track>
– Defines text tracks for<video>
and<audio>
<u>
– Defines underlined text<ul>
– Defines an unordered list<var>
– Defines a variable<video>
– Defines a video<wbr>
– Defines a possible line-break