Introduction
Welcome to the HTML Text Formatting lab! In this hands-on session, you will learn how to structure and format text on a web page using fundamental HTML tags. Properly formatted text is crucial for creating readable, accessible, and well-organized web content.
You will work with a single HTML file, index.html, and learn to use the following tags:
<h1>: For main headings.<p>: For paragraphs.<strong>: To give text strong importance, typically displayed as bold.<em>: To emphasize text, typically displayed as italic.<br>: To insert a line break.
Throughout the lab, you can see your changes live by saving the file and viewing it in the "Web 8080" tab in your workspace.





