Progressive Enhancement and its significance in web development
Question One
Define progressive enhancement and explain its significance in web development.
Question Two
Explain the differences between absolute URLs and relative URLs. Provide examples of each and discuss when it would be appropriate to use in web development.
Question Three
Write a HTML code to generate the following output.
Important notes:
You should copy and paste the “HTML script” to answer this question. DONT take screenshots for your HTML script. It must be an editable script.
Take a screenshot of your output web page and paste it as a part of your answer.
Question Four
Create a well-structured webpage for your favorite book. Your webpage should include the following elements:
Title of the Book: Display the name of the book using the most significant heading.
Image: Include an image of the book cover.
Summary: Provide a summary of the book’s content.
Link: Add a link where users can purchase the book.
Page Structure: Organize your page with a header, a section for the book details, and a footer that includes your name and student ID.
Important notes:
You should copy and paste the “HTML script” to answer this question. DONT take screenshots for your HTML script. It must be an editable script.
Take a screenshot of your output web page and paste it as a part of your answer.