Files
lpmj6/19/01.html
T
RobinNixon 53063593e3 Final
Final
2020-12-10 13:51:13 +00:00

17 lines
246 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Hello World</title>
<style>
h1 {
color :red;
font-size :3em;
font-family:Arial;
}
</style>
</head>
<body>
<h1>Hello there</h1>
</body>
</html>