Sunil Dhillon Studio In Hissar City
Monday, 29 June 2015
Sunil Dhillon's Best Studio In Hissar City
HTML
The language for building web pages.
LEARN HTML
HTML REFERENCE
HTML Example:
<
!DOCTYPE
html
>
<
html
>
<
title
>
HTML Tutorial
<
/title
>
<
body
>
<
h1
>
This is a heading
<
/h1
>
<
p
>
This is a paragraph.
<
/p
>
<
/body
>
<
/html
>
Try it Yourself
CSS Example:
body
{
background-color:
#d0e4fe;
}
h1
{
color:
orange;
text-align:
center;
}
p
{
font-family:
"Times New Roman";
font-size:
20px;
}
Try it Yourself
Home
Subscribe to:
Comments (Atom)