Advertisements
Advertisements
प्रश्न

Consider the code written to create the above web page and answer the questions given below:
<html>
______ --- line 1
<h1>Creating Web Pages</h1>
<h2>Headings Are Useful</h2>
<p>This is my first <strong>paragraph<______> in my new <em>webpage</em>. --- line 2
This is going to be great. I am so excited I can hardly contain <b>myself</b>.
Don't you just love paragraphs? I find them very useful. </p>
<h2>Web Pages Are Exciting Too</h2>
<p>Creating web pages can be a lot of fun. Learning how to create web pages is easy and
______ entertaining______</p> --- line 3
<p> Paragraphs can contain lists too - <em>bulleted</em> or <em>numbered</em>. </p>
______ --- line 4 a
<li>Coffee</li>
<li>Tea</li>
<li>Milk</li>
______ --- line 4 b
______ --- line 5 a
<li>Cold Drinks</li>
<li>Softy</li>
<li>Shakes</li>
______ --- line 5 b
</Body>
</HTML>
- Choose the correct option to fill up line 1.
- <page body>
- <body>
- body page
- body
- Choose the correct option to fill up line 2.
- Strong
- \strong
- /strong
- /strong/
- Choose the correct option to fill up line 3.
- B, /B
- <B>, </B>
- <\B>, <B>
- </B>, <B>
- Choose the correct option to fill up line 4 (a, b).
- OL, /OL
- <OL>, </OL>
- UL, /UL
- <UL>, </UL>
- Choose the correct option to fill up line 5 (a, b).
- OL, /OL
- <OL>, </OL>
- UL, /UL
- <UL>, </UL>
मामले का अध्ययन
Advertisements
उत्तर
- <body>
- /strong
- <B>, </B>
- <UL>, </UL>
- <OL>, </OL>
shaalaa.com
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
