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
0 comments:
Post a Comment
Click to see the code!
To insert emoticon you must added at least one space before the code.