<!DOCTYPE html>
<
html
>
<
head
>
<
title
>
background-attachment property
</
title
>
<
style
>
#example {
background-image:
url(
background-position: center;
background-repeat: no-repeat;
background-attachment: initial;
}
</
style
>
</
head
>
<
body
style
=
"text-align:center"
>
<
h1
>GeeksforGeeks</
h1
>
<
h2
> background-attachment: initial;</
h2
><
br
><
br
>
<
div
id
=
"example"
>
<
p
>
Prepare for the Recruitment drive of product
based companies like Microsoft, Amazon,
Adobe etc with a free online placement
preparation course. The course focuses on
various MCQ's & Coding question likely to
be asked in the interviews & make your
upcoming placement season efficient and
successful.
</
p
>
<
br
>
<
br
>
<
br
>
<
p
>
This course is especially designed for the
Java apprentices who want to hone their
skills in Java for Coding Interviews and
Competitive Programming. No matter if you
are a school student or college student,
if you have the zeal of programming, this
is the right time to start.
</
p
>
<
br
>
<
br
>
<
br
>
<
p
>
Prepare for the Recruitment drive of product
based companies like Microsoft, Amazon,
Adobe etc with a free online placement
preparation course. The course focuses on
various MCQ's & Coding question likely to
be asked in the interviews & make your
upcoming placement season efficient and
successful
</
p
>
<
br
>
<
br
>
<
br
>
<
p
>
This course is especially designed for the
Java apprentices who want to hone their
skills in Java for Coding Interviews and
Competitive Programming. No matter if you
are a school student or college student,
if you have the zeal of programming, this
is the right time to start.
</
p
>
<
br
>
<
br
>
<
br
>
<
p
>
Prepare for the Recruitment drive of product
based companies like Microsoft, Amazon,
Adobe etc with a free online placement
preparation course. The course focuses on
various MCQ's & Coding question likely to
be asked in the interviews & make your
upcoming placement season efficient and
successful
</
p
>
</
div
>
</
body
>
</
html
>