22
loading...
This website collects cookies to deliver better user experience
<!DOCTYPE html>
<html>
<head>
<title>Basic HTML Page </title>
</head>
<body>
<h1>First Heading</h1>
<p>First paragraph.</p>
</body>
</html>
body {
background-color: blue;
}
h1 {
color: cyan;
text-align: center;
}
p {
font-family: sans-serif;
font-size: 15px;
}