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 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")
_____tag is used to put a line break in HTML Code
(i) <HR>
(ii) <BR>
(iii) <P>
(iv) <LI>
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/>
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:
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 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 |