Advertisements
Advertisements
प्रश्न
Write HTML code for the following output:
Mypage |_|-|× |
HTML isa hypertext Markup language, The basic language of HTML is ASCII code. The start tag and end tag. This is only text oriented language |
One Two |
1.One 2. Two |
थोडक्यात उत्तर
उत्तर
<HTML>
<Head>
<Title> My Page </ Title>
</Head>
<Body>
<P> HTML is hypertext </P>
<BR>
<P> Markup language. The basic language of HTML is ASC II Code. The start tag and end
tag .</P>
</BR>
<P> This is only text oriented language
</P>
<HR>
<UL type = “Square”>
<Li><U>One</U></Li>
<Li><U>Two</U></Li>
</UL>
<HR>
<OL>
<Li>One</Li>
<Li>Two</Li>
</UL>
</ body>
</ HTML>
shaalaa.com
Hyper Text Markup Language (HTML)
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?