–> Here, we are see a navigation of menu.
Syntax:-
li{display:inline;
padding-left:20px;
padding-right:20px;
}
Example:-
<!Doctype html>
<html>
<head>
<title>CastorClasses.com</title>
<style type=”text/CSS”>
li{display:inline;
padding-left:20px;
padding-right:20px;
}
</head>
<body>
<ul>
<li>HOME</li>
<li>ABOUT US</li>
<li>CONTACT US</li>
</ul>
</div>
</body>
</html>
0 Comments:
Post a Comment