Day 1: Basic HTML Structure and Text Formatting Questions(Programs) ------------------- QUESTION 1: File: index.html Description: Create an HTML document with the following structure: , , and sections. Add a title "My First Webpage" inside the . Add a heading and a paragraph inside the . QUESTION 2: File: formatting.html Description: Create an HTML page demonstrating: Bold, italic, and underline using , , and tags. Strikethrough using the tag. Highlight using the tag. QUESTION 3: Project: ParagraphsAndBreaks Package: org.paragraphs File: paragraphs.html Description: Write two paragraphs in an HTML file. Use

tags for the paragraphs. Add a line break between sentences using the
tag. QUESTION 4: Project: NestedTags Package: org.nested File: nested.html Description: Create an HTML file that contains: A heading inside a

tag. A paragraph inside another
tag. QUESTION 5: Project: TextAlignment Package: org.alignment File: alignment.html Description: Create a webpage that includes: A heading aligned to the center. A paragraph aligned to the left. QUESTION 6: File: semantics.html Description: Use semantic tags to create a webpage layout: A
with a page title and navigation links. A
for the main content. An