Tags in HTML?

There are various Tags in HTML as div, title, meta, h1 to h6, anchor tag, alt tag, bold tag, italic tag and so on.
But Title, meta keyword, meta description, h1, h2, h3, anchor and alt tag are some important tags in SEO point of view.
 
In HTML 5 there are around 100 tags and in earlier version HTML4.01 there were around 85 odd tags. What do you imply by share share full information? Check out the w3schools for the details, they have complete tutorials for the HTML.
 
- Text tags
- Body
- Title
- Links
- Images
- Tables
- Meta

There are just too many to list, I would just recommend reading something online like SimplySidy said. It's a good way to learn some terms as well as learn some HTML.
 
<!--...-->
<!doctype>
<a>
<abbr>
<acronym>
<address>
<applet>
<area>
<b>
<base>
<basefont>
<bdo>
<big>
<blockquote>
<body>
<br>
<button>
<caption>
<center>
<cite>
<code>
<col>
<colgroup>
<dd>
<del>
<dfn>
<dir>
<div>
<dl>
<dt>
<em>
<fieldset>
<font>
<form>
<frame>
<frameset>
<h1>
<h2>
<h3>
<h4>
<h5>
<h6>
<head>
<hr>
<html>
<i>
<iframe>
<img>
<input>
<ins>
<isindex>
<kbd>
<label>
<legend>
<li>
<link>
<map>
<menu>
<meta>
<noframes>
<noscript>
<object>
<ol>
<optgroup>
<option>
<p>
<param>
<pre>
<q>
<s>
<samp>
<script>
<select>
<small>
<span>
<strike>
<strong>
<style>
<sub>
<sup>
<table>
<tbody>
<td>
<textarea>
<tfoot>
<th>
<thead>
<title>
<tr>
<tt>
<u>
<ul>
<var>
 
!-- | !DOCTYPE | a |abbr | acronym | address | applet | area|article| aside | audio | b | base | basefont |bdi | bdo | big | blockquote | body | br | button | canvas | caption | center | cite | code|col| colgroup| command|datalist|dd| del|details|dfn| dialog |dir|div| dl|dt| em|embed| fieldset | figcaption | figure|font |footer|form|frame|frameset|head|header| h1 - h6| hr |html|i|iframe|img|input|ins| kbd| keygen | label | legend | li |link| map|mark|menu|meta|meter|nav|noframes|noscript|object|ol|optgroup |option |output|p|param | pre | progress | q |rp | rt | ruby | s | samp | script |section | select | small | source |span| strike|strong| style|sub|summary|sup|table|tbody|td|textarea | tfoot|th |thead |time | title |tr |track |tt |u |ul | var | video |wbr
 
There are a lot but if you want to look into them I recommend checking out w3schools, they have very useful information that's easy to understand even if you're new to html
 
there are many tag if you want to learn html properly so plz visit w3schools where all tag are defined with example which is esay to understand.
 
Depends on the HTML version we're looking at, but really, it doesn't matter how many there are, they are pretty easy to remember and usually just a bit of common-sense can prevail.
 
Check out w3schools or Codecademy for a full list. They also tend to change and get replaced pretty often as the standard evolves.
 
The complete list of tags can be found on W3C.org - this is the World Wide Web Consortium, the people who develop the standards for HTML, CSS, etc. The current draft for HTML 5.1 can be found here: HTML 5.1 Nightly
 
A command inserted in a document that specifies how the document, or a portion of the document, should be formatted. Tags are used by all format specifications that store documents as text files. This includes SGML and HTML.
 
Back
Top