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
संबंधित प्रश्न
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 output
COLLEGE ← h 1 and center |
Principal • Vice Principal • Professors • Non-teaching Staff For more details click here |
(The words click here act or hypcrlink to next page whose address is "C:\MyDcouments \ Al.HTML")
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/>
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 HTML code for the following output :
Cricket Analysis
Country | Played | Won | Lose |
INDIA | 30 | 27 | 03 |
PAKISTAN | 30 | 03 | 27 |
Write advantages of HTML.
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 |
Write the full form of the following:
HTML