KnowledgeBoat Logo
|
LoginJOIN NOW

Computer Applications

Write the HTML code to generate the following web page.

Write the HTML code to generate the web page. Computer Applications Code 165 Sample Paper Solved CBSE Class 10.

HTML Advanced Features

8 Likes

Answer

<HTML>
<HEAD>
<TITLE> Books </TITLE>
</HEAD>
<BODY>
<P>REALLY HONEST </P>
<CENTER> BOOK REVIEWS </CENTER>
<P>
I read a lot of books about many different subjects, here is a list of books that I have read recently.
</P>
<UL TYPE = "square">
<LI> Java Concept </LI>
<LI> Python Programming </LI>
<LI> C++ Basics </LI>
</UL>
</BODY>
</HTML>

Answered By

5 Likes


Related Questions