css code for a newspaper html home page which provides Busin

css code for a newspaper html home page which provides Business and Finance, Editorial Entertainment, Features and Sport. it is static

Solution

Answer:

CSS Code :

<html>
<head>
<style>
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #444;
}

li {
float: left;
}

li a {
display: inline-block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}

li a:hover {
background-color: #222;
}
</style>
</head>
<body>

<ul>
<li><a href=\"#business\">Business and Finance</a></li>
<li><a href=\"#edit\">Editorial Entertainment</a></li>
<li><a href=\"#feature\">Features</a></li>
<li><a href=\"#sport\">Sport</a></li>
</ul>

</body>
</html>

css code for a newspaper html home page which provides Business and Finance, Editorial Entertainment, Features and Sport. it is staticSolutionAnswer: CSS Code :

Get Help Now

Submit a Take Down Notice

Tutor
Tutor: Dr Jack
Most rated tutor on our site