Advertisements
Advertisements
प्रश्न
Write HTML code for the following output:
Mypage |_|-|× |
HTMLisa 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)
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?