Web Design Fundamentals · Spring 2026
Create a well-structured HTML recipe page using the recipe you brought to class. This assignment will help you practice the fundamental HTML elements we've covered in Week 1.
Your recipe page must include all of the following elements:
<h1> – Main recipe title<h2> – At minimum, section headings (Examples: "Ingredients", "Instructions", "About This Recipe")<p> – Paragraph text for descriptions, stories, or tips about your recipe<br> – Line breaks where appropriate (use sparingly!)<strong> – For important text that should be bold<em> – For emphasized text (italics)<ul> – Unordered list with minimum 3 items
<ol> – Ordered list with minimum 3 items
<a> – At least one hyperlink
<!DOCTYPE html>, <html>, <head>, or <body> tags in CodePen – it handles those automatically<h1> tag right away!