Paragraphs
Paragraph Tags
Paragraph Tags
<html>
<head>
<title>My First Webpage!</title>
</head>
<body>
<h1>Welcome to my Website!</h1>
<p>I hope you enjoy your visit!</p>
</body>
</html>
Example Output
Example Output
Try it Yourself!
Try it Yourself!
Can you make a couple sections with headers and paragraphs? Experiment with different header tags!
Can you make a couple sections with headers and paragraphs? Experiment with different header tags!