Advertisements
Advertisements
Question
Assertion (A): HTML is a Markup language.
Reason (R): HTML is used to structure or format text with the help of predefined tags.
Options
Both Assertion (A) and Reason (R) are true and Reason (R) is a correct explanation of Assertion (A).
Both Assertion (A) and Reason (R) are true but Reason (R) is not a correct explanation of Assertion (A).
Assertion (A) is true and Reason (R) is false.
Assertion (A) is false and Reason (R) is true.
Solution
Both Assertion (A) and Reason (R) are true and Reason (R) is a correct explanation of Assertion (A).
APPEARS IN
RELATED QUESTIONS
Give function of following tags with an example of each
- <img>
- <em>
- <dl>
Write output of the following HTML program
<HTML>
<HEAD>
<TITLE> abc </TITLE>
</HEAD>
<BODY>
<H1 align="center">KBC Restaurant</H1>
<TABLE border="2">
<TR>
<TH rowspan="2">
<font size="5"> Pawbhaji </font>
</TH>
<TH> with cheese </TH>
<TH> 35 </TH>
</TR>
<TR>
<TH> without cheese </TH>
<TH> 25 </TH>
</TR>
</TABLE>
</BODY>
</HTML>
Write a program in HTML for the following output:
(i) Arts
A. History
B. Geography
(ii) Science
I. Computer Science
II. Physics
(iii) Commerce
O English
O Accounts
Write an HTML Code for following :
Year | Students | ||
Boys | Girls | Total | |
2004 | 25 | 30 | 55 |
2005 | 80 | 25 | 105 |
Record
_____tag is used to put a line break in HTML Code
(i) <HR>
(ii) <BR>
(iii) <P>
(iv) <LI>
Bulleted list in HTML is created by________ tag.
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.