Computer Applications
Write HTML code to design the content of the web page in the form of lists as shown below:

HTML Advanced Features
40 Likes
Answer
<HTML>
<BODY>
<P> STREAM WISE CAREER OPTIONS </P>
<UL TYPE = "SQUARE">
<LI> Science
<OL TYPE = "a">
<LI> Engineering </LI>
<LI> Medical </LI>
<LI> Research </LI>
</OL>
</LI>
<LI> Commerce </LI>
<LI>Humanities </LI>
</UL>
</BODY>
</HTML>
Answered By
25 Likes
Related Questions
Rajat, a web developer, wants to show a video named "tiger.mp4" in dimensions of 300px width and 200px height on the web page. Help Rajat by writing its html code.
Abhilasha has just designed a web page. At the end of the web page, she wants to insert an image "next.jpg".
She needs to link another web page with this image, i.e., whenever anyone click on the image "next.jpg", another web page named "second.html" should open. Help her in writing the code to achieve it.
Note: Assume that image and both the web pages are stored in the same folder.
What do you understand by the term "Digital Divide"? Mention any two measures to overcome it.
Customer Analytics firm needs to design a survey form as shown below:

Write the suitable HTML code to design it.