Assignment 2x
Assignment 2x
KANVEER SINGH
2336209
<!DOCTYPE html>
<html>
<head>
<title>Kanveer Assignment</title>
<style>
Body {
Background-color: #f0f0f0;
Color: #222;
H1 {
Text-align: center;
Color: black;
H2 {
Color: green;
H3, h4 {
Color: #444;
}
Img {
Display: block;
OL LI::MARKER {
Color: #008000;
UL LI::MARKER {
Color: #556B2F;
A:link {
Color: #0000ff;
A:visited {
Color: #800080;
A:hover {
Color: #ff4500;
Text-decoration: underline;
A:active {
Color: #ff0000;
</style>
</head>
<body>
<a name=”top”></a>
<h2>Website is Here</h2>
<h2>GeeksforGeeks</h2>
<ul>
<li>DSA</li>
<ul type=”circle”>
<li>Array</li>
<li>Linked List</li>
<li>Stack</li>
<li>Queue</li>
</ul>
<li>Web Technologies</li>
<ul type=”circle”>
<li>HTML</li>
<li>CSS</li>
<li>Java</li>
</ul>
<li>Aptitude</li>
<li>GATE</li>
<li>Placement</li>
</ul>
<a name=”bottom”></a>
</body>
</html>