Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
akshitbansal2005 authored Feb 14, 2024
1 parent 7b66fdc commit 4c821a4
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions inline,internal,extrnal CSS.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<!--<style>
h1{
background-color: yellow;
color: red;
}
</style> -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<!---- <h1 style="color: yellow; background-color: blue;">Three ways to add css to HTML</h1> -->
<h1>Three ways to add css to HTML </h1>
<div>
<ol>
<li>Inline css</li>
<li>Internal css</li>
<li>External css</li>
</ol>
</div>
<p>
everyone is a good person in some way?
</p>

</body>
</html>

0 comments on commit 4c821a4

Please sign in to comment.