html program for css
html program for css
Program:
<!DOCTYPE html>
<html lang="en">
<head>
<title>Webpage with HR Tag and Image</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 20px;
}
h1, h2 {
color: #333;
}
p {
color: #555;
}
</style>
</head>
<body>
<h1>Welcome to My Webpage</h1>
<p>This is the first section of the webpage. It introduces the content.</p>
<hr>
<h2>Conclusion</h2>
<p>This is the concluding section of the webpage. The horizontal lines separate