Full HTML Tag Part 2


Bold tags are only applicable for HTML 5


<em>
Defines emphasized text
<embaded>
Defines a container for an external (non-HTML) application
<fieldset>
Groups of related elements in form
<figcaption>
Defines a caption for a <figure> element
<figure>
Specific self-contained content
<font>
Defines font,color, and size for text(not supported in html 5)
<footer>
Defines a footer for document or section
<form>
Defines a HTML form for user input
<frame>
Defines a frame(window) in frameset(Not supported in HTML5)
<frameset>
Defines a set of frames (Not supported in HTML 5)
<h1>to <h6>
Defines HTML headings
<head>
Defines information about the document
<header>
Defines a header for document or section
<hgroup>
Defines a group of heading
<hr>
Defines a thematic change in content
<html>
Defines the root of html document
<i>
Defines a part of text in an alternate voice or mood
<iframe>
Defines an inline frame
<img>
Defines a image
<input>
Defines an input control
<ins>
Defines a text that has been inserted into a document
<kbd>
Defines keyboard input
<keygen>
Defines a key-pair generator field (for forms)
<label>
Defines an label for <input> element
<legend>
Defines a caption for a <fieldset> element
<li>
Defines list element
<link>
Defines a relationship between a document and external resources
<main>
Specifies the main content of a document
<map>
Defines a client side image-map
<mark>
Defined marked highlighted text
<menu>
Defines a list/menu of commands
<menuitem>
Defines a menu/command item that the user can invoke from a pop menu
<meta>
Defines metadata about HTML document
<meter>
Defines a scalar measurement within a known range

Complete Index HTML Tags Part 1




*** Bold tags are only available for HTML5


<! --.. --> Define Comment
<!DOCTYPE> Define the document type
<a> Define a hyperlink
<abbr> Define Abbreviation or an Acronym
<acronym> Define an Acronym(Not Supported in HTML5, use <abbr> instead)
<address> Define Contact information
<applet> Java Applet(Not Supported in HTML5, Use <Object> instead)
<area> Define an area inside image-map
<article> Define an article
<aside> Define content aside from the page content
<audio> Define sound content
<b> Define bold text
<base> Specifies the base URL/target for all relative URL in the document
<basefont> Specifies a default color,size and font for all text in a document(Not supported in Html use CSS instead)
<bdi> Isolates a part of text that might be formatted in a different direction from other text outside it.
<bdo> Overrides the current text direction.
<big> Define big text (Noit supported in HTML5, use CSS instead)
<blockquote> Define a section that is quoted from another source
<body> Define the documents body
<br> Define a single line break.
<button> Define a clickable button.
<canvas> Use to draw graphics, on the fly, via scripting (Usually Java script)
<caption> Define a table caption.
<center> Define center text(Not supported in HTML5, use CSS instead)
<cite> Define the title of work.
<code> Defines a piece of computer code
<col> Specifies column properties for each column within a <colgroup> element
<colgroup> Specific group of one or more column in a table for formatting.
<datalist> Specifies a list of pre-defined option for input control.
<dd> Defines a descriptive/value of a term in description list.
<del> Define text that has been deleted from document.
<details> Defines additional details that the user can view or hide
<dfn> Represent the defining instance of a term.
<dialog> Define a dialog box.
<dir> Define a directory list (Not supported in HTML5. Use <ul> instead)
<div> Define a section in a document
<dl> Define a description list
<dt> Defines term/name in a description list.