HTML
HTML
- PRAGYA THAKUR
HTML
o HTML stand for Hyper Text Markup Language
o It allows you to create web pages that contains both text &
graphics.
o HTML describes the structure of a web page.
o HTML consists of series of elements.
o These elements tell the browser how to display the content.
Hypertext:
A text with a special feature of linking to the other documents or web
Markup pages.
A markup language that uses tags to markup a text
Language:
documents.
These tags instruct the browser how to display the text.
Features of HTML
HTML is used to create web pages or complete websites.
HTML enables you to design web pages along with the Text
and multimedia.
modified.
Two basic tools that are
required to work with HTML
documents
It is used to create and saved web pages.
HTML
1 Editor
Types: 1- Text Editor (Notepad, Word pad)
2- WYSIWYG (Google web designer, Dreamweaver)
<head>
<title>Page title</title>
</head>
<body>
<h1>This is a heading</h1>
<p>This is a paragraph.</p>
<p>This is another paragraph.</p>
</body>
</html>
Tags , Elements & Attributes
Tags are the building blocks of a web page.
They have elements that define how the information on a web
Tags page is formatted or displayed.
Each tag in HTML begins with ‘<‘ sign and end with ‘>’ sign.
HyperATTRIBUTES
Link Tag: <a>of FONT tag: : size,
… </a> face,
Defines color (Colour
a hyper link. Name or
Hexadecimal
Example:Value)
<a href=“https://www.youtube.com/@pragya07”> Youtube
14.</a>
Link <br> : This tag splits the line and displays the text on a new line.