0% found this document useful (0 votes)
4 views2 pages

#India

The document is an HTML template for a Help Center webpage titled 'H8rneTS'. It includes a navigation menu with links to various sections such as Home, Log in, Index, Help Center, and Grade Levels, styled with CSS for visual appeal. The page features a centered title and a help center label, with a color scheme of black and gold.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views2 pages

#India

The document is an HTML template for a Help Center webpage titled 'H8rneTS'. It includes a navigation menu with links to various sections such as Home, Log in, Index, Help Center, and Grade Levels, styled with CSS for visual appeal. The page features a centered title and a help center label, with a color scheme of black and gold.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

<html>

<head>
<title>Help Center</title>

<link rel="#India" href="#India">


<style>
body {
background-color: 212121;
}
h1 {
color: black;
background-color: FFD400;
text-align: center;
font-size: 60px;
font-family: Arial Black;
}
}
h2 {
color: FFD400;
background-color: FFD400;
text-align: center;
font-size: 30px;
font-family: Arial Black;
}
p {
color: black;
background-color: FFD400;
text-align: center;
font-size: 30px;
font-family: Arial Black;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #212121;
}

li {
float: left;
}

li a {
display: block;
color: #FFD400;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-family: Arial Black;
}

li a:hover {
background-color: #FFD400;
color: #212121;
}
}
</style>
</head>
<body>
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#login">Log in</a></li>
<li><a href="#Index">Index</a></li>
<li><a class="active" href="#India">Help Center</a></li>
<li><a href="#Grade Levels">Grade Levels</a></li>
</ul>
<h1>H8rneTS</h1>
<p>Help Center<p>
</body>
</html>

You might also like