Advertisements
Advertisements
Question
M in HTML stands for ______.
Options
Modify
Management
Multiple
Markup
Solution
M in HTML stands for Markup.
APPEARS IN
RELATED QUESTIONS
The valid attribute of <A> is______
(i) NAME
(ii) SRC
(iii) BGCOLOR
(iv) HEIGHT
Give function of following tags with an example of each
- <img>
- <em>
- <dl>
With syntax diagram explain structure of HTML WebPage.
In HTML, for Red colour, RGB code is _______.
(i) # 00 00 00
(ii) # ff 00 00
(iii) # 00 ff 00
(iv) # 00 00 ff
Explain <OL> and <UL> tag used in HTML with example
Write the output of the following HTML code :
One Two Three Monday Tuesday Wednesday
Write advantages of HTML.
Write exact output of following HTML Code:
<HTML>
<DODY>
<OL start – “10”>
<Li> English
<Li> Second language
</OI>
<OL> Type = “a”
<li> Compulsory
<li> Optional
</UL>
<UL Type = “Square”>
<Li> Science
<Li> Arta
<li> Commerce
</LU>
</BODY>
</HTML>
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 |
Write two points of difference between XML and HTML.