HTMLify

basic-webpage-structure.html
Views: 196 | Author: demo
<!DOCTYPE html>
<html>
<head>
    <title>My Web Page</title>
</head>
<body>
    <h1>Welcome to My Web Page</h1>
    <p>This is a simple HTML webpage.</p>
</body>
</html>

Comments