This commit is contained in:
bilalshaikh292 2023-10-02 02:05:17 +05:30 committed by GitHub
commit 497f515a90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 24 additions and 8 deletions

View File

@ -12,9 +12,13 @@
<body>
<div class="demo">
<h2> You have selected a Clown </h2>
<div class="demo">
<a href="../index.html" class="home">
<img src="../home.svg" alt="home" />
</a>
<h2> You have selected a Clown. </h2>
<div>
<img src="clown.jpg" alt="clown" />
<img src="clown.jpg" alt="clown" width="500" height="500"/>
</div>
</div>
</body>

View File

@ -12,9 +12,13 @@
<body>
<div class="demo">
<h2> You have selected an Elephant </h2>
<div class="demo">
<a href="../index.html" class="home">
<img src="../home.svg" alt="home" />
</a>
<h2> You have selected an Elephant. </h2>
<div>
<img src="elephant.jpg" alt="elephant" />
<img src="elephant.jpg" alt="elephant" width="500" height="500"/>
</div>
</div>
</body>

View File

@ -12,9 +12,13 @@
<body>
<div class="demo">
<h2> You have selected a Horse </h2>
<div class="demo">
<a href="../index.html" class="home">
<img src="../home.svg" alt="home" />
</a>
<h2> You have selected a Horse. </h2>
<div>
<img src="horse.jpg" alt="horse" />
<img src="horse.jpg" alt="horse" width="500" height="500"/>
</div>
</div>
</body>

View File

@ -11,9 +11,13 @@
<body>
<div class="demo">
<h2> You have selected a Lion </h2>
<div class="demo">
<a href="../index.html" class="home">
<img src="../home.svg" alt="home" />
</a>
<h2> You have selected a Lion. </h2>
<div>
<img src="lion.jpg" alt="lion" />
<img src="lion.jpg" alt="lion" width="500" height="500"/>
</div>
</div>
</body>