13 lines
283 B
HTML
13 lines
283 B
HTML
<html>
|
|
<head>
|
|
<title>My web page</title>
|
|
</head>
|
|
<body>
|
|
<p>There are many pictures of my cat here,
|
|
as well as my <b>very cool</b> blog page,
|
|
which contains <font color="red">awesome
|
|
stuff about my trip to Vegas.<p>
|
|
|
|
Here's my cat now:<img src="cat.jpg"
|
|
MISSING END TAG IN LINE ABOVE
|