Computer Science, asked by satyendra94739, 8 months ago

Write a HTML Program to make Photo Gallary.​

Answers

Answered by akanksha2614
4

Creating Structure: In this section, we will code only in HTML to create a normal HTML gallary.

HTML Code:

<!DOCTYPE html>

<html>

<head>

<title>Lightbox Gallery</title>

</head>

<body>

<h2>GeeksforGeeks</h2>

<b>A Computer Science Portal for Geeks</b>

<div class="gallery">

<a href=

Similar questions