Computer Science, asked by fuyrs1246, 11 months ago

write the html code to display all heading

Answers

Answered by Bhawna369
10
<HTML>
<HEAD>
<Title>ABC<Title>
<Head>
<Body>
<H1>Bhawna</H1>
<H2>Bhawna</H2>
<H3>Bhawna</H3>
<H4>Bhawna</H4>
<H5>Bhawna</H5>
<H6>Bhawna</H6>
</Body>
</HTML>

fuyrs1246: out put
Bhawna369: It will be seen on the explorer
Bhawna369: When you will do this coding
Similar questions