CSS Part 2
In this chapter we’ve removed all HTML codes and replaced it with CSS codes. Index page source code index.html <html lang="en"> <head> <title>My title</title> <link rel="stylesheet" href="css/style.css"> </head> <body> <h1>ABC Company</h1> <ul> <li><a class="active" href="index.html">Home</a></li> <li><a href="about.html">About us</a></li> <li><a href="contact.html">Contact…
View On WordPress










