HTML Basic

PHOTO EMBED

Mon Jan 30 2023 23:02:42 GMT+0000 (Coordinated Universal Time)

Saved by @belazb3wa #html

<!DOCTYPE html>
<html>
<head>
    <title>Page Title</title>
</head>
<body>
    <h1>This is a Heading</h1>
    <p>This is a paragraph.</p>
</body>
</html>
content_copyCOPY

This's a basic html code.