0% found this document useful (0 votes)
6 views

HTML Css

Uploaded by

sharthak196
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views

HTML Css

Uploaded by

sharthak196
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

<!

DOCTYPE html>
<html>
<body>

:
<p style=" color blue;"pThis is a paragraph</p>

</body>
</ht
<!DOCTYPE html>
<html>
<head>
<style>
body {background-color: pOwderblue;)
p (color: red;H
</style>
</head>
cbody>

<p>This is a paragraph</p>

</body>
</html>
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" .
href="styles css">|
</head>
cbody>

ch1>This is a heading</h1>
<p>This is a paragraph</p>

</body>
</html>
<!DOCTYPE html>
This is a heading
<html>
<head> This is paragraph
<link rel="stylesheet" href="styles. css">|
</head>
<body>

<h1>This is a heading</h1>
<p>This is a paragraph</p>
styles.css Notepad
</body> File Edit Fornat view Help
</html> body {
background-color: powderblue;

color: blue;

color: ed;

You might also like