Breaking

LightBlog

Wednesday 20 April 2016

What is HTML and HTML Tags?

HTML(Hyper Text Markup Language) -
HTML  is a markup language  & set of  markup tags, HTML invented by scientist Tim Berners-Lee in 1990. you can create your own website and web pages  along with CSS & JavaScript.

HTML TAGS -

       HTML Tags                        Description
<!DOCTYPE>                                           Document Type
<html>                                                    HTML Document
<title>                                                     Title for the document
<body>                                                   The document's body
<h1> to <h6>                                        HTML headings
<p>                                                        A paragraph
<br>                                                       A single line break
<hr>                                                       Horizontical row
<!--your content -->                             Comment Tag
<b>                                                        bold text
<center>                                                Not supported in HTML5. Use CSS instead. It’s                                                            show centered text
<del>                                                     Text that has been deleted from a document
<em>                                                    Emphasized text 
<font>                                                  Not supported in HTML5. Use CSS instead.
<mark>                                                Marked/highlighted text
<pre>                                                   Preformatted text
<strong>                                              Important text
<sub>                                                  Subscripted text
<sup>                                                  Superscripted text
<form>                                               HTML form
<input>                                              Input control
<textarea>                                         A multiline input
<button>                                           Clickable button
<select>                                            Drop-down list
<label>                                              A label for an <input> element
<frame>                                            Defines a frameset
<iframe>                                           An inline frame
<img>                                               An image
<map>                                              Image Map
<audio>                                            Sound  Content tag
<video>                                            A video tag
<a>                                                  A hyperlink
<ul>                                                 Unordered list
<ol>                                                 Ordered list
<li>                                                  List item
<dl>                                                 Description list
<dt>                                                 It’s show a term
<dd>                                               description of a term
<table>                                           Defines a table
<caption>                                        Table caption
<th>                                                Header cell in a table
<tr>                                                 Row in a table
<td>                                                Cell in a table
<col>                                               Column properties
<style>                                            Style information for a document
<div>                                               A section in a document
<span>                                            A section in a document
<header>                                        Header Tag
<footer>                                          Footer Tag
<section>                                        Section tag for a content
<aside>                                          Content aside
<head>                                          Information about the document
<meta>                                          Meta tags about an HTML document
<script>                                         A client-side script

No comments:

Post a Comment

Adbox