HTML Tages







<!DOCTYPE>





Defines the document type

<a>

Defines a hyperlink

<b>

Defines bold text

<body>

Defines the document's body

<br>

Defines a single line break

<button>

Defines a clickable button

<col>

Specifies column properties for each column within a
<colgroup> element

<div>

Defines a section in a document

<dl>

Defines a description list

<form>

Defines an HTML form for user input

<h1> to <h6>

Defines HTML headings

<head>

Defines information about the document

<header>

Defines a header for a document or section

<html>

Defines the root of an HTML document

<iframe>

Defines an inline frame

<img>

Defines an image

<input>

Defines an input control

<label>

Defines a label for an <input> element

<li>

Defines a list item

<link>

Defines the relationship between a document and an external
resource

<meta>

Defines metadata about an HTML document

<nav>

Defines navigation links

<noscript>

Defines an alternate content for users that do not support
client-side scripts

<ol>

Defines an ordered list

<output>

Defines the result of a calculation

<p>

Defines a paragraph

<param>

Defines a parameter for an object

<section>

Defines a section in a document

<select>

Defines a drop-down list

<style>

Defines style information for a document

<table>

Defines a table

<tbody>

Groups the body content in a table

<td>

Defines the document's body

<textarea>

Defines a multiline input control (text area)

<thead>

Groups the header content in a table

<title>

Defines a title for the document

<tr>

Defines a row in a table

<u>

Defines text that should be stylistically different from normal
text

<ul>

Defines an unordered list

<address>

Defines contact information for the author/owner of a
document

<area>

Defines an area inside an image-map

<article>

Defines an article

<audio>

Defines sound content

<base>

Specifies the base URL/target for all relative URLs in a
document

<blockquote>

Defines a section that is quoted from another source

<canvas>

Used to draw graphics, on the fly, via scripting (usually
JavaScript)

<caption>

Defines a table caption

<cite>

Defines the title of a work

<code>

Defines a piece of computer code

<colgroup>

Specifies a group of one or more columns in a table for
formatting

<data>

Links the given content with a machine-readable translation

<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>

Represents the defining instance of a term

<dialog>

Defines a dialog box or window

<dt>

Defines a term/name in a description list

<fieldset>

Groups related elements in a form

<figcaption>

Defines a caption for a <figure> element

<figure>

Specifies self-contained content

<footer>

Defines the document's body

<hr>

Defines a thematic change in the content

<i>

Defines a part of text in an alternate voice or mood

<ins>

Defines a text that has been inserted into a document

<kbd>

Defines keyboard input

<legend>

Defines a caption for a <fieldset> element

<main>

Specifies the main content of a document

<map>

Defines a client-side image-map

<mark>

Defines marked/highlighted text

<meter>

Defines a scalar measurement within a known range (a gauge)

<object>

Defines an embedded object

<optgroup>

Defines a group of related options in a drop-down list

<option>

Defines an option in a drop-down list

<picture>

Defines a container for multiple image resources

<pre>

Defines preformatted text

<progress>

Represents the progress of a task

<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

<ruby>

Defines a ruby annotation

<s>

Defines text that is no longer correct

<samp>

Defines sample output from a computer program

<script>

Defines a client-side script

<small>

Defines smaller text

<strong>

Defines important text

<sub>

Defines subscripted text

<summary>

Defines a visible heading for a <details> element

<sup>

Defines superscripted text

<svg>

Defines a container for SVG graphics

<template>

Defines a template

<time>

Defines a date/time

<track>

Defines text tracks for media elements (<video> and <audio>)

<var>

Defines a variable

<video>

Defines the document's body

 


Post a Comment

0 Comments