0% found this document useful (0 votes)
2 views4 pages

HTML Code

Uploaded by

swastibhatiawork
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)
2 views4 pages

HTML Code

Uploaded by

swastibhatiawork
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

<!

DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
nav a{
color:black;
padding:14px;
text-decoration:none;
font-size:28px;
background-color: bisque;
margin:0;
padding:0;

}
nav a:hover{
color:white;
}
.bg{
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
object-fit:cover;
z-index:-1;

}
main{
font-size:25px;
color:rgb(233, 138, 13);
background-color:bisque;
margin:0;
}
.flexb{
display:flex;
gap:10px;
font-size:30px;
justify-content: center;
}
</style>

</head>
<body>
<nav>
<a href="#home1">Home</a>
<a href="#section1">Explore Flags</a>
<a href="#">Continents</a>
<a href="#">Quizes</a>
<a href="#">About</a>
</nav>
<h2>Search countries</h2>
<input type="text" id="searchbox" placeholder="Search countries...">
<br>
<header>
<center><h1 style="color:darkred">Flag Explorer Web
Page</h1></center>
</header>
<a id="home1"></a>
<main>
<p>National flags are powerful symbols representing a country's
sovereignty, history, and values, featuring distinct colors and emblems. They
typically use simple designs (stripes, crosses, stars) and a limited color palette to
be easily recognized. Common colors include red (revolution/blood), white
(peace), and blue (sky/sea).
Key Regional Flag Descriptions and Symbolism
Africa: Many flags use "pan-African" colors of green (agriculture/hope), yellow
(wealth/sun), and red (struggle).
Asia: Often features unique, ancient symbols (e.g., India's Ashoka Chakra or
Japan's Hinomaru sun disk).
Europe: Heavily influenced by heraldry, using stripes and crosses. The Nordic
cross (e.g., Denmark, Sweden) is common in the north.
Americas: Often use stars and stripes (e.g., USA) or vertical tricolors (e.g.,
Mexico) to symbolize independence.
Oceania: Frequently incorporate the British Union Jack to denote historical ties to
the UK (e.g., Australia, New Zealand)</p>
</main>
<br>
<a id="section1"></a>
<section>
<h1>Flag_of_Denmark</h1>
<img src="Flag_of_Denmark.png", height=250px, width=330px,
alt="background">
<p class="flexb">This is the flag of denmanrk which is of red color with
white strips in between. The official name of Denmark is the Kingdom of
Denmark (Danish: Kongeriget Danmark). It is a sovereign state and
parliamentary constitutional monarchy that includes the autonomous territories
of Greenland and the Faroe Islands. </p>
</section>
<section>
<h1>Flag_of_Monstserrat</h1>
<img src="[Link]", height=250px, width=330px,
alt="background">
<p class="flexb">This is the flag of montserrat which has blue
background and has red crossed shaped on the top rightcorner</p>
</section>
<section>
<h1>Flag of Sri Lanka</h1>
<img src="[Link]", height=250px, width=330px,
alt="background">
<p class="flexb">The Sri Lanka flag, known as the Lion Flag, features a
gold-bordered maroon rectangle with a gold lion holding a sword in its right paw
(representing bravery and sovereignty) and four bo leaves in the corners
(representing Buddhism). It includes vertical green and orange stripes
representing minority groups
The official name of the country is the Democratic Socialist Republic of
Sri Lanka.</p>
</p>
</section>
<img src="[Link]" class="bg" alt="background">

</body>

You might also like