12 lines
134 B
HTML
12 lines
134 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Title of the document</title>
|
|
</head>
|
|
|
|
<body>
|
|
The content of the document……
|
|
</body>
|
|
|
|
</html>
|