0% found this document useful (0 votes)
10 views

Pilo

Uploaded by

pooja.pandya
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views

Pilo

Uploaded by

pooja.pandya
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

<!

DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<header style=" width: 100%; height:170px; background-color:rgb(234, 128,
146);text-align:center ;">
<h2>About HTML</h2>
</header>

<nav style="height: 80px; width: 100%; background-color:rgb(59, 208, 225) ;">


<table cellpadding=30px style="width: 100%; text-align: center; ">
<tr>
<td> <a href="https://www.homelink.com/ "
target="_blank">Home</a></td>
<td> <a href="C:\Users\hp\Pictures\Saved Pictures\Emmet-HTML-2.png"
target="_blank">Gallary</a></td>
<td> <a href="https://www.w3schools.com/html/html_intro.asp"
target="_blank">About</a></td>
<td> <a href="" target="_blank">Contact</a></td>
<td> <a href="" target="_blank">Help</a></td>
<td> <a href="login1.html" target="_blank">login/signup</a></td>

</tr>
</table>
</nav>

<section style="width: 100%; height: 500px; background-color: lightpink;">


<br><br>
HTML stands for HyperText Markup Language. It is used to design web pages
using a markup language. HTML is the combination of Hypertext and Markup language.
Hypertext defines the link between web pages. A markup language is used to define
the text document within the tag which defines the structure of web pages. This
language is used to annotate (make notes for the computer) text so that a machine
can understand it and manipulate text accordingly. Most markup languages (e.g.
HTML) are human-readable. The language uses tags to define what manipulation has to
be done on the text.
<br><br>
HTML is a markup language used by the browser to manipulate text, images,
and other content, in order to display it in the required format. HTML was created
by Tim Berners-Lee in 1991. The first-ever version of HTML was HTML 1.0, but the
first standard version was HTML 2.0, published in 1995.
<br> <br>
CSS full form (Cascading Style Sheets) is used to style and layout web
pages — for example, to alter the font, color, size, and spacing of your content,
split it into multiple columns, or add animations and other decorative features.
<br> <br>
Three types of CSS :- In a separate file (external)<br> <br>
At the top of a web page document (internal) <br> <br>
Right next to the text it decorates (inline) <br> <br>
</section>

</body>
</html>

You might also like