-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcss.html
More file actions
18 lines (17 loc) · 702 Bytes
/
css.html
File metadata and controls
18 lines (17 loc) · 702 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<li><a href="index.html">Home</a></li>
<li><a href="css.html">CSS</a></li>
<li><a href="about me.html">About Me</a></li>
<li><a href="reasons.html">Why Web Devpt</a></li>
</body>
<h1>CSS</h1>
<h2>WHAT IS CSS</h2>
<p>Cascading Style Sheets allows you to create great-looking web pages, but how does it work under the hood? This article explains what CSS is with a simple syntax example and also covers some key terms about the language</p>
</html>