<!DOCTYPE html>
<html lang="en">
<head>
<title> Web Page</title>
</head>
<body>
<h1>Welcome to My Blog</h1>
<p>This is a simple example of a web page using HTML.</p>
<p>You can use heading tags (<code><h1></code> to <code><h6></code>) to create headings of different sizes.</p>
<h2>About Me</h2>
<p>I'm learning HTML to create awesome web pages.</p>
<p>This paragraph is just to demonstrate multiple paragraphs in HTML.</p>
</body>
</html>
No comments:
Post a Comment