<!doctype html>
<
html
⚡>
<
head
>
<
meta
charset
=
"utf-8"
>
<
link
rel
=
"canonical"
href
=
<
meta
name
=
"viewport"
content=
"
width
=
device
-width,
minimum-scale
=
1
,
initial-scale
=
1
">
<
script
async
src
=
</
script
>
<
script
async
custom-element
=
"amp-carousel"
</
script
>
<
title
>Google AMP amp-lightbox-gallery</
title
>
<
script
async
custom-element
=
"amp-lightbox-gallery"
</
script
>
<
style
amp-boilerplate>
body {
-webkit-animation: -amp-start 8s
steps(1, end) 0s 1 normal both;
-moz-animation: -amp-start 8s
steps(1, end) 0s 1 normal both;
-ms-animation: -amp-start 8s
steps(1, end) 0s 1 normal both;
animation: -amp-start 8s
steps(1, end) 0s 1 normal both;
}
@-webkit-keyframes -amp-start {
from {
visibility: hidden
}
to {
visibility: visible
}
}
@-moz-keyframes -amp-start {
from {
visibility: hidden
}
to {
visibility: visible
}
}
@-ms-keyframes -amp-start {
from {
visibility: hidden
}
to {
visibility: visible
}
}
@-o-keyframes -amp-start {
from {
visibility: hidden
}
to {
visibility: visible
}
}
@keyframes -amp-start {
from {
visibility: hidden
}
to {
visibility: visible
}
}
</
style
>
<
noscript
>
<
style
amp-boilerplate>
body {
-webkit-animation: none;
-moz-animation: none;
-ms-animation: none;
animation: none
}
</
style
>
</
noscript
>
<
style
amp-custom>
:root {
--color-primary: #005AF0;
--color-text-light: #fff;
--space-1: .5rem;
--space-2: 1rem;
}
</
style
>
</
head
>
<
body
>
<
div
>
<
amp-img
lightbox
src
=
width
=
"300"
height
=
"200"
layout
=
"responsive"
>
</
amp-img
>
<
p
class
=
"paragraph"
>
welcome to geeksforgeeks
</
p
>
<
amp-img
lightbox
src
=
width
=
"300"
height
=
"200"
layout
=
"responsive"
>
</
amp-img
>
<
p
class
=
"paragraph"
>
GeeksforGeeks A Computer Science
portal for geeks.
</
p
>
</
div
>
</
body
>
</
html
>