Create a webpage defining your interest by using the Ordered and unordered list as follows title of the page be my favourite things background colour of the page should be
Answers
Answered by
4
<!DOCTYPE html>
<HTML>
<HEAD>
<TITLE>CSSimplified.com HTML13</TITLE>
</HEAD>
<BODY bgColor="clay" Text="blue">
<P ALIGN="center"><FONT SIZE="5"><B>CSSimplified.com examples..</B></FONT></P>
<P ALIGN="center"><FONT FACE="verdana" SIZE="5"><B>Friends List</B></FONT></P>
<OL>
<LI>Prachi</LI>
<LI>Rohan</LI>
<LI>Chirag</LI>
<LI>Kunal</LI>
<LI>Milin</LI>
</OL>
</BODY>
</HTML>
Write above code in any text editor and save by htm or html extension and Open it in any browser by double clicking the file like internetexplorer.
Answered by
2
Answer:
Explanation:
Hope you get your answer! please make as brilliant
Attachments:
Similar questions