14 lines
270 B
HTML
14 lines
270 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">
|
|
</body>
|
|
</html>
|