Advertisements
Advertisements
प्रश्न
Assertion (A): HTML is a Markup language.
Reason (R): HTML is used to structure or format text with the help of predefined tags.
विकल्प
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.
उत्तर
Both Assertion (A) and Reason (R) are true and Reason (R) is a correct explanation of Assertion (A).
APPEARS IN
संबंधित प्रश्न
The valid attribute of <A> is______
(i) NAME
(ii) SRC
(iii) BGCOLOR
(iv) HEIGHT
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>
With syntax diagram explain structure of HTML WebPage.
Write a code in HTML for following table :
Write the exact output of the following HTML Code with font specification in backet
<html>
<head>
<title> Introduction </title>
</head>
<body>
<h1><b>Computer Science</b></h1>
<hr>
<u> Paper-I </u>
<hr>
<u> Paper-II </u>
</body>
</html/>
Explain <OL> and <UL> tag used in HTML with example
Write HTML code for the following output :
Cricket Analysis
Country | Played | Won | Lose |
INDIA | 30 | 27 | 03 |
PAKISTAN | 30 | 03 | 27 |
Write the output of the following HTML code :
One Two Three Monday Tuesday Wednesday
Write two points of difference between XML and HTML.
M in HTML stands for ______.