Exercise 5
Exercise 5
Statement
From the website provided, you must write the CSS rules necessary to
achieve a web page that looks like the following image:
You can modify the HTML code provided to add the identifiers and
classes you need.
Base Code
<!DOCTYPE html>
<html>
<head>
<title>Ejemplo de listas</title>
</head>
<body>
<ul>
<li>Elemento 1</li>
<li>Elemento 2</li>
<li>Elemento 3</li>
</ul>
<ul>
<li>Elemento 1</li>
<li>Elemento 2</li>
<li>Elemento 3</li>
</ul>
<ul>
<li>Elemento 1</li>
<li>Elemento 2</li>
<li>Elemento 3</li>
</ul>
<ol>
<li>Elemento 1</li>
<li>Elemento 2</li>
<li>Elemento 3</li>
</ol>
<li>Elemento 1</li>
<li>Elemento 2</li>
<li>Elemento 3</li>
</ol>
</body>
</html>
Part 2
Statement
Create a web page with a menu labeled with a list that looks the same
as the following image:
.
• When the cursor is over one of the items of the previous list, it must be in orange
color.
• Every item of the previous list must be a link