Advertisements
Advertisements
प्रश्न
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/>
उत्तर
Introduction ← (Title of the page)
Computer Science ←(Text size h1 in bold default font)
Paper - I ← (Text size is default, regular, default font is used, underlined word)
Paper - II ← (Text size is default, regular, default font is used, underlined word)
shaalaa.com
Hyper Text Markup Language (HTML)
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?