HTML Basics
HTML Basics
WHAT IS HTML?
It is used to specify(“mark-up”)
regions of HTML documents for
the Web Browsers to interpret.
A <tag> specifies browser what is
to be done.
Tags are case-sensitive.
A tag looks like- ‘<’ ‘>’, and is
always represented in angle-
brackets.
2. ELEMENT
……..
……..
</tag> // tells the browser that a
tag has ended
3. ATTRIBUTE
<HTML>
<HEAD>
<TITLE> ……….. </TITLE> HEAD SECTION
</HEAD>
<BODY>
.
. BODY OF HTML
.
..
..
</BODY>
</HTML>
CONT..
output
Using image Marquee and
anchor tags