Basic in html is
<html>
<body>
<h1>My First Heading</h1>
<p>My first paragraph.</p>
</body>
</html>
Where
<html>
<body>
<h1>My First Heading</h1>
<p>My first paragraph.</p>
</body>
</html>
Where
- <html> and </html> describes the web page
- <body> and </body> is the visible page content written in this section
- <h1> and </h1> is displayed as a heading
- <p> and </p> is displayed as a paragraph
No comments:
Post a Comment