HTML Tags Ordered Alphabetically
HTML Tags Ordered Alphabetically
= New in HTML5.
Tag
Description
<!--...-->
Defines a comment
<!DOCTYPE>
<a>
Defines a hyperlink
<abbr>
<acronym>
<address>
<applet>
<area>
<article>
Defines an article
<aside>
<audio>
<b>
<base>
<basefont>
<bdi>
<bdo>
<big>
<blockquote>
<body>
<br>
<button>
<canvas>
<caption>
<center>
<cite>
<code>
<col>
<colgroup>
<datalist>
<dd>
<del>
<details>
<dfn>
<dialog>
<dir>
<div>
<dl>
<dt>
<em>
<embed>
<fieldset>
<figcaption>
<figure>
<font>
<footer>
<form>
<frame>
<h1> to <h6>
<head>
<header>
<hgroup>
<hr>
<html>
<i>
<iframe>
<img>
Defines an image
<input>
<ins>
<kbd>
<keygen>
<label>
<legend>
<li>
<link>
<main>
<map>
<mark>
<menu>
<menuitem>
<meta>
<meter>
<nav>
<noframes>
<noscript>
<object>
<ol>
<optgroup>
<option>
<output>
<p>
Defines a paragraph
<param>
<pre>
<progress>
<q>
<rp>
<rt>
<ruby>
<s>
<samp>
<script>
<section>
<select>
<small>
<source>
<span>
<strike>
<strong>
<style>
<sub>
<summary>
<sup>
<table>
Defines a table
<tbody>
<td>
<textarea>
<tfoot>
<th>
<thead>
<time>
Defines a date/time
<title>
<tr>
<track>
<tt>
<u>
<ul>
<var>
Defines a variable
<video>
<wbr>
Description
<b>
<em>
<i>
<small>
<strong>
<sub>
<sup>
<ins>
<del>
<mark>
IMAGENES
Use the HTML src attribute to define the image file name
Use the CSS width and height properties to define the image size
(alternatively)
LINKS
Use the HTML target attribute to define where to open the linked
document
TABLES
LISTAS
FORMS
body>
<form id="form1" runat="server">
<div>
</div>
<h2 align="center"> Job Details:</h2>
<table id="table1"; cellspacing="5px" cellpadding="5%"; align="center">
<tr>
<td align="right" class="style1">Job Title:</td>
<td class="style1"><input type="text" name="Job Title" /></td>
</tr>
<tr>
<td align="right">Description:</td>
<td><textarea rows="3" cols="15" name="Description"></textarea>