HTML PROGRAM HOW TO WRITE
Answers
Answer:
for example -
HEAD <heads
KTITLESRuskion Bond Starias </7ITIE
KIHEADS
BODY BgCOLOR= "BLUE")
<H2 ALIGN= CENTER) Pin Bonds to lose
Z HR ALIGN=CENTER SIZE=40% COLOR=WHILE
ZFONT COLOR - YELLOW
ZHR SIZE=4 WIDTH 40%
classMate
ZOL TYPE= 1)
<LI.) A Lengwalk with bunga BILLY
KLI) Animals on the. Thank </LI)
|<D) A Trg se in the House (TLT
KLI) The Plowing Probined Strila <ULE <LI) The Wind on Haunted Hill </LI
<10l>
</body>
</html>
Answer:
<! DOCTYPE HTML>(This tag is used to inform the browser about the version of HTML used in the document.)
<html>
<head>(This tag is a container of Metadata placed between html tag)
<title>Sample page</title>(This tag is use to give title of website and / or slash character is use to close tag)
</head>(head close.)
<body>(The <body> element contains all the contents of an HTML document, such as headings, paragraphs, images, hyperlinks, tables, lists, etc.)
<h1>Head</h1>(h means heading)
<p>Hello how are you</p>(p means paragraph)
</body>(body close)
</html>(close html tag)