Advertisements
Advertisements
Question
Write HTML code to design the content of the web page in the form of lists as shown below:
STREAM WISE CAREER OPTIONS
|
Solution
<html>
<body>
STREAM WISE CAREER OPTIONS
<ul type="square">
<li>Science</li>
<ol type="a">
<li>Engineering</li>
<li>Medical</li>
<li>Research</li>
</ol>
</li>
<li>Commerce</li>
<li>Humanities</li>
</ul>
</body></html>
Notes
1.5 Marks for correct usage of <ul> tag along with <li>.
1.5 Marks for correct usage of <ol> tag along with <li>.
APPEARS IN
RELATED QUESTIONS
Assertion (A): In HTML, Tags written in lowercase letters or uppercase letters are treated as the same.
Reason (R): HTML is a case sensitive language.
Write the difference between alink and vlink.
Write an HTML statement to illustrate the usage of alink and vlink attributes.
Write the equivalent inline CSS for the following HTML tag.
<body bgcolor="green">
Write the equivalent inline CSS for the following HTML tag.
<img src="me.jpg" height=20 width=30>
Illustrate the use of the radio button input type on an HTML form with an appropriate code and the corresponding output.
Link, vlink, alink are attributes of ______ tag.
Mention any two purposes of using comments while designing a HTML webpage.
Write a suitable HTML statement to display the following text on a webpage in appropriate subscript and superscript form:
CO2
Write a suitable HTML statement to display the following text on a webpage in appropriate subscript and superscript form:
X2