HTML Tag And Alphabetically.

 

HTML Tags in Alphabetically


<!--...-->

Defines a comment. The comment won't show up on the page.


<!DOCTYPE>

Defines the version of HTML.


<a>

Anchor tag, defines hyperlink or link.


<abbr>

Defines an abbreviation for a phrase or acronym.


<acronym>

HTML5 is not supported. Try <abbr> instead. Creates an acronym for a word.


<address>

It creates the author's or the owner information of the HTML.


<applet>

HTML5 is not supported. Try <embed> or <object> instead. Defines or creates an embedded Java applet.


<audio>

Defines or create sound content.


<area>

Shows an area inside an image map.


<article>

Defines or creates article content.


<aside>

Defines or creates content aside main page contents.


<audio>

Use to embedded sound content.


<b>

Used to make text bold.


<base>

Defines or creates the base URL for all relative URLs in a document.


<basefont>

Try CSS instead. HTML5 is not supported. Set a default color, font and size for all text in a document.


<bdi>

Used to provide isolation for that part of text which may be formatted in different directions from other text outside it.


<bdo>

Used to overrides the current text direction in HTML document.


<big>

HTML5 is not supported. Try CSS instead. Used to make font size larger.


<blockquote>

Defines or cteates a content that is taken from another source.


<body>

Defines or creates all the other content in the HTML document body.


<br>

Show a single line break.


<button>

Used to make a clickable button in HTML document.


<canvas>

Used to make graphics on the web document.


<caption>

Use to defines or creates a table caption.


<center>

HTML5 is not supported. Try CSS instead. Used to centered text.


<cite>

Used to defines the title of a work.


<code>

Defines a piece of programming code.


<col>

Defines a column properties for each column within a <colgroup> element.


<colgroup>

Defines a group of one or more columns in a table.


<data>

Used to add machine readable translation.


<datalist>

Used to creates predefined list for input option.


<dd>

Defines or creates a definition or description in a description list.


<del>

Defines or creates text that has been deleted from a document.


<details>

Specifies additional details which the user can view or hide.


<dfn>

Used to specifies a term that is create within the content.


<dialog>

Define or create a dialog box or interactive elements.


<dir>

Try <ul> instead. HTML5 is not supported. Defines a directory list of files.


<div>

Defines or create a section or division in a document.


<dl>

Defines or create a description list.


<dt>

Defines or create a term in a description list.


<em>

Defines emphasized text in an element.


<embed>

Defines or create a container for an external application.


<fieldset>

Groups related elements in a form.


<figcaption>

Defines or create a caption or explanation for a <figure> element.


<figure>

Specifies self-contained content.


<font>

HTML5 is not supported. Try CSS instead. Defines or create font size and color.


<footer>

Defines or create a footer for a document or section for a webpage.


<form>

Defines or create an HTML form for user input.


<frame>

HTML5 is not supported. Used to defines or create an area which can contain another file of HTML.


<frameset>

HTML5 is not supported. Defines or create a set of frames.


<h1>

<h2>

<h3>

<h4>

<h5>

<h6>

Defines HTML headings.


<head>

Defines or create the head which contains metadata for the document.


<header>

Defines or create a header for a webpage, document or section.


<hr>

Defines or create a horizontal line of the page.


<html>

Defines the root of an HTML document.


<i>

Defines a text in an alternate voice.


<iframe>

Defines or create an inline frame which can embed other content.


<img>

Insert an image in HTML document.


<input>

Defines or create an input field.


<ins>

Defines a text that has been inserted into html document.


<isindex>

HTML5 is not supported. Used to display search string for a document.


<kbd>

Defines keyboard input.


<keygen>

Used for authentication with a security certificate.


<label>

Defines or create a text label for an <input> element.


<legend>

Defines a caption for a <fieldset> element.


<li>

Defines or create a list of items.


<link>

Defines the relationship between a current document and an external resource.


<main>

Specifies the main content of an HTML document.


<map>

Defines or create an image map with active areas.


<mark>

Defines highlighted items.


<meta>

Defines metadata about an HTML document.


<meter>

Defines a scalar measurement within a known range.


<menuitem>

Specify actions that can be taken with a menu.


<nav>

Defines or create a section of page to represent navigation links.


<noframes>

HTML5 is not supported.Defines an alternate content for users that do not support <frames> element.


<noscript>

Defines or create an alternate content if the script type is not supported in the browser.


<object>

Defines or create a container for an external application.


<ol>

Defines or create an ordered list of items.


<optgroup>

Defines or create a group options in a drop down list.


<option>

Defines or create an option in a drop-down list.


<output>

Defines or create the result of a calculation.


<p>

Defines or create a paragraph in an HTML document.


<param>

Defines a parameter for an <object> element.


<picture>

Defines or create a container for multiple image element.


<pre>

Defines preformatted text in HTML.


<progress>

Defines or create the progress of a task.


<q>

Defines or create a short inline quotation.


<rp>

Defines or cteates what to show in browsers that do not support ruby annotations in HTML document.


<rt>

Defines an explanation and pronunciation of characters in HTML document.


<ruby>

Defines a ruby annotation.


<s>

Defines or create text that is no longer correct or relevant in HTML document.


<samp>

Defines sample output from a computer program in HTML document.


<script>

Defines a client-side script on html document.


<section>

Defines or create generic section in a document.


<select>

Defines or create a drop-down list with a menu of options.


<small>

Defines or create smaller text font in HTML document.


<source>

Defines multiple media resources for different media elements ( <audio> and <video>).


<span>

Defines styling and grouping inline in HTML document.


<strike>

HTML5 is not supported. Try <del> or<s> instead. Defines or create strikethrough text in HTML document.


<strong>

Defines important text in HTML document.


<style>

Defines style information.


<sub>

Defines subscripted text in HTML document.


<summary>

Defines a visible heading for a <details> tag.


<sup>

Defines superscripted text in HTML document.


<svg>

Defines a container for Scalable Vector Graphics.


<table>

Defines or create a table in HTML document.


<tbody>

Groups the body content in a html table.


<td>

Defines or create a cell in a html table.


<template>

Defines or create a container for content that should be hidden when the page loads and can render later using JavaScript.


<textarea>

Defines a multiline input such as feedback, review etc.


<tfoot>

Defines or create the footer content in a html table.


<th>

Defines or create a header cell in a table html document.


<thead>

Groups the header content in a table in HTML document.


<time>

Defines or create a specific time in HTML document.


<title>

Defines or create a name or title for the HTML document.


<tr>

Defines or create a row cells in HTML table.


<track>

Defines text tracks for media elements (<video> and <audio>) in HTML document.


<tt>

HTML5 is not supported. Try CSS instead. Defines teletype text in HTML document.


<u>

Defines enclosed text in HTML with an underline.


<ul>

Defines or create an unordered list of items in HTML document.


<var>

Defines a variable use in programming and mathematical context.


<video>

Defines or create embedded video content with html document.


<wbr>

Defines or create a position line break.


<rb>

For Ruby annotations in HTML document.