close
<!doctype html>
<html>
<head>
<title>Learning CSS</title>
<meta charset="utf-8" />
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<style type="text/css">
p{
color: green;
}
</style>
<!-- Interal CSS -->
<!-- ALL of <p> are going to follow this css style -->
</head>
<body>
<div>
<p>This is some text.</p>
<p>This is some more text.</p>
</div>
</body>
</html>
全站熱搜