Computer Science, asked by priyanshu3030, 1 year ago

write down the structure of html document

Answers

Answered by pandey5486
5
(html)
(head)
(tittle)
(/tittle )
(/head)
(body)
(p)
(/p )
(/body)
(/html)
Answered by RishabhDeora
4
It start with,

<HTML>
<HEAD>
<TITLE>
TITLE OF THE WEB PAGE
</TITLE>
</HEAD>
<BODY>
CONTENTS OF THE WEB PAGE
</BODY>
</HTML>

I hope it would be helpful to you.

RishabhDeora: please mark it as brainlist
Similar questions