Advertisements
Advertisements
प्रश्न
M in HTML stands for ______.
विकल्प
Modify
Management
Multiple
Markup
उत्तर
M in HTML stands for Markup.
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 :
Year | Students | ||
Boys | Girls | Total | |
2004 | 25 | 30 | 55 |
2005 | 80 | 25 | 105 |
Record
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 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
Bulleted list in HTML is created by________ tag.
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 two points of difference between XML and HTML.