answersLogoWhite

0

Example of a HTML documents

User Avatar

Anonymous

16y ago
Updated: 8/17/2019

A HTML document is just a website.

If you mean a code however, here is one random one. Basic too.

Code:

<html>

<head>

<title>Webste title that appears like Random - "internet browser"</title>

</head>

<body>

Information that is in the actual viewing area

</body>

</html>

User Avatar

Wiki User

16y ago

What else can I help you with?