HTML Tutorial
HTML Tutorial
HTML tutorial or HTML 5 tutorial provides basic and advanced concepts of html.
Our HTML tutorial is developed for beginners and professionals. The major points of
HTML are given below:
HTML stands for Hyper Text Markup Language.
HTML is used to create web pages.
HTML is widely used language on the web.
We can create static website by HTML only.
In this tutorial, you will get a lot of examples, in fact one example for every
chapter. you can also edit and run these examples, with our online HTML editor.
<!DOCTYPE>
<html>
<body>
<h1>Write Your First Heading</h1>
<p>Write Your First Paragraph.</p>
</body>
</html>
HTML 5 Tags
In this tutorial, we will learn HTML 5 tags such as audio tag, video tag, canvas
tag, HTML svg, HTML geolocation, HTML drag and drop etc.
At last, we will learn all HTML tags one by one for example, marquee tag,
textarea tag, br tag, hr tag, pre tag, h tag, code tag, input tag, title tag, meta tag,
script tag, style tag etc.
Problem
If you find any problem or mistake in our tutorial, you can report to us. We
assure, you will not find any problem in HTML tutorial.
What is HTML
HTML is an acronym which stands for Hyper Text Markup Language. Let's see
what is Hyper Text and what is Markup Language?
Hyper Text: Hyper Text simply means "Text within Text". A text has a link within it,
is a hypertext. Every time when you click on a word which brings you to a new
webpage, you have clicked on a hypertext.
Markup language: A markup language is a programming language that is used
make text more interactive and dynamic. It can turn a text into images, tables, links
etc.
An HTML document is made of many HTML tags and each HTML tag contains
different content.
Let's see a simple example of HTML.
<!DOCTYPE>
<html>
<body>
<h1>Write Your First Heading</h1>
Features of HTML
1) It is a very easy and simple language. It can be easily understood and modified.
2) It is very easy to make effective presentation with HTML because it has a lot
of formatting tags.
3) It is a markup language so it provides a flexible way to design web pages along
with the text.
4) It facilitates programmers to add link on the web pages (by html anchor tag) , so
it enhances the interest of browsing of the user.
5) It is platform-independent because it can be displayed on any platform like
Windows, Linux and Macintosh etc.
6) It facilitates the programmer to add Graphics, Videos, and Sound to the web
pages which makes it more attractive and interactive.
HTML Tags
HTML tags contain three main parts: opening tag, content and closing tag.
But some HTML tags are unclosed tags.
When a web browser reads an HTML document, browser reads it from top to bottom
and left to right. HTML tags are used to create HTML documents and render their
properties. Each HTML tags have different properties.
Syntax
Note: HTML Tags are always written in lowercase letters. The basic HTML tags
are given below:
<p> Paragraph Tag </p>
Some HTML tags are not closed, for example br and hr.
<br> Tag: br stands for break line, it breaks the line of the code.
<hr> Tag: hr stands for Horizontal Rule. This tag is used to put a line across the
webpage.
<p>, <h1>, <h2>, <h3>, <h4>, <h5>, <h6>, <strong>, <em>, <abbr>,
<acronym>, <address>, <bdo>, <blockquote>, <cite>, <q>, <code>, <ins>,
<del>, <dfn>, <kbd>, <pre>, <samp>, <var> and <br>
table, tr, td, th, tbody, thead, tfoot, col, colgroup and caption
form, input, textarea, select, option, optgroup, button, label, fieldset and
HTML Formatting
HTML Formatting is a process of formatting text for better look and feel.
There are many formatting tags in HTML. These tags are used to make text bold,
italicized, or underlined. There are almost 12 options available that how text appears
in HTML and XHTML.
Here, we are going to learn 12 HTML formatting tags.
1) Bold Text
2) Italic Text
If you want to mark or highlight a text, you should write the content within
<mark>.........</mark>.
See this example:
<h2> I want to put a <mark> Mark</mark> on your face</h2>
Test it Now
Output:
4) Underlined Text
5) Strike Text
6) Monospaced Font
is
If you want that each letter has the same width then you should write the
content within <tt>.............</tt> element.
Note: We know that most of the fonts are known as variable-width fonts because
different letters have different width. (for example: 'w' is wider than 'i'). Monospaced
Font provides similar space among every letter.
See this example:
<p>Hello <tt>Write Your First Paragraph in monospaced font.</tt></p>
Test it Now
Output:
Hello Write Your First Paragraph in monospaced font.
7) Superscript Text
8) Subscript Text
9) Deleted Text
If you want to put your font size larger than the rest of the text then put the content
within <big>.........</big>. It increase one font size larger than the previous one.
See this example:
<p>Hello <big>Write the paragraph in larger font.</big></p>
Test it Now
Output:
Hello Write the paragraph in larger font.
If you want to put your font size smaller than the rest of the text then put the
content within <small>.........</small>tag. It reduces one font size than the
previous one.
See this example:
<p>Hello <small>Write the paragraph in smaller font.</small></p>
Test it Now
Output:
Hello
HTML Heading
A HTML heading or HTML h tag can be defined as a title or a subtitle which you want
to display on the webpage. When you place the text within the heading tags
<h1>.........</h1>, it is displayed on the browser in the bold format and size of the
text depends on the number of heading.
There are six different HTML headings which are defined with the <h1> to <h6>
tags.
h1 is the largest heading tag and h6 is the smallest one. So h1 is used for most
important heading and h6 is used for least important.
See this example:
<h1>Heading
<h2>Heading
<h3>Heading
<h4>Heading
<h5>Heading
<h6>Heading
no.
no.
no.
no.
no.
no.
1</h1>
2</h2>
3</h3>
4</h4>
5</h5>
6</h6>
Output:
Heading no. 1
Heading no. 2
Heading no. 3
Heading no. 4
Heading no. 5
Heading no. 6
Heading elements (h1....h6) should be used for headings only. They should not be
used just to make text bold or big.
HTML Paragraph
Output:
This is first paragraph.
This is second paragraph.
This is third paragraph.
If you put a lot of spaces inside the HTML p tag, browser removes extra spaces and
extra line while displaying the page. The browser counts number of spaces and lines
as a single one.
<p>
I am
going to provide
you a tutorial on HTML
and hope that it will
be very beneficial for you.
</p>
<p>
Look, I put here a lot of spaces but I know, Browser will ignore it.
</p>
<p>
You cannot determine the display of HTML</p>
<p>because resized windows may create different result.</p> Test it Now
Output:
I am going to provide you a tutorial on HTML and hope that it will be very beneficial
for you.
Look, I put here a lot of spaces but I know, Browser will ignore it.
You cannot determine the display of HTML
because resized windows may create different result.
HTML Anchor
The HTML anchor tag defines a hyperlink that links one page to another page. The
"href" attribute is the most important attribute of the HTML a tag.
The href attribute is used to define the address of the file to be linked. In other
words, it points out the destination page.
The syntax of HTML anchor tag is given below.
<a href = "..........."> Link Text </a>
Let's see an example of HTML anchor tag.
<a href="second.html">Click for Second Page</a>
Test it Now
HTML Image
HTML img tag is used to display image on the web page. HTML img tag is an empty
tag that contains attributes only, closing tags are not used in HTML image element.
1) src
It is a necessary attribute that describes the source or path of the image. It
instructs the browser where to look for the image on the server.
The location of image may be on the same directory or another server.
2) alt
The alt attribute defines an alternate text for the image, if it can't be
displayed. The value of the alt attribute describe the image in words. The alt
attribute is considered good for SEO prospective.
3) width
It is an optional attribute which is used to specify the width to display the
image. It is not recommended now. You should apply CSS in place of width attribute.
4) height
It specifies the height of the image. The HTML height attribute also supports iframe,
image and object elements. It is not recommended now. You should apply CSS in
place of height attribute.
HTML Table
HTML table tag is used to display data in tabular form (row * column). There can
be many columns in a row.
HTML tables are used to manage the layout of the page e.g. header section,
navigation bar, body content, footer section etc. But it is recommended to use div
tag over table to manage the layout of the page .
Description
<table>
It defines a table.
<tr>
<th>
<td>
<caption>
<colgroup
>
<col>
<tbody>
<thead>
<tfooter>
Let's see the example of HTML table tag. It output is shown above.
<table>
<tr><th>First_Name</th><th>Last_Name</th><th>Marks</th></tr>
<tr><td>Sonoo</td><td>Jaiswal</td><td>60</td></tr>
<tr><td>James</td><td>William</td><td>80</td></tr>
<tr><td>Swati</td><td>Sironi</td><td>82</td></tr>
<tr><td>Chetna</td><td>Singh</td><td>72</td></tr>
</table>
Test it Now
Output:
First_Name
Last_Name
Marks
Sonoo
Jaiswal
60
James
William
80
Swati
Sironi
82
Chetna
Singh
72
In the above html table, there are 5 rows and 3 columns = 5 * 3 = 15 values.
You can use border attribute of table tag in HTML to specify border. But it is not
recommended now.
<table border="1">
<tr><th>First_Name</th><th>Last_Name</th><th>Marks</th></tr>
<tr><td>Sonoo</td><td>Jaiswal</td><td>60</td></tr>
<tr><td>James</td><td>William</td><td>80</td></tr>
<tr><td>Swati</td><td>Sironi</td><td>82</td></tr>
<tr><td>Chetna</td><td>Singh</td><td>72</td></tr>
</table>
Output:
First_Name
Last_Name
Marks
Sonoo
Jaiswal
60
James
William
80
Swati
Sironi
82
Chetna
Singh
72
You can specify padding for table header and table data by two ways:
1. By cellpadding attribute of table in HTML
2. By padding property in CSS
The cellpadding attribute of HTML table tag is obselete now. It is recommended to
use CSS. So let's see the code of CSS.
<style>
table, th, td {
border: 1px solid pink;
border-collapse: collapse;
}
th, td {
padding: 10px;
}
</style> Test it Now
Output:
Name
Last Name
Marks
Sonoo
Jaiswal
60
James
William
80
Swati
Sironi
82
Chetna
Singh
72
If you want to make a cell span more than one column, you can use the colspan
attribute.
Let's see the example that span two columns.
CSS code:
<style>
table, th, td {
border: 1px solid black;
border-collapse: collapse;
}
th, td {
padding: 5px;
}
</style>
HTML code:
<table style="width:100%">
<tr><th>Name</th><th colspan="2">Mobile No.</th></tr>
<tr><td>Ajeet Maurya</td><td>7503520801</td><td>9555879135</td>
</tr>
</table> Test it Now
Output:
Name
Ajeet Maurya
Mobile No.
7503520801
9555879135
If you want to make a cell span more than one row, you can use the rowspan
attribute.
Let's see the example that span two rows.
CSS code:
<style>
table, th, td {
border: 1px solid black;
border-collapse: collapse;
}
th, td {
padding: 10px;
}
</style>
HTML code:
<table>
<tr><th>Name</th><td>Ajeet Maurya</td></tr>
<tr><th rowspan="2">Mobile No.</th><td>7503520801</td></tr>
<tr><td>9555879135</td></tr>
</table>
Test it Now
Output:
Name
Ajeet Maurya
7503520801
Mobile No.
9555879135
HTML caption is diplayed above the table. It must be used after table tag only.
<table>
<caption>Student Records</caption>
<tr><th>First_Name</th><th>Last_Name</th><th>Marks</th></tr>
<tr><td>Vimal</td><td>Jaiswal</td><td>70</td></tr>
<tr><td>Mike</td><td>Warn</td><td>60</td></tr>
<tr><td>Shane</td><td>Warn</td><td>42</td></tr>
<tr><td>Jai</td><td>Malhotra</td><td>62</td></tr>
</table>
Test it Now
}
</style> Test it Now
Output:
HTML Lists
HTML Lists are used to specify lists of information. All lists may contain one or more
list elements. There are three different types of HTML lists:
1. Ordered List or Numbered List (ol)
2. Unordered List or Bulleted List (ul)
3. Description List or Definition List (dl)
In the ordered HTML lists, all the list items are marked with numbers. It is known as
numbered list also. The ordered list starts with <ol> tag and the list items start with
<li> tag.
<ol>
<li>Aries</li>
<li>Bingo</li>
<li>Leo</li>
<li>Oracle</li>
</ol> Test it Now
Output:
1. Aries
2. Bingo
3. Leo
4. Oracle
In HTML Unordered list, all the list items are marked with bullets. It is also known as
bulleted list also. The Unordered list starts with <ul> tag and list items start with the
<li> tag.
<ul>
<li>Aries</li>
<li>Bingo</li>
<li>Leo</li>
<li>Oracle</li>
</ul>
Test it Now
Output:
Aries
Bingo
Leo
Oracle
HTML Description list is also a list style which is supported by HTML and XHTML. It is
also known as definition list where entries are listed like a dictionary or
encyclopedia.
The definition list is very appropriate when you want to present glossary, list of
terms or other name-value list.
The HTML definition list contains following three tags:
1. <dl> tag defines the start of the list.
2. <dt> tag defines a term.
3. <dd> tag defines the term definition (description).
<dl>
<dt>Aries</dt>
<dd>-One of the 12 horoscope sign.</dd>
<dt>Bingo</dt>
<dd>-One of my evening snacks</dd>
<dt>Leo</dt>
<dd>-It is also an one of the 12 horoscope sign.</dd>
<dt>Oracle</dt>
<dd>-It is a multinational technology corporation.</dd>
</dl>
Test it Now
Output:
Aries
-One of the 12 horoscope sign.
Bingo
-One of my evening snacks
Leo
-It is also an one of the 12 horoscope sign.
Oracle
-It is a multinational technology corporation.
HTML Ordered List or Numbered List displays elements in numbered format. The
HTML ol tag is used for ordered list. There can be different types of numbered list:
Numeric Number (1, 2, 3)
Capital Roman Number (I II III)
Small Romal Number (i ii iii)
Capital Alphabet (A B C)
Small Alphabet (a b c)
To represent different ordered lists, there are 5 types of attributes in <ol> tag.
Type
Description
Type
"1"
This is the default type. In this type, the list items are
numbered with numbers.
Type
"I"
Type
"i"
Type
"A"
Type
"a"
ol type="I"
ol type="i"
iii.
iv.
JavaScript
SQL
ol type="A"
ol type="a"
start attribute
The start attribute is used with ol tag to specify from where to start the list items.
<ol type="1" start="5"> : It will show numeric values starting with "5".
<ol type="A" start="5"> : It will show capital alphabets starting with "E".
<ol type="a" start="5"> : It will show lower case alphabets starting with "e".
<ol type="I" start="5"> : It will show Roman upper case value starting with "V".
<ol type="i" start="5"> : It will show Roman lower case value starting with "v".
<ol type="i" start="5">
<li>HTML</li>
<li>Java</li>
<li>JavaScript</li>
<li>SQL</li>
</ol>
Test it Now
Output:
v.
HTML
vi.
Java
vii.
JavaScript
viii.
SQL
HTML Unordered List or Bulleted List displays elements in bulleted format. The
HTML ul tag is used for the unordered list. There can be 4 types of bulleted list:
disc
circle
square
none
To represent different ordered lists, there are 4 types of attributes in <ul> tag.
Type
Description
Type "disc"
Type
"circle"
Type
"square"
Type
"none"
ul type="circle"
<ul type="circle">
<li>HTML</li>
<li>Java</li>
<li>JavaScript</li>
<li>SQL</li>
</ul>
Test it Now
Output:
o HTML
o Java
o JavaScript
o SQL
ul type="square"
<ul type="square">
<li>HTML</li>
<li>Java</li>
<li>JavaScript</li>
<li>SQL</li>
</ul>
Test it Now
Output:
HTML
Java
JavaScript
SQL
ul type="none"
<ul type="none">
<li>HTML</li>
<li>Java</li>
<li>JavaScript</li>
<li>SQL</li>
</ul>
Test it Now
Output:
HTML
Java
JavaScript
SQL
HTML Description List or Definition List displays elements in definition form like in
dictionary. The <dl>, <dt> and <dd> tags are used to define description list.
The 3 HTML description list tags are given below:
1. <dl> tag defines the description list.
2. <dt> tag defines data term.
3. <dd> tag defines data definition (description).
<dl>
<dt>HTML</dt>
<dd>is a markup language</dd>
<dt>Java</dt>
<dd>is a programming language and platform</dd>
<dt>JavaScript</dt>
<dd>is a scripting language</dd>
<dt>SQL</dt>
<dd>is a query language</dd>
</dl>
Test it Now
Output:
HTML
is a markup language
Java
is a programming language and platform
JavaScript
SQL
is a scripting language
is a query language
HTML Form
HTML forms are required if you want to collect some data from of the site visitor.
For example: If a user want to purchase some items on internet, he/she must fill the
form such as shipping address and credit/debit card details so that item can be sent
to the given address.
Tag
Description
<form>
<input>
<textarea>
<label>
<fieldset>
<legend>
<select>
<optgroup
>
<option>
<button>
Tag
Description
<datalist
>
<keygen>
<output>
The type="text" attribute of input tag creates textfield control also known as single
line textfield control. The name attribute is optional, but it is required for the server
side component such as JSP, ASP, PHP etc.
<form>
First Name: <input type="text" name="firstname"/> <br/>
Last Name: <input type="text" name="lastname"/> <br/>
</form>
The email field in new in HTML 5. It validates the text for correct email address. You
must use @ and . in this field.
<form>
<label for="email">Email: </label>
<input type="email" id="email" name="email"/> <br/>
</form>
The radio button is used to select one from multiple options. It is used in gender,
quiz questions etc.
If you use one name for all the radio buttons, only one radio button can be selected
at a time.
<form>
<label for="gender">Gender: </label>
<input type="radio" id="gender" name="gender" value="male"/>Male
Checkbox Control
The checkbox control is used to check multiple options from given checkboxes.
<form>
Hobby:<br>
<input type="checkbox" id="cricket" name="cricket" value="cricket"/>
<label for="cricket">Cricket</label>
<input type="checkbox" id="football" name="football" value="football"/>
<label for="football">Football</label>
<input type="checkbox" id="hockey" name="hockey" value="hockey"/>
<label for="hockey">Hockey</label>
</form>
Marquee HTML
The Marquee HTML tag is a non-standard HTML element which is used to scroll a
image or text horizontally or vertically.
In simple words, you can say that it scrolls the image or text up, down, left or right
automatically.
Marquee tag was first introduced in early versions of Microsoft's Internet Explorer. It
is compared with Netscape's blink element.
Marquee's element contains several attributes that are used to control and adjust
the appearance of the marquee.
Attribute
Description
behavior
direction
width
height
hspace
vspace
scrolldelay
scrollamount
loop
bgcolor
defines
background
now deprecated.
color.
It
is
It is a by default property. It is used to scroll the text from right to left, and restarts
at the right side of the marquee when it is reached to the end of left side. After the
completion of loop text disappears.
<marquee width="100%" behavior="scroll" bgcolor="pink">
This is an example of a scroll marquee...
</marquee>
Test it Now
Output:
In slide marquee, all the contents to be scrolled will slide the entire length of
marquee but stops at the end to display the content permanently.
<marquee width="100%" behavior="slide" bgcolor="pink">
This is an example of a slide marquee...
</marquee>
Test it Now
Output:
It scrolls the text from right to left and goes back left to right.
<marquee width="100%" behavior="alternate" bgcolor="pink">
This is an example of a alternate marquee...
</marquee>
Test it Now
Output:
This is used to change the direction of scrolling text. Let's take an example of
marquee scrolling to the right. The direction can be left, right, up and down.
<marquee width="100%" direction="right">
This is an example of a right direction marquee...
</marquee>
Test it Now
Output:
</marquee>
</marquee>
Output:
HTML Textarea
The HTML <textarea> tag is used to define a multi-line text input control.
It can hold unlimited number of characters and the texts are displayed in a fixedwidth font (usually courier).
The size of the HTML textarea is defined by <cols> and <rows> attribute, or it can
also be defined through CSS height and width properties.
Description
autofocus
form
maxlength
placeholder
required
wrap
The form attribute specifies one or more forms the text area belongs to.
<form action="updates.jsp" id="usrform">
Name: <input type="text" name="usrname">
<input type="submit">
</form>
<br>
<textarea rows="9" cols="70" name="comment" form="usrform">
Enter text here...</textarea>
<p>The text area above is outside the form element, but should still be a part of th
e form.</p>
<p><b>Note:</b> The form attribute is not supported in Internet Explorer.</p>
Test it Now
Output:
Name:
Submit
The textarea element above is outside the form , but it is still the part of the form.
Note: The form attribute is not supported in Internet Explorer.
HTML Quotes
HTML quotes are used to put a short quotation on your website. To do so, you need
to use HTML q tag and HTML blockquote tag.
HTML q tag
HTML q tag is used to put small quotation. To do so, write your text within
<q>.............</q> tag.
<p> Great quote on love and life.</p>
<p> Dr. Seuss once said : <q>Reality is finally better than your dreams.</q></p
>
Test it Now
Output:
Great quote on love and life.
Dr. Seuss once said : Reality is finally better than your dreams.
HTML blockquote tag is used to define a large quoted section. If you have a large
quotation then put the entire text within <blockquote>.............</blockquote> tag.
Description
<abbr>
<address>
<bdo>
<blockquote
>
<q>
<cite>
<define>
HTML Style
HTML Style is used to change or add the style on existing HTML elements. There is
a default style for every HTML element e.g. background color is white, text color is
black etc.
The style attribute can by used with any HTML tag. To apply style on HTML tag, you
should have the basic knowledge of css properties e.g. color, background-color, textalign, font-family, font-size etc.
The syntax of style attribute is given below:
style= "property:value"
If you want to put heading at center or left, use "text-align:center" or "textalign:left" respectively.
Output:
HTML Title
HTML title tag is used to provide a title name for your webpage. It is necessary for
Search Engine Optimization (SEO).
The HTML title tag must be used inside the <head> tag.
The title of the page is displayed on the title bar of the browser.
Let's see the example of HTML title tag.
<!DOCTYPE html>
<html>
<head>
<title>First web page.</title>
</head>
<body>
<p>Welcome to my first web page.</p>
</body>
</html> Test it Now
Here you see that we are using two elements, the head tag and the title tag. The
whole title element is within the head tag.
The head element which appears before body element just contains the information
about the page but it doesn't display on the browser window. So, to display a title
name on the web page, title element is used.
If you look at the above example, you will see that "First web page" will be displayed
on the tab/ title bar of the browser. Content(text) between <title>.............</title>
is shown on the title bar.
Doctype HTML
On the HTML document you have often seen that there is a <!DOCTYPE html>
declaration before the <html> tag. This <!DOCTYPE html> declaration is not an
HTML tag. It is used to instruct the web browser about the HTML page.
Actually, there are many type of HTML e.g. HTML 4.01 Strict, HTML 4.01 Transitional,
HTML 4.01 Frameset, XHTML 1.0 Strict, XHTML 1.0 Transitional, XHTML 1.0
Frameset, XHTML 1.1 etc.
The <!DOCTYPE> declaration refers Document Type Declaration (DTD) in HTML
4.01; because HTML 4.01 was based on SGML. But HTML 5 is not SGML based
language.
DTD defines the rules for the markup languages so that the browsers recognize the
content correctly.
The doctype declaration differs between HTML versions. The HTML 5 doctype
declaration is given below.
<!DOCTYPE html>
<head>
<title>This is the title</title>
</head>
<body>
This is the content of the document.
</body>
</html>
Output:
span tag
HTML
div
a block element.
is
HTML
span
an inline element
is
Please Login
Email:
Password:
login
If you remove pre tag from the above example, all the text will be displayed in a single
line.
Output without pre:
package com.javatpoint; public class FirstJava{ public static void main(String args[])
{ System.out.println("hello java"); } }
width attribute
The HTML <pre> tag also supports the width attribute. The width attribute specifies
the desired width of the pre-formatted text. But, it is not supported in HTML 5.
Description
<em>
<strong
>
<dfn>
<code>
<samp>
<kbd>
<var>
defines a variable
Output:
It is inside em tag.
It is inside strong tag.
It is inside dfn tag.
It is inside code tag.
It is inside samp tag.
It is inside kbd tag.
It is inside var tag.
EMAIL-ID:
PHONE NO:
Click the "Submit" button for sending the form-data to a page on the server.
Points to remember
1) Use the input element within the form element to declare input control that allow
user to enter data.
2) The input element is empty. It contains attributes only. There is no need of an
end tag in HTML.
3) If you want to define labels for input element, use the label element with each
input tag.
In HTML, <input> tag is used without an end tag. In XHTML, the <input> tag must
be properly closed.
Click Here
Click Here
Attribute
Description
autofocus
It
specifies
that
a
button
should
automatically get focus while the loading of
the page.
disabled
form
formaction
formmethod
formenctype
formnovalidate
formtarget
name
type
value
be
the
HTML hr tag
HTML <hr> tag is used to specify a paragraph-level thematic break in HTML
document. It is used when you abruptly change your topic in your HTML document.
It draw a horizontal line between them. It is also called a Horizontal Rule in HTML.
HTML hr tag
<h2>HTML</h2>
<p>HTML is a language for describing web pages.</p>
<hr/>
<h2>HR Tag </h2>
<p> HR tag is used to draw a horizontal line within the texts to sepate content.<p>
Output:
HTML
HTML is a language for describing web pages.
HR Tag
HR tag is used to draw a horizontal line within the texts to separate content.
HTML br tag
HTML <br> tag or element is used to break line in a paragraph.
It is generally used in poem or address where the division of line is necessary.
It is an empty tag, means it does not need a company of end tag.
Don't use br tag for margin between two paragraphs, use CSS margin property
instead.
Description
Compatibil
ity
src
HTML 4.01,
HTML5
type
HTML 4.01
async
HTML5
defer
HTML 4.01,
HTML5
Let's see the example to have script tag within HTML head tag.
<script type="text/javascript">
function msg(){
alert("Hello Javatpoint");
}
</script>
Note: According to HTML5 specification, b tag should be used only if no other tag is
appropriate. For example: If you want to write a heading, you must use the header tag
<h1> to <h6>. Important statement should be denoted within <strong>.....</strong>
tag, and the text you want to mark or highlight, must be put within <mark>...</mark>
tag.
There is also a CSS 'font-weight' property to set bold text.
Note: HTML b tag also supports the global and event attribute in HTML.
HTML5 Tutorial
HTML5 tutorial provides details of all 40+ HTML tags including audio, video,
header, footer, data, datalist, article etc. This HTML tutorial is designed for beginners
and professionals.
HTML5 is a next version of HTML. Here, you will get some brand new features which
will make HTML much easier. These new introducing features make your website
layout clearer to both website designers and users. There are some elements like
<header>, <footer>, <nav> and <article> that define the layout of a website.
The most important reason to use HTML 5 is, we believe it is not going anywhere. It
will be here to serve for a long time according to W3C recommendation.
HTML 5 Example
Let's see a simple example of HTML5.
<!DOCTYPE>
<html>
<body>
<h1>Write Your First Heading</h1>
<p>Write Your First Paragraph.</p>
</body>
</html>
HTML 5 Tags
There is a list of newly included tags in HTML 5. These HTML 5 tags (elements)
provide a better document structure. This list shows all HTML 5 tags in alphabetical
order with description.
Description
<article>
<aside>
<audio>
<bdi>
<canvas>
<data>
<datalist>
It provides
textfield.
<details>
auto
complete
feature
for
<dialog>
<figcaption>
<figure>
It defines a self-contained
photos, diagrams etc.
<footer>
<header>
<main>
<mark>
It specifies
content.
<menuitem
>
<meter>
<nav>
<progress>
<rp>
<rt>
It defines an explanation/pronunciation of
characters.
<ruby>
<section>
<summary>
<svg>
<time>
<video>
<wbr>
the
marked
or
content
like
highlighted
3. ogg
HTML5 supports <video> and <audio> controls. The Flash, Silverlight and similar
technologies are used to play the multimedia items.
This table defines that which web browser supports which audio file format.
Browser
mp3
wav
ogg
Internet Explorer
yes
no
no
Google Chrome
yes
yes
yes
Mozilla Firefox
yes*
yes
yes
Opera
no
yes
yes
Apple Safari
yes
yes
no
Attribut Description
e
controls
autoplay
loop
muted
preload
src
Audio Format
MIME Type
mp3
audio/mpeg
ogg
audio/ogg
wav
audio/wav
Browser
mp4
web
M
ogg
Internet Explorer
yes
no
no
Google Chrome
yes
yes
yes
Mozilla Firefox
yes
yes
yes
Opera
no
yes
yes
Apple Safari
yes
no
no
Attribut Description
e
controls
height
width
poster
autoplay
loop
It specifies that the video file will start over again, every time
when it is completed.
muted
preload
It specifies the author view to upload video file when the page
loads.
src
Video Format
MIME Type
mp4
video/mp4
Ogg
video/ogg
webM
video/webM
Tag
Description
value
max
The progress tag should be used to represent progress of a task only, not for just a
gauge (disk pace usage). For such purpose, <meter> element is used.
Let's see the progress example with value and max attributes.
Downloading progress:
<progress value="43" max="100"></progress>
Output:
Downloading progress:
<script>
var gvalue=1;
function abc(){
var progressExample = document.getElementById ('progress-javascript-example');
setInterval (function ()
{
if(gvalue<100){
gvalue++;
progressExample.value =gvalue;
}
abc();
}, 1000);
}
</script>
<progress id="progress-javascript-example" min="1" max="100"></progress>
<br/><br/>
<button onclick="abc()">click me</button>
Output:
click me
Attribut Description
es
value
form
low
max
min
optimum
Styling Meter
You can apply CSS code on meter tag.
meter{
width: 300px;
height: 30px;
}
Output:
Attrib
ute
Description
value
Java Tutorial
SQL tutorial
HTML tutorial
The HTML <datalist> tag is is used to provide an auto complete feature on form
element. It provides a list of predefined options to the users to select data.
The datalist tag is introduced in HTML5.
The <datalist> tag should be used with an <input< element that contains a "list"
attribute. The value of "list" attribute is linked with the datalist id.
The HTML datalist tag supports global and event attributes also.
ABCOnline.com
ABCOnline.com
HTML <footer> tag contains information about its containing elements for example:
author information
contact information
copyright information
sitemap
back to top links
related documents etc.
Note: You can have one or many footer elements in one document.
If you want to put information like address, e-mail etc. about the author on your
web page, all the relevant elements should be included into the footer element.
Note: The content you put within <figure>.......</figure> tag is related to the main flow,
but its position is independent of the main flow and does not affect the flow the
document when removed.
<figure>
<img src="htmlpages/images/tajmahal.jpg" alt="Taj Mahal"/>
<figcaption>Fig.1.1 - A front view of the great Taj Mahal in Agra.</figcaption>
</figure>
Output:
Narendra Modi
(Naam to suna hi hoga)
Narendra DamodarDas Modi is the 15th and current Prime Minister of India, Modi, a leader
of the Bharatiya Janata Party (BJP), previously served as the Chief Minister of Gujarat state
from 2001 to 2014. He is currently the Member of Parliament (MP) from Varanasi.
New Delhi
HTML aside tag also supports global and event attributes in HTML.
<div>
<dialog id="myFirstDialog" style="width:50%;backgroundcolor:#F4FFEF;border:1px dotted black;">
<p><q>I am so clever that sometimes I don't understand a single word of what I a
m saying.
</q> - <cite>Oscar Wilde</cite></p>
<button id="hide">Close</button>
</dialog>
<button id="show">Show Dialog</button>
</div>
<!-- JavaScript to provide the "Show/Close" functionality -->
<script type="text/JavaScript">
(function() {
var dialog = document.getElementById('myFirstDialog');
document.getElementById('show').onclick = function() {
dialog.show();
};
document.getElementById('hide').onclick = function() {
dialog.close();
};
})();
</script>
Output:
Show Dialog
HTML dialog tag also supports global and event attributes in HTML.
Attribu Description
te
open
Copyright 2011-2014.
Note: The details tag is currently only supported in Opera, Chrome, and in Safari 6.
<p>You can learn various tutorials on JavaTpoint such as HTML, CSS, JavaScript, Ja
va, Android.</p>
</details>
Output:
JavaTpoint Summary
Let's see another example of HTML summary tag.
<details>
<summary>MacBook Pro Specification</summary>
<ul>
<li><strong>13.3-inch LED-backlit glossy widescreen display</strong> with
edge-to-edge, uninterrupted glass (1280 x 800-pixel resolution).</li>
<li><strong>2.4 GHz Intel Core i5 dual-core processor</strong> with 3 MB
shared L3 cache for excellent multitasking.</li>
<li><strong>Intel HD Graphics 3000</strong> with 384 MB of DDR3 SDRAM
shared with main memory.</li>
<li><strong>500 GB Serial ATA hard drive</strong> (5400 RPM)</li>
<li><strong>4 GB installed RAM</strong> (1333 MHz DDR3; supports up to
8 GB)</li>
</ul>
</details>
Output:
Indian Leader
Jawaharlal Nehru
Jawaharlal Nehru was the first Prime Minister of India and a central figure in Indian politics
for much of the 20th century. He emerged as the paramount leader of the Indian
independence movement under the tutelage of Mahatma Gandhi. -Source Wikipedia
Subhas Chandra Bose
Subhas Chandra Bose was an Indian nationalist whose attempt during World War II to rid
India of British rule with the help of Nazi Germany and Japan left a troubled legacy. The
honorific Netaji (Hindustani language: "Respected Leader"), first applied to Bose in
Germany, by the Indian soldiers of the Indische Legion and by the German and Indian
officials in the Special Bureau for India in Berlin, in early 1942, is now used widely
throughout India. -source Wikipedia
Attribute
There is only one specific attribute of HTML5 time tag.
Attribut Description
e
Datetim
e
In this example, First line in the body tag defines basic usage of time tag.
Second line shows how to use the datetime attribute to provide contents in a
machine-readable format.
Third line uses the datetime attribute to provide an even more specific date and
time.
The <time> tag also supports global attributes and event attributes in HTML 5.
Points to remember:
Author should not include more than one <main> tag within a document.
The <main> element should not used as a child of an <article>, <aside>,
<header>, <footer>, or <nav> element.
HTML main tag and its sub elements can be easily styled by CSS.
Apples
The apple is a red color pomaceous fruit of the apple tree. It is a very famous saying about
apple.
"An apple in a day, keeps the Doctor away".
Red Delicious
These bright red apples are the most common found in many supermarkets.
Granny Smith
These juicy, green apples make a great filling for apple pies.
The <main> tag also supports global attributes and event attributes in HTML 5.
using
The HTML canvas element provides HTML a bitmapped surface to work with. It is
used to draw graphics on the web page.
The HTML 5 <canvas> tag is used to draw graphics using scripting language like
JavaScript.
The <canvas> element is only a container for graphics, you must need a scripting
language to draw the graphics. The <canvas> element allows for dynamic and
scriptable rendering of 2D shapes and bitmap images.
It is a low level, procedural model that updates a bitmap and does not have a builtin scene. There are several methods in canvas to draw paths, boxes, circles, text
and add images.
Note: It is always necessary to specify the id attribute and the height & width attribute
to define the size of the canvas. You can have multiple canvas elements on one HTML
page.
</canvas>
<script>
var c = document.getElementById("myCanvas");
var cctx = c.getContext("2d");
ctx.fillStyle = "#FF0000";
ctx.fillRect(0,0,200,100);
</script>
Output:
<script>
var c = document.getElementById("myCanvasCircle");
var cctx = c.getContext("2d");
ctx.beginPath();
ctx.arc(95,50,40,0,2*Math.PI);
ctx.stroke();
</script>
Output:
Output:
HTML SVG
The HTML SVG is an acronym which stands for Scalable Vector Graphics.
HTML SVG is a modularized language which is used to describe graphics in XML. It
describe two-dimensional vector and mixed vector/raster graphics in XML. It is a
W3C recommendation. SVG images and their behaviors are defined in XML text files.
So as XML files, you can create and edit an SVG image with text editor, but generally
drawing programs like inkspace are preferred to create it.
SVG is mostly used for vector type diagrams like pie charts, 2-Dimensional graphs in
an X,Y coordinate system etc.
The <svg> element specifies the root of a SVG fragment. You can animate every
element and every attribute in SVG files.
Output:
Output:
Event
Description
Drag
Dragstart
Dragenter
Dragover
Dragleave
Drop
Dragend
ABCDFGHIKLMNOPRSTVWY
A color names
There is given a list of 13 color names that starts with A letter.
Color
Code
AliceBlue
#f0f8ff
AntiqueWhite
#faebd7
AntiqueWhite1
#ffefdb
AntiqueWhite2
#eedfcc
AntiqueWhite3
#cdc0b0
AntiqueWhite4
#8b8378
aquamarine1
#7fffd4
aquamarine2
#76eec6
aquamarine4
#458b74
azure1
#f0ffff
azure2
#e0eeee
azure3
#c1cdcd
azure4
#838b8b
B color names
There is given a list of 21 color names that starts with B letter.
Color Name
Color
Color
Code
Beige
#f5f5dc
bisque1
#ffe4c4
bisque2
#eed5b7
bisque3
#cdb79e
bisque4
#8b7d6b
Black
#000000
BlanchedAlmond
#ffebcd
blue1
#0000ff
blue2
#0000ee
blue4
#00008b
BlueViolet
#8a2be2
brown
#a52a2a
brown1
#ff4040
brown2
#ee3b3b
brown3
#cd3333
brown4
#8b2323
burlywood
#deb887
burlywood1
#ffd39b
burlywood2
#eec591
burlywood3
#cdaa7d
burlywood4
#8b7355
C color names
There is given a list of 27 color names that starts with C letter.
Color Name
Color
Color
Code
CadetBlue
#5f9ea0
CadetBlue1
#98f5ff
CadetBlue2
#8ee5ee
CadetBlue3
#7ac5cd
CadetBlue4
#53868b
chartreuse1
#7fff00
chartreuse2
#76ee00
chartreuse3
#66cd00
chartreuse4
#458b00
chocolate
#d2691e
chocolate1
#ff7f24
chocolate2
#ee7621
chocolate3
#cd661d
coral
#ff7f50
coral1
#ff7256
coral2
#ee6a50
coral3
#cd5b45
coral4
#8b3e2f
CornflowerBlu
e
#6495ed
cornsilk1
#fff8dc
cornsilk2
#eee8cd
cornsilk3
#cdc8b1
cornsilk4
#8b8878
cyan1
#00ffff
cyan2
#00eeee
cyan3
#00cdcd
cyan4
#008b8b
D color names
There is given a list of 49 color names that starts with D letter.
Color Name
Color
Color
Code
DarkGoldenrod
#b8860b
DarkGoldenrod1
#ffb90f
DarkGoldenrod2
#eead0e
DarkGoldenrod3
#cd950c
DarkGoldenrod4
#8b6508
DarkGreen
#006400
DarkKhaki
#bdb76b
DarkOliveGreen
#556b2f
DarkOliveGreen1
#caff70
DarkOliveGreen2
#bcee68
DarkOliveGreen3
#a2cd5a
DarkOliveGreen4
#6e8b3d
DarkOrange
#ff8c00
DarkOrange1
#ff7f00
DarkOrange2
#ee7600
DarkOrange3
#cd6600
DarkOrange4
#8b4500
DarkOrchid
#9932cc
DarkOrchid1
#bf3eff
DarkOrchid2
#b23aee
DarkOrchid3
#9a32cd
DarkOrchid4
#68228b
DarkSalmon
#e9967a
DarkSeaGreen
#8fbc8f
DarkSeaGreen1
#c1ffc1
DarkSeaGreen2
#b4eeb4
DarkSeaGreen3
#9bcd9b
DarkSeaGreen4
#698b69
DarkSlateBlue
#483d8b
DarkSlateGray
#2f4f4f
DarkSlateGray1
#97ffff
DarkSlateGray2
#8deeee
DarkSlateGray3
#79cdcd
DarkSlateGray4
#528b8b
DarkTurquoise
#00ced1
DarkViolet
#9400d3
DeepPink1
#ff1493
DeepPink2
#ee1289
DeepPink3
#cd1076
DeepPink4
#8b0a50
DeepSkyBlue1
#00bfff
DeepSkyBlue2
#00b2ee
DeepSkyBlue3
#009acd
DeepSkyBlue4
#00688b
DimGray
#696969
DodgerBlue1
#1e90ff
DodgerBlue2
#1c86ee
DodgerBlue3
#1874cd
DodgerBlue4
#104e8b
F color names
There is given a list of 7 color names that starts with F letter.
Color
Name
Color
Color
Code
Firebrick
#b22222
firebrick1
#ff3030
firebrick2
#ee2c2c
firebrick3
#cd2626
firebrick4
#8b1a1a
FloralWhite
#fffaf0
ForestGreen
#228b22
G color names
There is given a list of 115 color names that starts with G letter.
Color
Name
Color
Color
Code
Gainsboro
#dcdcdc
GhostWhite
#f8f8ff
gold1
#ffd700
gold2
#eec900
gold3
#cdad00
gold4
#8b7500
goldenrod
#daa520
goldenrod1
#ffc125
goldenrod2
#eeb422
goldenrod3
#cd9b1d
goldenrod4
#8b6914
gray
#bebebe
gray1
#030303
gray10
#1a1a1a
gray11
#1c1c1c
gray12
#1f1f1f
gray13
#212121
gray14
#242424
gray15
#262626
gray16
#292929
gray17
#2b2b2b
gray18
#2e2e2e
gray19
#303030
gray2
#050505
gray20
#333333
gray21
#363636
gray22
#383838
gray23
#3b3b3b
gray24
#3d3d3d
gray25
#404040
gray26
#424242
gray27
#454545
gray28
#474747
gray29
#4a4a4a
gray3
#080808
gray30
#4d4d4d
gray31
#4f4f4f
gray32
#525252
gray33
#545454
gray34
#575757
gray35
#595959
gray36
#5c5c5c
gray37
#5e5e5e
gray38
#616161
gray39
#636363
gray4
#0a0a0a
gray40
#666666
gray41
#696969
gray42
#6b6b6b
gray43
#6e6e6e
gray44
#707070
gray45
#737373
gray46
#757575
gray47
#787878
gray48
#7a7a7a
gray49
#7d7d7d
gray5
#0d0d0d
gray50
#7f7f7f
gray51
#828282
gray52
#858585
gray53
#878787
gray54
#8a8a8a
gray55
#8c8c8c
gray56
#8f8f8f
gray57
#919191
gray58
#949494
gray59
#969696
gray6
#0f0f0f
gray60
#999999
gray61
#9c9c9c
gray62
#9e9e9e
gray63
#a1a1a1
gray64
#a3a3a3
gray65
#a6a6a6
gray66
#a8a8a8
gray67
#ababab
gray68
#adadad
gray69
#b0b0b0
gray7
#121212
gray70
#b3b3b3
gray71
#b5b5b5
gray72
#b8b8b8
gray73
#bababa
gray74
#bdbdbd
gray75
#bfbfbf
gray76
#c2c2c2
gray77
#c4c4c4
gray78
#c7c7c7
gray79
#c9c9c9
gray8
#141414
gray80
#cccccc
gray81
#cfcfcf
gray82
#d1d1d1
gray83
#d4d4d4
gray84
#d6d6d6
gray85
#d9d9d9
gray86
#dbdbdb
gray87
#dedede
gray88
#e0e0e0
gray89
#e3e3e3
gray9
#171717
gray90
#e5e5e5
gray91
#e8e8e8
gray92
#ebebeb
gray93
#ededed
gray94
#f0f0f0
gray95
#f2f2f2
gray97
#f7f7f7
gray98
#fafafa
gray99
#fcfcfc
green1
#00ff00
green2
#00ee00
green3
#00cd00
green4
#008b00
GreenYellow
#adff2f
H color names
There is given a list of 9 color names that starts with H letter.
Color
Name
Color
Color
Code
honeydew1
#f0fff0
honeydew2
#e0eee0
honeydew3
#c1cdc1
honeydew4
#838b83
HotPink
#ff69b4
HotPink1
#ff6eb4
HotPink2
#ee6aa7
HotPink3
#cd6090
HotPink4
#8b3a62
I color names
There is given a list of 9 color names that starts with I letter.
Color
Name
Color
Color
Code
IndianRed
#cd5c5c
IndianRed1
#ff6a6a
IndianRed2
#ee6363
IndianRed3
#cd5555
IndianRed4
#8b3a3a
ivory1
#fffff0
ivory2
#eeeee0
ivory3
#cdcdc1
ivory4
#8b8b83
K color names
There is given a list of 5 color names that starts with K letter.
Color
Name
Color
Color
Code
Khaki
#f0e68c
khaki
1
#fff68f
khaki
2
#eee685
khaki
3
#cdc673
khaki
4
#8b864e
L color names
There is given a list of 55 color names that starts with L letter.
Color Name
Color
Color
Code
Lavender
#e6e6fa
LavenderBlush1
#fff0f5
LavenderBlush2
#eee0e5
LavenderBlush3
#cdc1c5
LavenderBlush4
#8b8386
LawnGreen
#7cfc00
LemonChiffon1
#fffacd
LemonChiffon2
#eee9bf
LemonChiffon3
#cdc9a5
LemonChiffon4
#8b8970
light
#eedd82
LightBlue
#add8e6
LightBlue1
#bfefff
LightBlue2
#b2dfee
LightBlue3
#9ac0cd
LightBlue4
#68838b
LightCoral
#f08080
LightCyan1
#e0ffff
LightCyan2
#d1eeee
LightCyan3
#b4cdcd
LightCyan4
#7a8b8b
LightGoldenrod1
#ffec8b
LightGoldenrod2
#eedc82
LightGoldenrod3
#cdbe70
LightGoldenrod4
#8b814c
LightGoldenrodYellow
#fafad2
LightGray
#d3d3d3
LightPink
#ffb6c1
LightPink1
#ffaeb9
LightPink2
#eea2ad
LightPink3
#cd8c95
LightPink4
#8b5f65
LightSalmon1
#ffa07a
LightSalmon2
#ee9572
LightSalmon3
#cd8162
LightSalmon4
#8b5742
LightSeaGreen
#20b2aa
LightSkyBlue
#87cefa
LightSkyBlue1
#b0e2ff
LightSkyBlue2
#a4d3ee
LightSkyBlue3
#8db6cd
LightSkyBlue4
#607b8b
LightSlateBlue
#8470ff
LightSlateGray
#778899
LightSteelBlue
#b0c4de
LightSteelBlue1
#cae1ff
LightSteelBlue2
#bcd2ee
LightSteelBlue3
#a2b5cd
LightSteelBlue4
#6e7b8b
LightYellow1
#ffffe0
LightYellow2
#eeeed1
LightYellow3
#cdcdb4
LightYellow4
#8b8b7a
LimeGreen
#32cd32
linen
#faf0e6
M color names
There is given a list of 34 color names that starts with M letter.
Color Name
Color
Color
Code
magenta
#ff00ff
magenta2
#ee00ee
magenta3
#cd00cd
magenta4
#8b008b
maroon
#b03060
maroon1
#ff34b3
maroon2
#ee30a7
maroon3
#cd2990
maroon4
#8b1c62
medium
#66cdaa
MediumAquamarine
#66cdaa
MediumBlue
#0000cd
MediumOrchid
#ba55d3
MediumOrchid1
#e066ff
MediumOrchid2
#d15fee
MediumOrchid3
#b452cd
MediumOrchid4
#7a378b
MediumPurple
#9370db
MediumPurple1
#ab82ff
MediumPurple2
#9f79ee
MediumPurple3
#8968cd
MediumPurple4
#5d478b
MediumSeaGreen
#3cb371
MediumSlateBlue
#7b68ee
MediumSpringGreen
#00fa9a
MediumTurquoise
#48d1cc
MediumVioletRed
#c71585
MidnightBlue
#191970
MintCream
#f5fffa
MistyRose1
#ffe4e1
MistyRose2
#eed5d2
MistyRose3
#cdb7b5
MistyRose4
#8b7d7b
moccasin
#ffe4b5
N color names
There is given a list of 5 color names that starts with N letter.
Color
Code
#ffdead
NavajoWhite2
#eecfa1
NavajoWhite3
#cdb38b
NavajoWhite4
#8b795e
NavyBlue
#000080
O color names
There is given a list of 18 color names that starts with O letter.
Color
Name
Color
Color
Code
OldLace
#fdf5e6
OliveDrab
#6b8e23
OliveDrab1
#c0ff3e
OliveDrab2
#b3ee3a
OliveDrab4
#698b22
orange1
#ffa500
orange2
#ee9a00
orange3
#cd8500
orange4
#8b5a00
OrangeRed1
#ff4500
OrangeRed2
#ee4000
OrangeRed3
#cd3700
OrangeRed4
#8b2500
orchid
#da70d6
orchid1
#ff83fa
orchid2
#ee7ae9
orchid3
#cd69c9
orchid4
#8b4789
P color names
There is given a list of 38 color names that starts with P letter.
Color Name
Color
Color
Code
pale
#db7093
PaleGoldenrod
#eee8aa
PaleGreen
#98fb98
PaleGreen1
#9aff9a
PaleGreen2
#90ee90
PaleGreen3
#7ccd7c
PaleGreen4
#548b54
PaleTurquoise
#afeeee
PaleTurquoise1
#bbffff
PaleTurquoise2
#aeeeee
PaleTurquoise3
#96cdcd
PaleTurquoise4
#668b8b
PaleVioletRed
#db7093
PaleVioletRed1
#ff82ab
PaleVioletRed2
#ee799f
PaleVioletRed3
#cd6889
PaleVioletRed4
#8b475d
PapayaWhip
#ffefd5
PeachPuff1
#ffdab9
PeachPuff2
#eecbad
PeachPuff3
#cdaf95
PeachPuff4
#8b7765
pink
#ffc0cb
pink1
#ffb5c5
pink2
#eea9b8
pink3
#cd919e
pink4
#8b636c
plum
#dda0dd
plum1
#ffbbff
plum2
#eeaeee
plum3
#cd96cd
plum4
#8b668b
PowderBlue
#b0e0e6
purple
#a020f0
purple1
#9b30ff
purple2
#912cee
purple3
#7d26cd
purple4
#551a8b
R color names
There is given a list of 14 color names that starts with R letter.
Color
Name
Color
Color
Code
red1
#ff0000
red2
#ee0000
red3
#cd0000
red4
#8b0000
RosyBrown
#bc8f8f
RosyBrown1
#ffc1c1
RosyBrown2
#eeb4b4
RosyBrown3
#cd9b9b
RosyBrown4
#8b6969
RoyalBlue
#4169e1
RoyalBlue1
#4876ff
RoyalBlue2
#436eee
RoyalBlue3
#3a5fcd
RoyalBlue4
#27408b
S color names
There is given a list of 48 color names that starts with S letter.
Color
Code
SaddleBrown
#8b4513
salmon
#fa8072
salmon1
#ff8c69
salmon2
#ee8262
salmon3
#cd7054
salmon4
#8b4c39
SandyBrown
#f4a460
SeaGreen1
#54ff9f
SeaGreen2
#4eee94
SeaGreen3
#43cd80
SeaGreen4
#2e8b57
seashell1
#fff5ee
seashell2
#eee5de
seashell3
#cdc5bf
seashell4
#8b8682
sienna
#a0522d
sienna1
#ff8247
sienna2
#ee7942
sienna3
#cd6839
sienna4
#8b4726
SkyBlue
#87ceeb
SkyBlue1
#87ceff
SkyBlue2
#7ec0ee
SkyBlue3
#6ca6cd
SkyBlue4
#4a708b
SlateBlue
#6a5acd
SlateBlue1
#836fff
SlateBlue2
#7a67ee
SlateBlue3
#6959cd
SlateBlue4
#473c8b
SlateGray
#708090
SlateGray1
#c6e2ff
SlateGray2
#b9d3ee
SlateGray3
#9fb6cd
SlateGray4
#6c7b8b
snow1
#fffafa
snow2
#eee9e9
snow3
#cdc9c9
snow4
#8b8989
SpringGreen
1
#00ff7f
SpringGreen
2
#00ee76
SpringGreen
3
#00cd66
SpringGreen
4
#008b45
SteelBlue
#4682b4
SteelBlue1
#63b8ff
SteelBlue2
#5cacee
SteelBlue3
#4f94cd
SteelBlue4
#36648b
T color names
There is given a list of 19 color names that starts with T letter.
Color
Name
Color
Color
Code
tan
#d2b48c
tan1
#ffa54f
tan2
#ee9a49
tan3
#cd853f
tan4
#8b5a2b
thistle
#d8bfd8
thistle1
#ffe1ff
thistle2
#eed2ee
thistle3
#cdb5cd
thistle4
#8b7b8b
tomato1
#ff6347
tomato2
#ee5c42
tomato3
#cd4f39
tomato4
#8b3626
turquoise
#40e0d0
turquoise1
#00f5ff
turquoise2
#00e5ee
turquoise3
#00c5cd
turquoise4
#00868b
V color names
There is given a list of 6 color names that starts with V letter.
Color
Name
Color
Color
Code
Violet
#ee82ee
VioletRed
#d02090
VioletRed1
#ff3e96
VioletRed2
#ee3a8c
VioletRed3
#cd3278
VioletRed4
#8b2252
W color names
There is given a list of 7 color names that starts with W letter.
Color
Name
Color
Color
Code
Wheat
#f5deb3
wheat1
#ffe7ba
wheat2
#eed8ae
wheat3
#cdba96
wheat4
#8b7e66
White
#ffffff
WhiteSmoke
#f5f5f5
Y color names
There is given a list of 5 color names that starts with A letter.
Color
Name
Color
Color
Code
yellow1
#ffff00
yellow2
#eeee00
yellow3
#cdcd00
yellow4
#8b8b00
YellowGreen
#9acd32
1) What is HTML?
HTML stands for Hyper Text Markup Language. It is a language of World Wide Web.
It is a standard text formatting language which is used to create and display pages
on the Web. More details...
content, and
tags
Content is placed between tags to display data on the web page. More details...
4) What are some common lists that are used when designing a page?
There are many common lists which are used to design a page. You can choose any
or a combination of the following list types:
o
o
o
o
o
More
Ordered list
Unordered list
Menu list
Directory list
Definition list
details...
Here, replace the "image.gif" with the name of your image file which you want to
display on your web page.
Example:
<p>
<span style="color:#ffffff;">
In this page we use span.
</span>
</p>
22) What are the different new form element types in HTML 5?
Following is a list of 10 important new elements in HTML 5:
o
o
o
o
o
o
o
o
o
o
Color
Date
Datetime-local
Email
Time
Url
Range
Telephone
Number
Search
23) Is there any need to change the web browsers to support HTML5?
No. Almost all browsers (updated versions) support HTML 5. For example: Chrome,
Firefox, Opera, Safari, IE etc.
mp4
webm
ogg
details...
Typical HTML4
Typical HTML5
1)
<div id="header">
<header>
2)
<div id="menu">
<nav>
3)
<div id="content">
<section>
4)
<div id="post">
<article>
5)
<div id="footer">
<footer>
<div id="header">
<h1>Monday Times</h1>
</div>
.
.
.
<div id="footer">
<p>© JavaTpoint. All rights reserved.</p>
</div>
HTML 5 Header and Footer:
<header>
<h1>Monday Times</h1>
</header>
.
.
.
<footer>
<p> JavaTpoint. All rights reserved.</p>
</footer>
Menu Example
HTML 4 Menu:
<div id="menu">
<ul>
<li>News</li>
<li>Sports</li>
<li>Weather</li>
</ul>
</div>
HTML 5 Menu:
<nav>
<ul>
<li>News</li>
<li>Sports</li>
<li>Weather</li>
</ul>
</nav>
34) What are the new <input> types for form validation in HTML5?
The new input types for form validation are email, url, number, tel and date.
Example:
<input type="email">