0% found this document useful (0 votes)
5K views3 pages

SOP 2 Question and Coding

The document describes some popular tourist places in India including cities like Pune, Bangalore, Hyderabad and Delhi. It specifically lists tourist attractions in Pune such as Shanivarwada, Kelkar Museum, Sinhgad forts and Aga khan Palace.

Uploaded by

Archna Agarwal
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5K views3 pages

SOP 2 Question and Coding

The document describes some popular tourist places in India including cities like Pune, Bangalore, Hyderabad and Delhi. It specifically lists tourist attractions in Pune such as Shanivarwada, Kelkar Museum, Sinhgad forts and Aga khan Palace.

Uploaded by

Archna Agarwal
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

SOP 2:

Page 1.html

<!DOCTYPE html>

<html>

<head>

<title>

Tourist places

</title>

<style>

section{background-color:pink;width:50%;height:50%;float:right}

aside{width:50%;float:left}

ol{font-style:italic;font-size:15pt}

ul{font-weight:bold;font-size:20pt}

</style> </head>

<body>

<header style="background-color:skyblue;height:100pt">

<h1 align="center">Tourist places</h1>

</header>

<br>

<aside>
<h3>City</h3>

<ol>

<li>Pune</li>

<li>Banglore</li>

<li>Hyberabad</li>

<li>Delhi</li>

</ol>

</aside>

<section>

<h3>Tourist places in Pune</h3>

<ul>

<li>Shanivarwada</li>

<li>Kelkar Museum</li>

<li>Sinhgad forts</li>

<li>Aga khan Palace</li>

</ul>

</section>

</body>

</html>

You might also like