Q1 Design a web page to create the list in following format: Names of four branches of CMS CMS Gomti Nagar 1 CMS Gomti Nagar 2 CMS Rajajipuram CMS Station Road Backgound colour- Blue Aligned - Left
Answers
Answered by
1
Answer:
<html>
<body bgcolor="blue">
<p> Names of four branches of CMS : - <br>
<ol type="1" start = "1">
<li> CMS Gomti Nagar 1 </li>
<li> CMS Gomti Nagar 2 </li>
<li> CMS Rajajipuram </li>
<li> CMS Station Road </li>
</ol>
</p>
</body>
</html>
** Please mark this ans as Brainliest answer. Thank you!
Similar questions