<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Web Design on Laksh Budhrani | Course Hub</title><link>https://lakshbudhrani.com/courses/web-design/</link><description>Recent content in Web Design on Laksh Budhrani | Course Hub</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><atom:link href="https://lakshbudhrani.com/courses/web-design/index.xml" rel="self" type="application/rss+xml"/><item><title>Lecture 1 — Introduction to the Web &amp; Paired Tags</title><link>https://lakshbudhrani.com/courses/web-design/lecture-1--introduction-to-the-web--paired-tags/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://lakshbudhrani.com/courses/web-design/lecture-1--introduction-to-the-web--paired-tags/</guid><description>&lt;h1 id="lecture-1--introduction-to-the-web--paired-tags"&gt;Lecture 1 — Introduction to the Web &amp;amp; Paired Tags&lt;/h1&gt;
&lt;p&gt;Instructor: &lt;strong&gt;Laksh Budhrani&lt;/strong&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="the-problem-statement"&gt;The Problem Statement&lt;/h2&gt;
&lt;img src="https://lakshbudhrani.com/images/sahil_ghibli.png" alt = "Sahil Ghibli Image" width = "350"&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Meet Sahil!&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Sahil is a brand-new freshman at UC Irvine. He&amp;rsquo;s excited, nervous, and trying to figure out college life. He loves animated movies, plays chess, loves swimming, listens to lo-fi music, and dreams of becoming a CS Researcher.&lt;/p&gt;
&lt;p&gt;He wants a place where he can share his experiences, stay organized, write updates, make new friends, and post memories. He needs a website — and &lt;strong&gt;you&lt;/strong&gt; are going to help him build it!&lt;/p&gt;</description><content>&lt;h1 id="lecture-1--introduction-to-the-web--paired-tags"&gt;Lecture 1 — Introduction to the Web &amp;amp; Paired Tags&lt;/h1&gt;
&lt;p&gt;Instructor: &lt;strong&gt;Laksh Budhrani&lt;/strong&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="the-problem-statement"&gt;The Problem Statement&lt;/h2&gt;
&lt;img src="https://lakshbudhrani.com/images/sahil_ghibli.png" alt = "Sahil Ghibli Image" width = "350"&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Meet Sahil!&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Sahil is a brand-new freshman at UC Irvine. He&amp;rsquo;s excited, nervous, and trying to figure out college life. He loves animated movies, plays chess, loves swimming, listens to lo-fi music, and dreams of becoming a CS Researcher.&lt;/p&gt;
&lt;p&gt;He wants a place where he can share his experiences, stay organized, write updates, make new friends, and post memories. He needs a website — and &lt;strong&gt;you&lt;/strong&gt; are going to help him build it!&lt;/p&gt;
&lt;/blockquote&gt;
&lt;hr&gt;
&lt;h2 id="sahils-request-for-today"&gt;Sahil&amp;rsquo;s Request for Today&lt;/h2&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;&amp;ldquo;Hey everyone! I’m Sahil, and I just moved into my dorm at UC Irvine. Honestly, college feels a bit overwhelming already, but I really want a central place online to document my journey, introduce myself to people on campus, and share what I&amp;rsquo;m into.&amp;rdquo;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&amp;ldquo;Since I don&amp;rsquo;t know how to build a website yet, I wrote down what I want on my homepage. I just need it to feel personal and clear:&amp;rdquo;&lt;/em&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Main Heading:&lt;/strong&gt; An unmistakable heading at the top that says &lt;strong&gt;&amp;ldquo;Welcome to Sahil&amp;rsquo;s UCI Journey&amp;rdquo;&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;About Me Section:&lt;/strong&gt; A short paragraph explaining who I am — a CS freshman who loves animated movies, plays chess, swims, and listens to lo-fi music late at night while studying.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;My Big Goal:&lt;/strong&gt; A quick paragraph about my dream of becoming a CS Researcher. I want the phrase &lt;strong&gt;&amp;ldquo;CS Researcher&amp;rdquo;&lt;/strong&gt; to stand out in &lt;strong&gt;bold&lt;/strong&gt; so anyone visiting immediately knows what I&amp;rsquo;m working toward.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;A Personal Note:&lt;/strong&gt; A final short sentence sharing my current mood or daily motto in &lt;em&gt;italics&lt;/em&gt; (like &lt;em&gt;&amp;ldquo;Currently surviving on campus coffee and lo-fi beats&amp;rdquo;&lt;/em&gt;) to give the page a relaxed, personal vibe.&lt;/li&gt;
&lt;/ol&gt;
&lt;/blockquote&gt;
&lt;p&gt;Before we write code, let’s explore &lt;strong&gt;why websites exist&lt;/strong&gt; and &lt;strong&gt;how browsers display them&lt;/strong&gt;.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="objectives"&gt;Objectives&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Discover why the world needed websites&lt;/li&gt;
&lt;li&gt;Uncover what a &lt;strong&gt;web browser&lt;/strong&gt; actually does&lt;/li&gt;
&lt;li&gt;Understand what &lt;strong&gt;HTML&lt;/strong&gt; is&lt;/li&gt;
&lt;li&gt;Learn how &lt;strong&gt;paired tags&lt;/strong&gt; organize web content&lt;/li&gt;
&lt;li&gt;Learn basic paired tags and use them to build Sahil’s homepage&lt;/li&gt;
&lt;/ol&gt;
&lt;hr&gt;
&lt;h2 id="objective-1--why-the-world-needed-websites"&gt;Objective 1 — Why the World Needed Websites&lt;/h2&gt;
&lt;p&gt;Imagine a world where you could write a document on your computer, but &lt;strong&gt;nobody else on Earth could see it&lt;/strong&gt; unless they came to your room.&lt;/p&gt;
&lt;p&gt;In the 1980s:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Computers existed&lt;/li&gt;
&lt;li&gt;The Internet existed&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&amp;hellip;but there was no World Wide Web!&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;There were no blogs, no Google, no Wikipedia, and no way to share live pages globally. The world desperately needed a digital public bulletin board where anyone, anywhere, could publish information for everyone to read.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="objective-2--the-web-browser"&gt;Objective 2 — The Web Browser&lt;/h2&gt;
&lt;p&gt;In 1989, a scientist named &lt;strong&gt;Tim Berners‑Lee&lt;/strong&gt; solved this problem by inventing two magical things: the first &lt;strong&gt;Web Server&lt;/strong&gt; and the first &lt;strong&gt;Web Browser&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://lakshbudhrani.com/images/tim_berners_lee.jpg" alt="Tim Berners-Lee"&gt;&lt;/p&gt;
&lt;p&gt;A &lt;strong&gt;web browser&lt;/strong&gt; (like Chrome or Safari) acts like an interpreter: it reads hidden files from a server across the globe and turns them into visual pages you can interact with!&lt;/p&gt;
&lt;p&gt;🔗 &lt;em&gt;Check it out:&lt;/em&gt; &lt;a href="https://info.cern.ch/hypertext/WWW/TheProject.html"&gt;Click here to see the first website ever created!&lt;/a&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="objective-3--what-is-html"&gt;Objective 3 — What Is HTML?&lt;/h2&gt;
&lt;p&gt;To make browsers display pages properly, Tim Berners-Lee created &lt;strong&gt;HTML&lt;/strong&gt; (&lt;em&gt;HyperText Markup Language&lt;/em&gt;).&lt;/p&gt;
&lt;p&gt;HTML isn&amp;rsquo;t a programming language that makes things &amp;ldquo;think&amp;rdquo;; it&amp;rsquo;s a &lt;strong&gt;markup language&lt;/strong&gt; that defines structure. It tells the browser:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;em&gt;&amp;ldquo;Hey, this piece of text is a main heading!&amp;rdquo;&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;&amp;ldquo;This part is just a regular paragraph.&amp;rdquo;&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;&amp;ldquo;Make these words bold so they stand out!&amp;rdquo;&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Every single website on the planet relies on HTML.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="objective-4--why-html-uses-tags"&gt;Objective 4 — Why HTML Uses Tags&lt;/h2&gt;
&lt;p&gt;How does a browser know where a heading starts and ends? &lt;strong&gt;Tags!&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Think of tags as digital sticky notes attached to text. Most HTML elements use &lt;strong&gt;paired tags&lt;/strong&gt;: an opening tag to turn a style ON, and a closing tag (with a &lt;code&gt;/&lt;/code&gt;) to turn it OFF.&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-html" data-lang="html"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;&lt;span style="color:#f92672"&gt;opening_tag&lt;/span&gt;&amp;gt; Content goes here &amp;lt;/&lt;span style="color:#f92672"&gt;closing_tag&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Today, we are mastering 4 essential paired tags!&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="objective-5--paired-tags-we-will-use-today"&gt;Objective 5 — Paired Tags We Will Use Today&lt;/h2&gt;
&lt;hr&gt;
&lt;h3 id="5a--headings"&gt;&lt;strong&gt;5a — Headings&lt;/strong&gt;&lt;/h3&gt;
&lt;h4 id="simple-definition"&gt;Simple Definition&lt;/h4&gt;
&lt;p&gt;Headings create bold structure on a page. They come in 6 sizes, from largest (&lt;code&gt;&amp;lt;h1&amp;gt;&lt;/code&gt;) to smallest (&lt;code&gt;&amp;lt;h6&amp;gt;&lt;/code&gt;).&lt;/p&gt;
&lt;h4 id="example"&gt;Example&lt;/h4&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-html" data-lang="html"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;&lt;span style="color:#f92672"&gt;h1&lt;/span&gt;&amp;gt;Heading 1&amp;lt;/&lt;span style="color:#f92672"&gt;h1&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;&lt;span style="color:#f92672"&gt;h2&lt;/span&gt;&amp;gt;Heading 2&amp;lt;/&lt;span style="color:#f92672"&gt;h2&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;&lt;span style="color:#f92672"&gt;h3&lt;/span&gt;&amp;gt;Heading 3&amp;lt;/&lt;span style="color:#f92672"&gt;h3&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;&lt;span style="color:#f92672"&gt;h4&lt;/span&gt;&amp;gt;Heading 4&amp;lt;/&lt;span style="color:#f92672"&gt;h4&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;&lt;span style="color:#f92672"&gt;h5&lt;/span&gt;&amp;gt;Heading 5&amp;lt;/&lt;span style="color:#f92672"&gt;h5&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;&lt;span style="color:#f92672"&gt;h6&lt;/span&gt;&amp;gt;Heading 6&amp;lt;/&lt;span style="color:#f92672"&gt;h6&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;&lt;img src="https://lakshbudhrani.com/images/heading_example.png" alt="Heading Screenshot"&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h3 id="5b--paragraphs"&gt;5b — Paragraphs&lt;/h3&gt;
&lt;h4 id="simple-definition-1"&gt;Simple Definition&lt;/h4&gt;
&lt;p&gt;Paragraphs (&lt;code&gt;&amp;lt;p&amp;gt;&lt;/code&gt;) group sentences into clean blocks of text. Use them for descriptions and normal reading text.&lt;/p&gt;
&lt;h4 id="example-1"&gt;Example&lt;/h4&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-html" data-lang="html"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;&lt;span style="color:#f92672"&gt;p&lt;/span&gt;&amp;gt;This is a paragraph.&amp;lt;/&lt;span style="color:#f92672"&gt;p&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;&lt;span style="color:#f92672"&gt;p&lt;/span&gt;&amp;gt;This is another paragraph.&amp;lt;/&lt;span style="color:#f92672"&gt;p&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;&lt;img src="https://lakshbudhrani.com/images/paragraph_example.png" alt="Paragraph Screenshot"&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h3 id="5c--bold-text"&gt;5c — Bold Text&lt;/h3&gt;
&lt;h4 id="simple-definition-2"&gt;Simple Definition&lt;/h4&gt;
&lt;p&gt;The &lt;code&gt;&amp;lt;b&amp;gt;&lt;/code&gt; tag makes important words stand out by making them &lt;strong&gt;bold&lt;/strong&gt;.&lt;/p&gt;
&lt;h4 id="example-2"&gt;Example&lt;/h4&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-html" data-lang="html"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;&lt;span style="color:#f92672"&gt;b&lt;/span&gt;&amp;gt;This is bold text.&amp;lt;/&lt;span style="color:#f92672"&gt;b&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;&lt;img src="https://lakshbudhrani.com/images/bold_example.png" alt="Bold Screenshot"&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h3 id="5d--italics"&gt;5d — Italics&lt;/h3&gt;
&lt;h4 id="simple-definition-3"&gt;Simple Definition&lt;/h4&gt;
&lt;p&gt;The &lt;code&gt;&amp;lt;i&amp;gt;&lt;/code&gt; tag slants text into &lt;em&gt;italics&lt;/em&gt;, adding stylistic emphasis or tone.&lt;/p&gt;
&lt;h4 id="example-3"&gt;Example&lt;/h4&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-html" data-lang="html"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;&lt;span style="color:#f92672"&gt;i&lt;/span&gt;&amp;gt;This is italics text.&amp;lt;/&lt;span style="color:#f92672"&gt;i&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;&lt;img src="https://lakshbudhrani.com/images/italics_example.png" alt="Italics Screenshot"&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="guided-activity--build-sahils-homepage"&gt;Guided Activity — Build Sahil’s Homepage&lt;/h2&gt;
&lt;h3 id="part-1--project-setup"&gt;PART 1 — Project Setup&lt;/h3&gt;
&lt;h4 id="1-create-your-class-folder"&gt;1. Create your class folder&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;Go to your &lt;strong&gt;Desktop&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Create a main folder named: &lt;code&gt;WD_BlockX_2026&lt;/code&gt; (e.g., &lt;code&gt;WD_BlockB_2026&lt;/code&gt;).&lt;/li&gt;
&lt;li&gt;Inside that main folder, create two sub-folders:
&lt;ol&gt;
&lt;li&gt;&lt;code&gt;Sahil_Project&lt;/code&gt; &lt;em&gt;(for class activities)&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;Portfolio&lt;/code&gt; &lt;em&gt;(for independent work)&lt;/em&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h4 id="2-open-vs-code"&gt;2. Open VS Code&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;Open &lt;strong&gt;VS Code&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;File → Open Folder&lt;/strong&gt; and select &lt;code&gt;Sahil_Project&lt;/code&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;h4 id="3-create-your-html-file"&gt;3. Create your HTML file&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;Create a new file named &lt;code&gt;index.html&lt;/code&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h3 id="part-2--expected-browser-output"&gt;PART 2 — Expected Browser Output&lt;/h3&gt;
&lt;p&gt;Here is what Sahil&amp;rsquo;s completed homepage will look like once we write the HTML together:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://lakshbudhrani.com/images/sahil_day1_preview.png" alt="Sahil Day 1 Browser Preview"&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h3 id="part-3--writing-the-code"&gt;PART 3 — Writing the Code&lt;/h3&gt;
&lt;p&gt;Copy and paste this base template into &lt;code&gt;index.html&lt;/code&gt;, then write your HTML tags inside the marked area:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-html" data-lang="html"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#75715e"&gt;&amp;lt;!DOCTYPE html&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;&lt;span style="color:#f92672"&gt;html&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;&lt;span style="color:#f92672"&gt;head&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &amp;lt;&lt;span style="color:#f92672"&gt;title&lt;/span&gt;&amp;gt;Sahil&amp;#39;s Website&amp;lt;/&lt;span style="color:#f92672"&gt;title&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;/&lt;span style="color:#f92672"&gt;head&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;&lt;span style="color:#f92672"&gt;body&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#75715e"&gt;&amp;lt;!-- START WRITING HERE --&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#75715e"&gt;&amp;lt;!-- STOP WRITING HERE --&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;/&lt;span style="color:#f92672"&gt;body&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;/&lt;span style="color:#f92672"&gt;html&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;hr&gt;
&lt;h2 id="independent-activity--build-your-portfolio-page"&gt;Independent Activity — Build Your Portfolio Page!&lt;/h2&gt;
&lt;p&gt;Now that you&amp;rsquo;ve helped Sahil set up his homepage, it&amp;rsquo;s time to build &lt;strong&gt;your own&lt;/strong&gt;! You will create a portfolio page to introduce yourself to the class.&lt;/p&gt;
&lt;h3 id="instructions"&gt;Instructions:&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;Open &lt;strong&gt;VS Code&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;File → Open Folder&lt;/strong&gt; and open your &lt;code&gt;Portfolio&lt;/code&gt; folder (located inside &lt;code&gt;WD_BlockX_2026&lt;/code&gt;).&lt;/li&gt;
&lt;li&gt;Create a new file named &lt;code&gt;portfolio_day1.html&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Copy and paste the HTML boilerplate into your file.&lt;/li&gt;
&lt;li&gt;Inside the &lt;code&gt;&amp;lt;body&amp;gt;&lt;/code&gt; tag, write your HTML code using &lt;strong&gt;only&lt;/strong&gt; &lt;code&gt;&amp;lt;h1&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;p&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;b&amp;gt;&lt;/code&gt;, and &lt;code&gt;&amp;lt;i&amp;gt;&lt;/code&gt; tags based on the prompt below.&lt;/li&gt;
&lt;/ol&gt;
&lt;hr&gt;
&lt;h3 id="your-portfolio-prompt"&gt;Your Portfolio Prompt&lt;/h3&gt;
&lt;p&gt;Write your HTML page to include the following &lt;strong&gt;4 elements&lt;/strong&gt; (customized with your own real details!):&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Main Heading (&lt;code&gt;&amp;lt;h1&amp;gt;&lt;/code&gt;):&lt;/strong&gt; A welcome title with your name (e.g., &lt;code&gt;Welcome to [Your Name]'s Portfolio&lt;/code&gt;).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;About Me Paragraph (&lt;code&gt;&amp;lt;p&amp;gt;&lt;/code&gt;):&lt;/strong&gt; Write 2–3 sentences introducing yourself, including your grade, favorite hobbies, or something unique about you.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Your Dream Role (&lt;code&gt;&amp;lt;p&amp;gt;&lt;/code&gt; &amp;amp; &lt;code&gt;&amp;lt;b&amp;gt;&lt;/code&gt;):&lt;/strong&gt; Write a short sentence about a goal, dream job, or skill you want to master this year, putting the key phrase in &lt;strong&gt;bold&lt;/strong&gt; using &lt;code&gt;&amp;lt;b&amp;gt;&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Daily Motto (&lt;code&gt;&amp;lt;i&amp;gt;&lt;/code&gt;):&lt;/strong&gt; End your page with a fun status or motto in &lt;em&gt;italics&lt;/em&gt; using &lt;code&gt;&amp;lt;i&amp;gt;&lt;/code&gt;.&lt;/li&gt;
&lt;/ol&gt;
&lt;hr&gt;
&lt;h3 id="example-solution"&gt;Example Solution&lt;/h3&gt;
&lt;p&gt;&lt;img src="https://lakshbudhrani.com/images/portfolio_day1.png" alt="Laksh&amp;rsquo;s Portfolio Day 1 Image"&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="submission-instructions"&gt;Submission Instructions&lt;/h2&gt;
&lt;p&gt;Submit your work in Google Classroom under &lt;strong&gt;In‑Class Exercise 1&lt;/strong&gt; by completing the following:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Create a new &lt;strong&gt;Google Doc&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Paste your code:&lt;/strong&gt; Copy and paste the complete HTML code from &lt;strong&gt;both&lt;/strong&gt; files (&lt;code&gt;Sahil_Project/index.html&lt;/code&gt; and &lt;code&gt;Portfolio/portfolio_day1.html&lt;/code&gt;).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Add screenshots:&lt;/strong&gt; Open both &lt;code&gt;.html&lt;/code&gt; files in your web browser, take a screenshot of each rendered page, and insert them into your document.&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;Turn In&lt;/strong&gt;!&lt;/li&gt;
&lt;/ol&gt;
&lt;hr&gt;
&lt;h2 id="summary-tags-learned-today"&gt;Summary: Tags Learned Today&lt;/h2&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th style="text-align: left"&gt;Tag&lt;/th&gt;
&lt;th style="text-align: left"&gt;Name&lt;/th&gt;
&lt;th style="text-align: left"&gt;What It Does&lt;/th&gt;
&lt;th style="text-align: left"&gt;Example&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;h1&amp;gt;&lt;/code&gt; – &lt;code&gt;&amp;lt;h6&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Heading&lt;/td&gt;
&lt;td style="text-align: left"&gt;Creates headings of different sizes&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;h1&amp;gt;Heading&amp;lt;/h1&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;p&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paragraph&lt;/td&gt;
&lt;td style="text-align: left"&gt;Groups text into structured blocks&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;p&amp;gt;Text here...&amp;lt;/p&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;b&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Bold&lt;/td&gt;
&lt;td style="text-align: left"&gt;Emphasizes text in &lt;strong&gt;bold&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;b&amp;gt;Important&amp;lt;/b&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;i&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Italics&lt;/td&gt;
&lt;td style="text-align: left"&gt;Slants text in &lt;em&gt;italics&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;i&amp;gt;Stylized note&amp;lt;/i&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;hr&gt;</content></item><item><title>Lecture 2 — More Paired Tags &amp; Formatting</title><link>https://lakshbudhrani.com/courses/web-design/lecture-2--more-paired-tags--formatting/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://lakshbudhrani.com/courses/web-design/lecture-2--more-paired-tags--formatting/</guid><description>&lt;h1 id="lecture-2--more-paired-tags--formatting"&gt;Lecture 2 — More Paired Tags &amp;amp; Formatting&lt;/h1&gt;
&lt;p&gt;Instructor: &lt;strong&gt;Laksh Budhrani&lt;/strong&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="quick-recall-lecture-1-review"&gt;Quick Recall: Lecture 1 Review&lt;/h2&gt;
&lt;p&gt;Before we jump into today&amp;rsquo;s mission, let&amp;rsquo;s do a quick check-in on what we learned last class:&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th style="text-align: left"&gt;Tag&lt;/th&gt;
&lt;th style="text-align: left"&gt;Name&lt;/th&gt;
&lt;th style="text-align: left"&gt;What It Does&lt;/th&gt;
&lt;th style="text-align: left"&gt;Example&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;h1&amp;gt;&lt;/code&gt; – &lt;code&gt;&amp;lt;h6&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Heading&lt;/td&gt;
&lt;td style="text-align: left"&gt;Creates headings of different sizes&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;h1&amp;gt;Heading&amp;lt;/h1&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;p&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paragraph&lt;/td&gt;
&lt;td style="text-align: left"&gt;Groups text into structured blocks&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;p&amp;gt;Text here...&amp;lt;/p&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;b&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Bold&lt;/td&gt;
&lt;td style="text-align: left"&gt;Emphasizes text in &lt;strong&gt;bold&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;b&amp;gt;Important&amp;lt;/b&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;i&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Italics&lt;/td&gt;
&lt;td style="text-align: left"&gt;Slants text in &lt;em&gt;italics&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;i&amp;gt;Stylized note&amp;lt;/i&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Class Check-In:&lt;/strong&gt; Does anyone have any questions or doubts about these 4 tags before we add 5 new ones to our toolkit?&lt;/p&gt;</description><content>&lt;h1 id="lecture-2--more-paired-tags--formatting"&gt;Lecture 2 — More Paired Tags &amp;amp; Formatting&lt;/h1&gt;
&lt;p&gt;Instructor: &lt;strong&gt;Laksh Budhrani&lt;/strong&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="quick-recall-lecture-1-review"&gt;Quick Recall: Lecture 1 Review&lt;/h2&gt;
&lt;p&gt;Before we jump into today&amp;rsquo;s mission, let&amp;rsquo;s do a quick check-in on what we learned last class:&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th style="text-align: left"&gt;Tag&lt;/th&gt;
&lt;th style="text-align: left"&gt;Name&lt;/th&gt;
&lt;th style="text-align: left"&gt;What It Does&lt;/th&gt;
&lt;th style="text-align: left"&gt;Example&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;h1&amp;gt;&lt;/code&gt; – &lt;code&gt;&amp;lt;h6&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Heading&lt;/td&gt;
&lt;td style="text-align: left"&gt;Creates headings of different sizes&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;h1&amp;gt;Heading&amp;lt;/h1&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;p&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paragraph&lt;/td&gt;
&lt;td style="text-align: left"&gt;Groups text into structured blocks&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;p&amp;gt;Text here...&amp;lt;/p&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;b&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Bold&lt;/td&gt;
&lt;td style="text-align: left"&gt;Emphasizes text in &lt;strong&gt;bold&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;b&amp;gt;Important&amp;lt;/b&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;i&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Italics&lt;/td&gt;
&lt;td style="text-align: left"&gt;Slants text in &lt;em&gt;italics&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;i&amp;gt;Stylized note&amp;lt;/i&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Class Check-In:&lt;/strong&gt; Does anyone have any questions or doubts about these 4 tags before we add 5 new ones to our toolkit?&lt;/p&gt;
&lt;/blockquote&gt;
&lt;hr&gt;
&lt;h2 id="the-story-continues"&gt;The Story Continues&amp;hellip;&lt;/h2&gt;
&lt;img src="https://lakshbudhrani.com/images/sahil_studying.png" alt = "Sahil Studying Image" width = "350"&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Sahil&amp;rsquo;s Week 2 Update!&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Sahil has survived his first full week of college classes at UC Irvine! Between joining the campus swimming club, finding coffee spots, and studying for midterms, he is trying to keep his college life organized.&lt;/p&gt;
&lt;p&gt;He wants to add a &lt;strong&gt;&amp;ldquo;Notebook &amp;amp; Goals&amp;rdquo;&lt;/strong&gt; section to his website to track his progress and stats. He needs your help writing this page using 5 new text-formatting tags!&lt;/p&gt;
&lt;/blockquote&gt;
&lt;hr&gt;
&lt;h2 id="sahils-request-for-today"&gt;Sahil&amp;rsquo;s Request for Today&lt;/h2&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;&amp;ldquo;Hey again! Thanks for helping me set up my main homepage. Today, I want to build a digital notebook page to track my goals, stats, and checklist.&amp;rdquo;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&amp;ldquo;Here is what I need you to write for me:&amp;rdquo;&lt;/em&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Academic Goals Paragraph:&lt;/strong&gt; Write a sentence about my goal to focus on classes and become a CS Researcher. I want to underline &lt;strong&gt;UC Irvine&lt;/strong&gt; to emphasize my campus pride.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Current Status &amp;amp; Stats:&lt;/strong&gt;
&lt;ul&gt;
&lt;li&gt;Highlight &lt;strong&gt;Surviving Midterms&lt;/strong&gt; so anyone visiting sees my current focus instantly.&lt;/li&gt;
&lt;li&gt;Write my graduation year as &lt;strong&gt;Class of &amp;lsquo;29&lt;sup&gt;th&lt;/sup&gt;&lt;/strong&gt; (with the &lt;em&gt;th&lt;/em&gt; raised up).&lt;/li&gt;
&lt;li&gt;Mention my water intake after swimming practice as &lt;strong&gt;H&lt;sub&gt;2&lt;/sub&gt;O&lt;/strong&gt; (with the &lt;em&gt;2&lt;/em&gt; lowered down).&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;College Checklist:&lt;/strong&gt; Create a list of 3 dorm tasks, and cross off the ones I&amp;rsquo;ve already completed (like moving into my dorm) using a line through the text.&lt;/li&gt;
&lt;/ol&gt;
&lt;/blockquote&gt;
&lt;hr&gt;
&lt;h2 id="objectives"&gt;Objectives&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Learn how to underline key text (&lt;code&gt;&amp;lt;u&amp;gt;&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;Learn how to highlight text (&lt;code&gt;&amp;lt;mark&amp;gt;&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;Learn how to format superscript (&lt;code&gt;&amp;lt;sup&amp;gt;&lt;/code&gt;) and subscript (&lt;code&gt;&amp;lt;sub&amp;gt;&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;Learn how to cross off text using strikethrough (&lt;code&gt;&amp;lt;s&amp;gt;&lt;/code&gt;)&lt;/li&gt;
&lt;/ol&gt;
&lt;hr&gt;
&lt;h2 id="objective-1--underline-u"&gt;Objective 1 — Underline (&lt;code&gt;&amp;lt;u&amp;gt;&lt;/code&gt;)&lt;/h2&gt;
&lt;h4 id="simple-definition"&gt;Simple Definition&lt;/h4&gt;
&lt;p&gt;The &lt;code&gt;&amp;lt;u&amp;gt;&lt;/code&gt; tag draws a horizontal line under text to emphasize key terms, titles, or locations.&lt;/p&gt;
&lt;h4 id="example"&gt;Example&lt;/h4&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-html" data-lang="html"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;&lt;span style="color:#f92672"&gt;u&lt;/span&gt;&amp;gt;Important Location&amp;lt;/&lt;span style="color:#f92672"&gt;u&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;&lt;img src="https://lakshbudhrani.com/images/underline_example.png" alt="Underline Example Screenshot"&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="objective-2--highlight-mark"&gt;Objective 2 — Highlight (&lt;code&gt;&amp;lt;mark&amp;gt;&lt;/code&gt;)&lt;/h2&gt;
&lt;h4 id="simple-definition-1"&gt;Simple Definition&lt;/h4&gt;
&lt;p&gt;The &lt;code&gt;&amp;lt;mark&amp;gt;&lt;/code&gt; tag adds a bright yellow background behind text, making it stand out like a physical highlighter pen.&lt;/p&gt;
&lt;h4 id="example-1"&gt;Example&lt;/h4&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-html" data-lang="html"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;&lt;span style="color:#f92672"&gt;mark&lt;/span&gt;&amp;gt;High Priority Task&amp;lt;/&lt;span style="color:#f92672"&gt;mark&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;&lt;img src="https://lakshbudhrani.com/images/highlight_example.png" alt="Highlight Example Screenshot"&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="objective-3--superscript-sup--subscript-sub"&gt;Objective 3 — Superscript (&lt;code&gt;&amp;lt;sup&amp;gt;&lt;/code&gt;) &amp;amp; Subscript (&lt;code&gt;&amp;lt;sub&amp;gt;&lt;/code&gt;)&lt;/h2&gt;
&lt;h4 id="simple-definition-2"&gt;Simple Definition&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;&amp;lt;sup&amp;gt;&lt;/code&gt; (Superscript) raises text slightly &lt;strong&gt;above&lt;/strong&gt; the normal line of text.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;&amp;lt;sub&amp;gt;&lt;/code&gt; (Subscript) lowers text slightly &lt;strong&gt;below&lt;/strong&gt; the normal line of text.&lt;/li&gt;
&lt;/ul&gt;
&lt;h4 id="example-2"&gt;Example&lt;/h4&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-html" data-lang="html"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;1&amp;lt;&lt;span style="color:#f92672"&gt;sup&lt;/span&gt;&amp;gt;st&amp;lt;/&lt;span style="color:#f92672"&gt;sup&lt;/span&gt;&amp;gt; Place
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;Water molecule: H&amp;lt;&lt;span style="color:#f92672"&gt;sub&lt;/span&gt;&amp;gt;2&amp;lt;/&lt;span style="color:#f92672"&gt;sub&lt;/span&gt;&amp;gt;O
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;&lt;img src="https://lakshbudhrani.com/images/supsub_example.png" alt="Superscript and Subscript Example Screenshot"&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="objective-4--strikethrough-s"&gt;Objective 4 — Strikethrough (&lt;code&gt;&amp;lt;s&amp;gt;&lt;/code&gt;)&lt;/h2&gt;
&lt;h4 id="simple-definition-3"&gt;Simple Definition&lt;/h4&gt;
&lt;p&gt;The &lt;code&gt;&amp;lt;s&amp;gt;&lt;/code&gt; tag draws a line straight through text. It is commonly used to show things that are no longer accurate or tasks that have been completed.&lt;/p&gt;
&lt;h4 id="example-3"&gt;Example&lt;/h4&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-html" data-lang="html"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;&lt;span style="color:#f92672"&gt;s&lt;/span&gt;&amp;gt;Completed Task&amp;lt;/&lt;span style="color:#f92672"&gt;s&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;&lt;img src="https://lakshbudhrani.com/images/strikethrough_example.png" alt="Strikethrough Example Screenshot"&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="guided-activity--build-sahils-notebook-page"&gt;Guided Activity — Build Sahil’s Notebook Page&lt;/h2&gt;
&lt;h3 id="part-1--project-setup"&gt;PART 1 — Project Setup&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;Open &lt;strong&gt;VS Code&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Go to &lt;strong&gt;File → Open Folder&lt;/strong&gt; and select your &lt;code&gt;Sahil_Project&lt;/code&gt; folder.&lt;/li&gt;
&lt;li&gt;Create a new file named: &lt;code&gt;sahil_day2.html&lt;/code&gt;.&lt;/li&gt;
&lt;/ol&gt;
&lt;hr&gt;
&lt;h3 id="part-2--expected-browser-output"&gt;PART 2 — Expected Browser Output&lt;/h3&gt;
&lt;p&gt;Here is what Sahil&amp;rsquo;s completed notebook page will look like once we write the HTML together:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://lakshbudhrani.com/images/sahil_day2_preview.png" alt="Sahil Day 2 Browser Preview"&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h3 id="part-3--starter-code-we-will-write-the-content-together-live"&gt;PART 3 — Starter Code (We will write the content together live!)&lt;/h3&gt;
&lt;p&gt;Paste this starter boilerplate into &lt;code&gt;sahil_day2.html&lt;/code&gt;. We will fill in the &lt;code&gt;&amp;lt;body&amp;gt;&lt;/code&gt; together in class!&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-html" data-lang="html"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#75715e"&gt;&amp;lt;!DOCTYPE html&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;&lt;span style="color:#f92672"&gt;html&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;&lt;span style="color:#f92672"&gt;head&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &amp;lt;&lt;span style="color:#f92672"&gt;title&lt;/span&gt;&amp;gt;Sahil&amp;#39;s Notebook &lt;span style="color:#960050;background-color:#1e0010"&gt;&amp;amp;&lt;/span&gt; Goals&amp;lt;/&lt;span style="color:#f92672"&gt;title&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;/&lt;span style="color:#f92672"&gt;head&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;&lt;span style="color:#f92672"&gt;body&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#75715e"&gt;&amp;lt;!-- START WRITING HERE --&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#75715e"&gt;&amp;lt;!-- STOP WRITING HERE --&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;/&lt;span style="color:#f92672"&gt;body&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;/&lt;span style="color:#f92672"&gt;html&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;hr&gt;
&lt;h2 id="independent-activity--your-portfolio-goals"&gt;Independent Activity — Your Portfolio Goals!&lt;/h2&gt;
&lt;p&gt;Now it&amp;rsquo;s your turn! Upgrade your own portfolio site by creating a personal stats and goals page.&lt;/p&gt;
&lt;h3 id="instructions"&gt;Instructions:&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;Open your &lt;code&gt;Portfolio&lt;/code&gt; folder in &lt;strong&gt;VS Code&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Create a new file named &lt;code&gt;portfolio_day2.html&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Copy the starter template above into your file and build your page using &lt;code&gt;&amp;lt;h1&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;h2&amp;gt;&lt;/code&gt;, and your &lt;strong&gt;5 new paired tags&lt;/strong&gt;.&lt;/li&gt;
&lt;/ol&gt;
&lt;hr&gt;
&lt;h3 id="your-portfolio-prompt"&gt;Your Portfolio Prompt&lt;/h3&gt;
&lt;p&gt;Your page must include the following &lt;strong&gt;4 sections&lt;/strong&gt;:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Main Title (&lt;code&gt;&amp;lt;h1&amp;gt;&lt;/code&gt;):&lt;/strong&gt; &lt;code&gt;[Your Name]'s Status &amp;amp; Goals&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;School Focus (&lt;code&gt;&amp;lt;h2&amp;gt;&lt;/code&gt; &amp;amp; &lt;code&gt;&amp;lt;u&amp;gt;&lt;/code&gt;):&lt;/strong&gt; A short paragraph mentioning your school name or grade level, underlined with &lt;code&gt;&amp;lt;u&amp;gt;&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Current Vibe &amp;amp; Stats (&lt;code&gt;&amp;lt;h2&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;mark&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;sup&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;sub&amp;gt;&lt;/code&gt;):&lt;/strong&gt;
&lt;ul&gt;
&lt;li&gt;A highlighted current status using &lt;code&gt;&amp;lt;mark&amp;gt;&lt;/code&gt; (e.g., &lt;code&gt;&amp;lt;mark&amp;gt;Learning HTML&amp;lt;/mark&amp;gt;&lt;/code&gt;).&lt;/li&gt;
&lt;li&gt;A date or rank using &lt;code&gt;&amp;lt;sup&amp;gt;&lt;/code&gt; (e.g., &lt;code&gt;1&amp;lt;sup&amp;gt;st&amp;lt;/sup&amp;gt; day of class&lt;/code&gt; or &lt;code&gt;10&amp;lt;sup&amp;gt;th&amp;lt;/sup&amp;gt; Grade&lt;/code&gt;).&lt;/li&gt;
&lt;li&gt;A small detail using &lt;code&gt;&amp;lt;sub&amp;gt;&lt;/code&gt; (e.g., &lt;code&gt;Favorite drink: H&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;O&lt;/code&gt; or &lt;code&gt;Base&amp;lt;sub&amp;gt;10&amp;lt;/sub&amp;gt; math&lt;/code&gt;).&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;My Checklist (&lt;code&gt;&amp;lt;h2&amp;gt;&lt;/code&gt; &amp;amp; &lt;code&gt;&amp;lt;s&amp;gt;&lt;/code&gt;):&lt;/strong&gt; A list of 3 personal goals or tasks for this week, with at least 1 task crossed off using &lt;code&gt;&amp;lt;s&amp;gt;&lt;/code&gt;.&lt;/li&gt;
&lt;/ol&gt;
&lt;hr&gt;
&lt;h3 id="example-solution"&gt;Example Solution&lt;/h3&gt;
&lt;p&gt;&lt;img src="https://lakshbudhrani.com/images/portfolio_day2.png" alt="Laksh&amp;rsquo;s Portfolio Day 2 Image"&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="submission-instructions"&gt;Submission Instructions&lt;/h2&gt;
&lt;p&gt;Submit your work in Google Classroom under &lt;strong&gt;In‑Class Exercise 2&lt;/strong&gt; by:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Opening your &lt;strong&gt;Google Doc&lt;/strong&gt; from Lecture 1.&lt;/li&gt;
&lt;li&gt;Pasting your HTML code from &lt;strong&gt;both&lt;/strong&gt; &lt;code&gt;sahil_day2.html&lt;/code&gt; and &lt;code&gt;portfolio_day2.html&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Adding &lt;strong&gt;screenshots&lt;/strong&gt; of both rendered pages from your browser.&lt;/li&gt;
&lt;li&gt;Turning in the document!&lt;/li&gt;
&lt;/ol&gt;
&lt;hr&gt;
&lt;h2 id="summary-new-tags-learned-today"&gt;Summary: New Tags Learned Today&lt;/h2&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th style="text-align: left"&gt;Tag&lt;/th&gt;
&lt;th style="text-align: left"&gt;Name&lt;/th&gt;
&lt;th style="text-align: left"&gt;What It Does&lt;/th&gt;
&lt;th style="text-align: left"&gt;Example&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;u&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Underline&lt;/td&gt;
&lt;td style="text-align: left"&gt;Underlines text&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;u&amp;gt;Underlined&amp;lt;/u&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;mark&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Highlight&lt;/td&gt;
&lt;td style="text-align: left"&gt;Adds yellow highlight behind text&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;mark&amp;gt;Highlighted&amp;lt;/mark&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;sup&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Superscript&lt;/td&gt;
&lt;td style="text-align: left"&gt;Raises text above line&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;1&amp;lt;sup&amp;gt;st&amp;lt;/sup&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;sub&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Subscript&lt;/td&gt;
&lt;td style="text-align: left"&gt;Lowers text below line&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;H&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;O&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;s&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Strikethrough&lt;/td&gt;
&lt;td style="text-align: left"&gt;Crosses out text with a line&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;s&amp;gt;Completed&amp;lt;/s&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;hr&gt;</content></item><item><title>Lecture 3 — Unpaired Tags &amp; HTML Comments</title><link>https://lakshbudhrani.com/courses/web-design/lecture-3--unpaired-tags--html-comments/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://lakshbudhrani.com/courses/web-design/lecture-3--unpaired-tags--html-comments/</guid><description>&lt;h1 id="lecture-3--unpaired-tags--html-comments"&gt;Lecture 3 — Unpaired Tags &amp;amp; HTML Comments&lt;/h1&gt;
&lt;p&gt;Instructor: &lt;strong&gt;Laksh Budhrani&lt;/strong&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="quick-recall-lecture-1--2-review"&gt;Quick Recall: Lecture 1 &amp;amp; 2 Review&lt;/h2&gt;
&lt;p&gt;Before we jump into today&amp;rsquo;s mission, let&amp;rsquo;s review all the tags we&amp;rsquo;ve added to our toolkit so far!&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th style="text-align: left"&gt;Tag&lt;/th&gt;
&lt;th style="text-align: left"&gt;Name&lt;/th&gt;
&lt;th style="text-align: left"&gt;What It Does&lt;/th&gt;
&lt;th style="text-align: left"&gt;Example&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;h1&amp;gt;&lt;/code&gt; – &lt;code&gt;&amp;lt;h6&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Headings&lt;/td&gt;
&lt;td style="text-align: left"&gt;Creates headings of different sizes&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;h1&amp;gt;Heading&amp;lt;/h1&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;p&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paragraph&lt;/td&gt;
&lt;td style="text-align: left"&gt;Groups text into structured blocks&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;p&amp;gt;Text here...&amp;lt;/p&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;b&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Bold&lt;/td&gt;
&lt;td style="text-align: left"&gt;Emphasizes text in &lt;strong&gt;bold&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;b&amp;gt;Important&amp;lt;/b&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;i&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Italics&lt;/td&gt;
&lt;td style="text-align: left"&gt;Slants text in &lt;em&gt;italics&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;i&amp;gt;Stylized note&amp;lt;/i&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;u&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Underline&lt;/td&gt;
&lt;td style="text-align: left"&gt;Underlines text for emphasis&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;u&amp;gt;Underlined&amp;lt;/u&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;mark&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Highlight&lt;/td&gt;
&lt;td style="text-align: left"&gt;Adds yellow highlight behind text&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;mark&amp;gt;Highlighted&amp;lt;/mark&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;sup&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Superscript&lt;/td&gt;
&lt;td style="text-align: left"&gt;Raises text slightly above line&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;1&amp;lt;sup&amp;gt;st&amp;lt;/sup&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;sub&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Subscript&lt;/td&gt;
&lt;td style="text-align: left"&gt;Lowers text slightly below line&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;H&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;O&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;s&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Strikethrough&lt;/td&gt;
&lt;td style="text-align: left"&gt;Crosses out text with a line&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;s&amp;gt;Completed&amp;lt;/s&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Class Check-In:&lt;/strong&gt; Does anyone have any questions or doubts about these 9 tags before we learn about unpaired tags?&lt;/p&gt;</description><content>&lt;h1 id="lecture-3--unpaired-tags--html-comments"&gt;Lecture 3 — Unpaired Tags &amp;amp; HTML Comments&lt;/h1&gt;
&lt;p&gt;Instructor: &lt;strong&gt;Laksh Budhrani&lt;/strong&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="quick-recall-lecture-1--2-review"&gt;Quick Recall: Lecture 1 &amp;amp; 2 Review&lt;/h2&gt;
&lt;p&gt;Before we jump into today&amp;rsquo;s mission, let&amp;rsquo;s review all the tags we&amp;rsquo;ve added to our toolkit so far!&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th style="text-align: left"&gt;Tag&lt;/th&gt;
&lt;th style="text-align: left"&gt;Name&lt;/th&gt;
&lt;th style="text-align: left"&gt;What It Does&lt;/th&gt;
&lt;th style="text-align: left"&gt;Example&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;h1&amp;gt;&lt;/code&gt; – &lt;code&gt;&amp;lt;h6&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Headings&lt;/td&gt;
&lt;td style="text-align: left"&gt;Creates headings of different sizes&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;h1&amp;gt;Heading&amp;lt;/h1&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;p&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paragraph&lt;/td&gt;
&lt;td style="text-align: left"&gt;Groups text into structured blocks&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;p&amp;gt;Text here...&amp;lt;/p&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;b&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Bold&lt;/td&gt;
&lt;td style="text-align: left"&gt;Emphasizes text in &lt;strong&gt;bold&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;b&amp;gt;Important&amp;lt;/b&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;i&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Italics&lt;/td&gt;
&lt;td style="text-align: left"&gt;Slants text in &lt;em&gt;italics&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;i&amp;gt;Stylized note&amp;lt;/i&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;u&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Underline&lt;/td&gt;
&lt;td style="text-align: left"&gt;Underlines text for emphasis&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;u&amp;gt;Underlined&amp;lt;/u&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;mark&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Highlight&lt;/td&gt;
&lt;td style="text-align: left"&gt;Adds yellow highlight behind text&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;mark&amp;gt;Highlighted&amp;lt;/mark&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;sup&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Superscript&lt;/td&gt;
&lt;td style="text-align: left"&gt;Raises text slightly above line&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;1&amp;lt;sup&amp;gt;st&amp;lt;/sup&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;sub&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Subscript&lt;/td&gt;
&lt;td style="text-align: left"&gt;Lowers text slightly below line&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;H&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;O&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;s&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Strikethrough&lt;/td&gt;
&lt;td style="text-align: left"&gt;Crosses out text with a line&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;s&amp;gt;Completed&amp;lt;/s&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Class Check-In:&lt;/strong&gt; Does anyone have any questions or doubts about these 9 tags before we learn about unpaired tags?&lt;/p&gt;
&lt;/blockquote&gt;
&lt;hr&gt;
&lt;h2 id="the-story-continues"&gt;The Story Continues&amp;hellip;&lt;/h2&gt;
&lt;img src="https://lakshbudhrani.com/images/sahil_register.png" alt = "Sahil Register Image" width = "350"&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Sahil&amp;rsquo;s Week 3 Update!&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Sahil&amp;rsquo;s website is coming along nicely, but as he adds more information, his page is starting to look crowded! Everything is clumping together, and it&amp;rsquo;s hard to tell where one section ends and another begins.&lt;/p&gt;
&lt;p&gt;Plus, he wants to add a &lt;strong&gt;brand-new &amp;ldquo;Campus Location &amp;amp; Schedule&amp;rdquo; section&lt;/strong&gt; to his existing page to list his dorm building, classroom location, and class times. He needs your help using &lt;strong&gt;unpaired tags&lt;/strong&gt; to separate his page into clean sections, group multi-line information neatly, and organize his code with hidden notes!&lt;/p&gt;
&lt;/blockquote&gt;
&lt;hr&gt;
&lt;h2 id="sahils-request-for-today"&gt;Sahil&amp;rsquo;s Request for Today&lt;/h2&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;&amp;ldquo;Hey! Thanks for helping me build my notebook page last time. Today, I want to expand my existing &lt;code&gt;sahil_day2.html&lt;/code&gt; page with new information and organize it so it&amp;rsquo;s super clean and easy to read.&amp;rdquo;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&amp;ldquo;Here is what I need you to help me do:&amp;rdquo;&lt;/em&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Code Notes (Comments):&lt;/strong&gt; Add hidden notes in the HTML code to label where my &amp;ldquo;Academic Goals&amp;rdquo;, &amp;ldquo;Current Status &amp;amp; Stats&amp;rdquo;, and &amp;ldquo;Checklist&amp;rdquo; sections start so I can find them easily.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Section Dividers:&lt;/strong&gt; Place horizontal divider lines between each major section so the page looks neat.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;New Campus Info Section:&lt;/strong&gt; Type a brand-new section showing my &lt;strong&gt;Dorm Building&lt;/strong&gt; and &lt;strong&gt;Class Room&lt;/strong&gt;, using tight line breaks so the address and class times sit right under each other without huge gaps!&lt;/li&gt;
&lt;/ol&gt;
&lt;/blockquote&gt;
&lt;hr&gt;
&lt;h2 id="objectives"&gt;Objectives&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Understand the difference between &lt;strong&gt;Paired&lt;/strong&gt; vs. &lt;strong&gt;Unpaired&lt;/strong&gt; tags&lt;/li&gt;
&lt;li&gt;Learn how to add hidden notes in your code using HTML Comments (&lt;code&gt;&amp;lt;!-- --&amp;gt;&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;Learn how to draw horizontal divider lines (&lt;code&gt;&amp;lt;hr&amp;gt;&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;Learn how to force line breaks without creating new paragraphs (&lt;code&gt;&amp;lt;br&amp;gt;&lt;/code&gt;)&lt;/li&gt;
&lt;/ol&gt;
&lt;hr&gt;
&lt;h2 id="objective-1--paired-vs-unpaired-tags"&gt;Objective 1 — Paired vs. Unpaired Tags&lt;/h2&gt;
&lt;p&gt;HTML tags are divided into two main categories based on how they are written:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-text" data-lang="text"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; ┌──────────────────┐
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; │ HTML TAGS │
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; └────────┬─────────┘
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; │
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; ┌─────────────────────┴─────────────────────┐
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; ▼ ▼
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;┌──────────────────────┐ ┌──────────────────────┐
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;│ PAIRED TAGS │ │ UNPAIRED TAGS │
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;│ &amp;lt;tag&amp;gt;content&amp;lt;/tag&amp;gt; │ │ &amp;lt;tag&amp;gt; │
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;└──────────────────────┘ └──────────────────────┘
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h3 id="1-paired-tags-container-tags"&gt;1. Paired Tags (Container Tags)&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Syntax:&lt;/strong&gt; &lt;code&gt;&amp;lt;tagname&amp;gt; Content goes here &amp;lt;/tagname&amp;gt;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Description:&lt;/strong&gt; Paired tags come in pairs (an opening tag and a closing tag with a &lt;code&gt;/&lt;/code&gt;). They wrap around text or other elements to apply formatting.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Examples:&lt;/strong&gt; &lt;code&gt;&amp;lt;p&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;h1&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;b&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;i&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;u&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;mark&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;sup&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;sub&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;s&amp;gt;&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="2-unpaired-tags-self-closing--standalone-tags"&gt;2. Unpaired Tags (Self-Closing / Standalone Tags)&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Syntax:&lt;/strong&gt; &lt;code&gt;&amp;lt;tagname&amp;gt;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Description:&lt;/strong&gt; Unpaired tags stand completely alone. They do &lt;strong&gt;not&lt;/strong&gt; have a closing tag and do &lt;strong&gt;not&lt;/strong&gt; wrap around content. Instead, they directly perform an action or insert a visual element on the page.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Examples:&lt;/strong&gt; &lt;code&gt;&amp;lt;hr&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;br&amp;gt;&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="objective-2--html-comments------"&gt;Objective 2 — HTML Comments (&lt;code&gt;&amp;lt;!-- --&amp;gt;&lt;/code&gt;)&lt;/h2&gt;
&lt;h4 id="simple-definition"&gt;Simple Definition&lt;/h4&gt;
&lt;p&gt;HTML Comments are hidden notes written in your code. The browser completely ignores them, making them perfect for leaving notes for yourself or labeling sections of your project.&lt;/p&gt;
&lt;h4 id="example"&gt;Example&lt;/h4&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-html" data-lang="html"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#75715e"&gt;&amp;lt;!-- This is a hidden note for the programmer --&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;&lt;span style="color:#f92672"&gt;h2&lt;/span&gt;&amp;gt;About Me&amp;lt;/&lt;span style="color:#f92672"&gt;h2&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;&lt;img src="https://lakshbudhrani.com/images/comment_example.png" alt="HTML Comment Example Screenshot"&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="objective-3--horizontal-rule-hr"&gt;Objective 3 — Horizontal Rule (&lt;code&gt;&amp;lt;hr&amp;gt;&lt;/code&gt;)&lt;/h2&gt;
&lt;h4 id="simple-definition-1"&gt;Simple Definition&lt;/h4&gt;
&lt;p&gt;The &lt;code&gt;&amp;lt;hr&amp;gt;&lt;/code&gt; tag draws a horizontal divider line across the page to visually separate different sections.&lt;/p&gt;
&lt;h4 id="example-1"&gt;Example&lt;/h4&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-html" data-lang="html"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;&lt;span style="color:#f92672"&gt;h2&lt;/span&gt;&amp;gt;Section 1&amp;lt;/&lt;span style="color:#f92672"&gt;h2&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;&lt;span style="color:#f92672"&gt;p&lt;/span&gt;&amp;gt;Some text here...&amp;lt;/&lt;span style="color:#f92672"&gt;p&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;&lt;span style="color:#f92672"&gt;hr&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;&lt;span style="color:#f92672"&gt;h2&lt;/span&gt;&amp;gt;Section 2&amp;lt;/&lt;span style="color:#f92672"&gt;h2&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;&lt;img src="https://lakshbudhrani.com/images/hr_example.png" alt="Horizontal Rule Example Screenshot"&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="objective-4--line-break-br"&gt;Objective 4 — Line Break (&lt;code&gt;&amp;lt;br&amp;gt;&lt;/code&gt;)&lt;/h2&gt;
&lt;h4 id="simple-definition-2"&gt;Simple Definition&lt;/h4&gt;
&lt;p&gt;The &lt;code&gt;&amp;lt;br&amp;gt;&lt;/code&gt; tag forces text down to the very next line immediately, without adding the large spacing gap that a &lt;code&gt;&amp;lt;p&amp;gt;&lt;/code&gt; tag creates.&lt;/p&gt;
&lt;h4 id="example-2"&gt;Example&lt;/h4&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-html" data-lang="html"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;&lt;span style="color:#f92672"&gt;p&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; First line of text.&amp;lt;&lt;span style="color:#f92672"&gt;br&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; Second line directly below!
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;/&lt;span style="color:#f92672"&gt;p&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;&lt;img src="https://lakshbudhrani.com/images/br_example.png" alt="Line Break Example Screenshot"&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="guided-activity--expand--organize-sahils-page"&gt;Guided Activity — Expand &amp;amp; Organize Sahil’s Page&lt;/h2&gt;
&lt;h3 id="part-1--project-setup"&gt;PART 1 — Project Setup&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;Open &lt;strong&gt;VS Code&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Go to &lt;strong&gt;File → Open Folder&lt;/strong&gt; and select your &lt;code&gt;Sahil_Project&lt;/code&gt; folder.&lt;/li&gt;
&lt;li&gt;Open your existing file: &lt;strong&gt;&lt;code&gt;sahil_day2.html&lt;/code&gt;&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;We will expand and upgrade this existing page together live in class!&lt;/li&gt;
&lt;/ol&gt;
&lt;hr&gt;
&lt;h3 id="part-2--expected-browser-output"&gt;PART 2 — Expected Browser Output&lt;/h3&gt;
&lt;p&gt;Here is what Sahil&amp;rsquo;s updated website will look like once we add the new campus location section, comments, line breaks, and horizontal rules together:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://lakshbudhrani.com/images/sahil_day3_preview.png" alt="Sahil Day 3 Browser Preview"&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h3 id="part-3--live-coding-challenge"&gt;PART 3 — Live Coding Challenge&lt;/h3&gt;
&lt;p&gt;We will take our existing code in &lt;code&gt;sahil_day2.html&lt;/code&gt; and upgrade it together by inserting comments, adding &lt;code&gt;&amp;lt;hr&amp;gt;&lt;/code&gt; dividers between sections, and typing out the new &lt;strong&gt;Campus Location &amp;amp; Schedule&lt;/strong&gt; section using &lt;code&gt;&amp;lt;br&amp;gt;&lt;/code&gt; line breaks!&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="independent-activity--favorite-favorites--layout-clean-up"&gt;Independent Activity — Favorite Favorites &amp;amp; Layout Clean-Up!&lt;/h2&gt;
&lt;p&gt;Now it&amp;rsquo;s your turn! Open your existing personal portfolio page, add a brand-new &lt;strong&gt;Top 3 Favorites&lt;/strong&gt; section, and organize your page using unpaired tags.&lt;/p&gt;
&lt;h3 id="instructions"&gt;Instructions:&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;Open your &lt;code&gt;Portfolio&lt;/code&gt; folder in &lt;strong&gt;VS Code&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Open your existing file: &lt;strong&gt;&lt;code&gt;portfolio_day2.html&lt;/code&gt;&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Add the new favorites section and upgrade your page directly inside this file!&lt;/li&gt;
&lt;/ol&gt;
&lt;hr&gt;
&lt;h3 id="your-portfolio-prompt"&gt;Your Portfolio Prompt&lt;/h3&gt;
&lt;p&gt;Your updated page must include the following &lt;strong&gt;4 simple requirements&lt;/strong&gt;:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Section Comments (&lt;code&gt;&amp;lt;!-- --&amp;gt;&lt;/code&gt;):&lt;/strong&gt; Add at least &lt;strong&gt;3 HTML comments&lt;/strong&gt; to label your code sections (e.g., &lt;code&gt;&amp;lt;!-- Favorites Section --&amp;gt;&lt;/code&gt;).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Horizontal Dividers (&lt;code&gt;&amp;lt;hr&amp;gt;&lt;/code&gt;):&lt;/strong&gt; Add at least &lt;strong&gt;2 horizontal divider lines&lt;/strong&gt; (&lt;code&gt;&amp;lt;hr&amp;gt;&lt;/code&gt;) to separate your main sections visually.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;NEW Section — Top 3 Favorites:&lt;/strong&gt; Add a new &lt;code&gt;&amp;lt;h2&amp;gt;&lt;/code&gt; section listing your top 3 favorite series, movies, video games, or songs. Use &lt;strong&gt;&lt;code&gt;&amp;lt;br&amp;gt;&lt;/code&gt;&lt;/strong&gt; to put each item on its own line!&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Tag Review:&lt;/strong&gt; Format your top 3 rank numbers using &lt;strong&gt;&lt;code&gt;&amp;lt;sup&amp;gt;&lt;/code&gt; or &lt;code&gt;&amp;lt;sub&amp;gt;&lt;/code&gt;&lt;/strong&gt; (e.g., &lt;code&gt;1&amp;lt;sup&amp;gt;st&amp;lt;/sup&amp;gt;: Friends&lt;/code&gt;), and use &lt;strong&gt;2 other formatting tags&lt;/strong&gt; of your choice (&lt;code&gt;&amp;lt;u&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;mark&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;b&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;i&amp;gt;&lt;/code&gt;, or &lt;code&gt;&amp;lt;s&amp;gt;&lt;/code&gt;) in your new section.&lt;/li&gt;
&lt;/ol&gt;
&lt;hr&gt;
&lt;h3 id="example-solution"&gt;Example Solution&lt;/h3&gt;
&lt;p&gt;&lt;img src="https://lakshbudhrani.com/images/portfolio_day3.png" alt="Laksh&amp;rsquo;s Portfolio Day 3 Image"&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="submission-instructions"&gt;Submission Instructions&lt;/h2&gt;
&lt;p&gt;Submit your work in Google Classroom under &lt;strong&gt;In‑Class Exercise 3&lt;/strong&gt; by:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Opening your &lt;strong&gt;Google Doc&lt;/strong&gt; from previous lectures.&lt;/li&gt;
&lt;li&gt;Pasting your updated HTML code from &lt;strong&gt;both&lt;/strong&gt; &lt;code&gt;sahil_day2.html&lt;/code&gt; and &lt;code&gt;portfolio_day2.html&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Adding &lt;strong&gt;screenshots&lt;/strong&gt; of both rendered pages from your browser.&lt;/li&gt;
&lt;li&gt;Turning in the document!&lt;/li&gt;
&lt;/ol&gt;
&lt;hr&gt;
&lt;h2 id="summary-new-tags-learned-today"&gt;Summary: New Tags Learned Today&lt;/h2&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th style="text-align: left"&gt;Tag&lt;/th&gt;
&lt;th style="text-align: left"&gt;Name&lt;/th&gt;
&lt;th style="text-align: left"&gt;Type&lt;/th&gt;
&lt;th style="text-align: left"&gt;What It Does&lt;/th&gt;
&lt;th style="text-align: left"&gt;Example&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;!-- --&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Comment&lt;/td&gt;
&lt;td style="text-align: left"&gt;Unpaired (Special)&lt;/td&gt;
&lt;td style="text-align: left"&gt;Leaves hidden notes in code&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;!-- Note here --&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;hr&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Horizontal Rule&lt;/td&gt;
&lt;td style="text-align: left"&gt;Unpaired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Draws a horizontal line across page&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;hr&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;br&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Line Break&lt;/td&gt;
&lt;td style="text-align: left"&gt;Unpaired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Forces text to start on next line&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;br&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;hr&gt;</content></item><item><title>Lecture 4 — HTML Attributes: Images &amp; Links</title><link>https://lakshbudhrani.com/courses/web-design/lecture-4--html-attributes/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://lakshbudhrani.com/courses/web-design/lecture-4--html-attributes/</guid><description>&lt;h1 id="lecture-4--html-attributes-images--links"&gt;Lecture 4 — HTML Attributes: Images &amp;amp; Links&lt;/h1&gt;
&lt;p&gt;Instructor: &lt;strong&gt;Laksh Budhrani&lt;/strong&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="quick-recall-lectures-13-review"&gt;Quick Recall: Lectures 1–3 Review&lt;/h2&gt;
&lt;p&gt;Before we learn how to give our tags custom instructions, let&amp;rsquo;s review all &lt;strong&gt;12 tags&lt;/strong&gt; we&amp;rsquo;ve learned so far!&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th style="text-align: left"&gt;Tag&lt;/th&gt;
&lt;th style="text-align: left"&gt;Name&lt;/th&gt;
&lt;th style="text-align: left"&gt;Type&lt;/th&gt;
&lt;th style="text-align: left"&gt;What It Does&lt;/th&gt;
&lt;th style="text-align: left"&gt;Example&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;h1&amp;gt;&lt;/code&gt; – &lt;code&gt;&amp;lt;h6&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Headings&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Creates headings of different sizes&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;h1&amp;gt;Heading&amp;lt;/h1&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;p&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paragraph&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Groups text into structured blocks&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;p&amp;gt;Text here...&amp;lt;/p&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;b&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Bold&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Emphasizes text in &lt;strong&gt;bold&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;b&amp;gt;Important&amp;lt;/b&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;i&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Italics&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Slants text in &lt;em&gt;italics&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;i&amp;gt;Stylized note&amp;lt;/i&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;u&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Underline&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Underlines text for emphasis&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;u&amp;gt;Underlined&amp;lt;/u&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;mark&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Highlight&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Adds yellow highlight behind text&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;mark&amp;gt;Highlighted&amp;lt;/mark&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;sup&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Superscript&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Raises text slightly above line&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;1&amp;lt;sup&amp;gt;st&amp;lt;/sup&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;sub&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Subscript&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Lowers text slightly below line&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;H&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;O&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;s&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Strikethrough&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Crosses out text with a line&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;s&amp;gt;Completed&amp;lt;/s&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;!-- --&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Comment&lt;/td&gt;
&lt;td style="text-align: left"&gt;Special&lt;/td&gt;
&lt;td style="text-align: left"&gt;Leaves hidden notes in code&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;!-- Note here --&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;hr&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Horizontal Rule&lt;/td&gt;
&lt;td style="text-align: left"&gt;Unpaired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Draws a horizontal divider line&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;hr&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;br&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Line Break&lt;/td&gt;
&lt;td style="text-align: left"&gt;Unpaired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Forces text down to the next line&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;br&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Class Check-In:&lt;/strong&gt; Does anyone have questions about any of these 12 tags before we move forward?&lt;/p&gt;</description><content>&lt;h1 id="lecture-4--html-attributes-images--links"&gt;Lecture 4 — HTML Attributes: Images &amp;amp; Links&lt;/h1&gt;
&lt;p&gt;Instructor: &lt;strong&gt;Laksh Budhrani&lt;/strong&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="quick-recall-lectures-13-review"&gt;Quick Recall: Lectures 1–3 Review&lt;/h2&gt;
&lt;p&gt;Before we learn how to give our tags custom instructions, let&amp;rsquo;s review all &lt;strong&gt;12 tags&lt;/strong&gt; we&amp;rsquo;ve learned so far!&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th style="text-align: left"&gt;Tag&lt;/th&gt;
&lt;th style="text-align: left"&gt;Name&lt;/th&gt;
&lt;th style="text-align: left"&gt;Type&lt;/th&gt;
&lt;th style="text-align: left"&gt;What It Does&lt;/th&gt;
&lt;th style="text-align: left"&gt;Example&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;h1&amp;gt;&lt;/code&gt; – &lt;code&gt;&amp;lt;h6&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Headings&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Creates headings of different sizes&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;h1&amp;gt;Heading&amp;lt;/h1&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;p&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paragraph&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Groups text into structured blocks&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;p&amp;gt;Text here...&amp;lt;/p&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;b&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Bold&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Emphasizes text in &lt;strong&gt;bold&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;b&amp;gt;Important&amp;lt;/b&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;i&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Italics&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Slants text in &lt;em&gt;italics&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;i&amp;gt;Stylized note&amp;lt;/i&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;u&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Underline&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Underlines text for emphasis&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;u&amp;gt;Underlined&amp;lt;/u&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;mark&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Highlight&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Adds yellow highlight behind text&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;mark&amp;gt;Highlighted&amp;lt;/mark&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;sup&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Superscript&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Raises text slightly above line&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;1&amp;lt;sup&amp;gt;st&amp;lt;/sup&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;sub&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Subscript&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Lowers text slightly below line&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;H&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;O&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;s&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Strikethrough&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Crosses out text with a line&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;s&amp;gt;Completed&amp;lt;/s&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;!-- --&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Comment&lt;/td&gt;
&lt;td style="text-align: left"&gt;Special&lt;/td&gt;
&lt;td style="text-align: left"&gt;Leaves hidden notes in code&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;!-- Note here --&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;hr&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Horizontal Rule&lt;/td&gt;
&lt;td style="text-align: left"&gt;Unpaired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Draws a horizontal divider line&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;hr&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;br&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Line Break&lt;/td&gt;
&lt;td style="text-align: left"&gt;Unpaired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Forces text down to the next line&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;br&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Class Check-In:&lt;/strong&gt; Does anyone have questions about any of these 12 tags before we move forward?&lt;/p&gt;
&lt;/blockquote&gt;
&lt;hr&gt;
&lt;h2 id="the-story-continues"&gt;The Story Continues&amp;hellip;&lt;/h2&gt;
&lt;img src="https://lakshbudhrani.com/images/sahil_drawing.png" alt = "Sahil Presenting Notebook Image" width = "350"&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Sahil&amp;rsquo;s Week 4 Update!&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Sahil&amp;rsquo;s notebook page is clean and organized thanks to &lt;code&gt;&amp;lt;hr&amp;gt;&lt;/code&gt; and &lt;code&gt;&amp;lt;br&amp;gt;&lt;/code&gt;, but now he wants to bring it to life!&lt;/p&gt;
&lt;p&gt;He wants to add a &lt;strong&gt;photo of himself&lt;/strong&gt; so people know whose page it is, and a &lt;strong&gt;clickable link&lt;/strong&gt; to his university website (UC Irvine) so visitors can check out his campus. But just typing &lt;code&gt;&amp;lt;img&amp;gt;&lt;/code&gt; or &lt;code&gt;&amp;lt;a&amp;gt;&lt;/code&gt; doesn&amp;rsquo;t tell the browser &lt;em&gt;which&lt;/em&gt; picture to show or &lt;em&gt;where&lt;/em&gt; the link should go! Sahil needs our help learning about &lt;strong&gt;Attributes&lt;/strong&gt; to give his tags specific instructions inside &lt;strong&gt;&lt;code&gt;index.html&lt;/code&gt;&lt;/strong&gt;.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;hr&gt;
&lt;h2 id="sahils-request-for-today"&gt;Sahil&amp;rsquo;s Request for Today&lt;/h2&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;&amp;ldquo;Hey! My notebook looks super neat now, but it&amp;rsquo;s pure text! Today, I want to make it interactive inside my main &lt;code&gt;index.html&lt;/code&gt; file.&amp;rdquo;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&amp;ldquo;Here is what I need you to help me do:&amp;rdquo;&lt;/em&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Add Profile &amp;amp; Campus Photos:&lt;/strong&gt; Display my profile image and a picture of UCI using &lt;code&gt;&amp;lt;img&amp;gt;&lt;/code&gt;, setting their dimensions so they fit nicely on the page.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Add Helpful Links:&lt;/strong&gt; Create a clickable link taking visitors to the official UC Irvine website using &lt;code&gt;&amp;lt;a&amp;gt;&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Control Link Destinations:&lt;/strong&gt; Choose whether links open in a new tab or stay in the same tab using &lt;code&gt;target&lt;/code&gt;.&lt;/li&gt;
&lt;/ol&gt;
&lt;/blockquote&gt;
&lt;hr&gt;
&lt;h2 id="objectives"&gt;Objectives&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Understand what &lt;strong&gt;HTML Attributes&lt;/strong&gt; are using real-world analogies&lt;/li&gt;
&lt;li&gt;Master the &lt;code&gt;&amp;lt;img&amp;gt;&lt;/code&gt; tag and its key attributes (&lt;code&gt;src&lt;/code&gt;, &lt;code&gt;alt&lt;/code&gt;, &lt;code&gt;width&lt;/code&gt;, &lt;code&gt;height&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;Master the &lt;code&gt;&amp;lt;a&amp;gt;&lt;/code&gt; (Anchor) tag and its key attributes (&lt;code&gt;href&lt;/code&gt;, &lt;code&gt;target&lt;/code&gt;)&lt;/li&gt;
&lt;/ol&gt;
&lt;hr&gt;
&lt;h2 id="objective-1--what-are-html-attributes"&gt;Objective 1 — What are HTML Attributes?&lt;/h2&gt;
&lt;h4 id="the-real-world-analogy"&gt;The Real-World Analogy&lt;/h4&gt;
&lt;p&gt;Think of an HTML tag as a &lt;strong&gt;Video Game Character&lt;/strong&gt; or a &lt;strong&gt;Car&lt;/strong&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The &lt;strong&gt;Tag&lt;/strong&gt; tells the browser &lt;em&gt;what kind of object&lt;/em&gt; to create (e.g., &lt;code&gt;Car&lt;/code&gt; or &lt;code&gt;Player&lt;/code&gt;).&lt;/li&gt;
&lt;li&gt;The &lt;strong&gt;Attributes&lt;/strong&gt; are the &lt;em&gt;custom details&lt;/em&gt; or &lt;em&gt;settings&lt;/em&gt; that customize that object (e.g., &lt;code&gt;color=&amp;quot;red&amp;quot;&lt;/code&gt;, &lt;code&gt;speed=&amp;quot;100mph&amp;quot;&lt;/code&gt;, &lt;code&gt;outfit=&amp;quot;hoodie&amp;quot;&lt;/code&gt;).&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-text" data-lang="text"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; ┌──────────────────────────────────────────────────────────────┐
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; │ TAG vs ATTRIBUTE │
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; ├──────────────────────────────────────────────────────────────┤
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; │ TAG: &amp;lt;car&amp;gt; (Creates a basic car) │
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; │ ATTRIBUTE: &amp;lt;car color=&amp;#34;blue&amp;#34;&amp;gt; (Tells it WHICH color!) │
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; └──────────────────────────────────────────────────────────────┘
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h4 id="simple-definition"&gt;Simple Definition&lt;/h4&gt;
&lt;p&gt;An &lt;strong&gt;attribute&lt;/strong&gt; provides extra information or instructions to an HTML tag. Attributes are &lt;strong&gt;always placed inside the opening tag&lt;/strong&gt; and follow a &lt;code&gt;name=&amp;quot;value&amp;quot;&lt;/code&gt; structure.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="objective-2--displaying-images-img"&gt;Objective 2 — Displaying Images (&lt;code&gt;&amp;lt;img&amp;gt;&lt;/code&gt;)&lt;/h2&gt;
&lt;p&gt;The &lt;code&gt;&amp;lt;img&amp;gt;&lt;/code&gt; tag is an &lt;strong&gt;unpaired tag&lt;/strong&gt; used to display images on a webpage. However, &lt;code&gt;&amp;lt;img&amp;gt;&lt;/code&gt; by itself does nothing—it needs attributes to tell the browser what image to show and how big it should be!&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-html" data-lang="html"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;&lt;span style="color:#f92672"&gt;img&lt;/span&gt; &lt;span style="color:#a6e22e"&gt;src&lt;/span&gt;&lt;span style="color:#f92672"&gt;=&lt;/span&gt;&lt;span style="color:#e6db74"&gt;&amp;#34;/images/dog.jpg&amp;#34;&lt;/span&gt; &lt;span style="color:#a6e22e"&gt;alt&lt;/span&gt;&lt;span style="color:#f92672"&gt;=&lt;/span&gt;&lt;span style="color:#e6db74"&gt;&amp;#34;A cute golden retriever&amp;#34;&lt;/span&gt; &lt;span style="color:#a6e22e"&gt;width&lt;/span&gt;&lt;span style="color:#f92672"&gt;=&lt;/span&gt;&lt;span style="color:#e6db74"&gt;&amp;#34;250&amp;#34;&lt;/span&gt; &lt;span style="color:#a6e22e"&gt;height&lt;/span&gt;&lt;span style="color:#f92672"&gt;=&lt;/span&gt;&lt;span style="color:#e6db74"&gt;&amp;#34;200&amp;#34;&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h3 id="essential-image-attributes"&gt;Essential Image Attributes:&lt;/h3&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th style="text-align: left"&gt;Attribute&lt;/th&gt;
&lt;th style="text-align: left"&gt;Full Name&lt;/th&gt;
&lt;th style="text-align: left"&gt;Purpose&lt;/th&gt;
&lt;th style="text-align: left"&gt;Generic Example&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;src&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;strong&gt;Source&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Specifies &lt;strong&gt;where&lt;/strong&gt; the image file is saved&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;src=&amp;quot;my_photo.jpg&amp;quot;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;alt&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;strong&gt;Alternate Text&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Text shown if the image breaks, or read by screen readers&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;alt=&amp;quot;Picture of a cat&amp;quot;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;width&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;strong&gt;Width&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Sets the width of the image in pixels&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;width=&amp;quot;300&amp;quot;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;height&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;strong&gt;Height&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Sets the height of the image in pixels&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;height=&amp;quot;200&amp;quot;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id="step-by-step-attribute-code-playground"&gt;Step-by-Step Attribute Code Playground&lt;/h3&gt;
&lt;h4 id="step-1-basic-source-only-src"&gt;Step 1: Basic Source Only (&lt;code&gt;src&lt;/code&gt;)&lt;/h4&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-html" data-lang="html"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;&lt;span style="color:#f92672"&gt;img&lt;/span&gt; &lt;span style="color:#a6e22e"&gt;src&lt;/span&gt;&lt;span style="color:#f92672"&gt;=&lt;/span&gt;&lt;span style="color:#e6db74"&gt;&amp;#34;cat.jpg&amp;#34;&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;img src="https://lakshbudhrani.com/images/cat.jpg" alt="Full size cat image"&gt;
&lt;hr&gt;
&lt;h4 id="step-2-adding-alternate-text-alt"&gt;Step 2: Adding Alternate Text (&lt;code&gt;alt&lt;/code&gt;)&lt;/h4&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-html" data-lang="html"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;&lt;span style="color:#f92672"&gt;img&lt;/span&gt; &lt;span style="color:#a6e22e"&gt;src&lt;/span&gt;&lt;span style="color:#f92672"&gt;=&lt;/span&gt;&lt;span style="color:#e6db74"&gt;&amp;#34;cat.jpg&amp;#34;&lt;/span&gt; &lt;span style="color:#a6e22e"&gt;alt&lt;/span&gt;&lt;span style="color:#f92672"&gt;=&lt;/span&gt;&lt;span style="color:#e6db74"&gt;&amp;#34;A fluffy orange cat&amp;#34;&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;img src="https://lakshbudhrani.com/images/cat_2.jpg" alt="A fluffy orange cat"&gt;
&lt;hr&gt;
&lt;h4 id="step-3-setting-custom-width-width"&gt;Step 3: Setting Custom Width (&lt;code&gt;width&lt;/code&gt;)&lt;/h4&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-html" data-lang="html"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;&lt;span style="color:#f92672"&gt;img&lt;/span&gt; &lt;span style="color:#a6e22e"&gt;src&lt;/span&gt;&lt;span style="color:#f92672"&gt;=&lt;/span&gt;&lt;span style="color:#e6db74"&gt;&amp;#34;cat.jpg&amp;#34;&lt;/span&gt; &lt;span style="color:#a6e22e"&gt;alt&lt;/span&gt;&lt;span style="color:#f92672"&gt;=&lt;/span&gt;&lt;span style="color:#e6db74"&gt;&amp;#34;A fluffy orange cat&amp;#34;&lt;/span&gt; &lt;span style="color:#a6e22e"&gt;width&lt;/span&gt;&lt;span style="color:#f92672"&gt;=&lt;/span&gt;&lt;span style="color:#e6db74"&gt;&amp;#34;200&amp;#34;&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;img src="https://lakshbudhrani.com/images/cat.jpg" alt="Resized cat image width" width="250"&gt;
&lt;hr&gt;
&lt;h4 id="step-4-setting-custom-height-height"&gt;Step 4: Setting Custom Height (&lt;code&gt;height&lt;/code&gt;)&lt;/h4&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-html" data-lang="html"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;&lt;span style="color:#f92672"&gt;img&lt;/span&gt; &lt;span style="color:#a6e22e"&gt;src&lt;/span&gt;&lt;span style="color:#f92672"&gt;=&lt;/span&gt;&lt;span style="color:#e6db74"&gt;&amp;#34;cat.jpg&amp;#34;&lt;/span&gt; &lt;span style="color:#a6e22e"&gt;alt&lt;/span&gt;&lt;span style="color:#f92672"&gt;=&lt;/span&gt;&lt;span style="color:#e6db74"&gt;&amp;#34;A fluffy orange cat&amp;#34;&lt;/span&gt; &lt;span style="color:#a6e22e"&gt;height&lt;/span&gt;&lt;span style="color:#f92672"&gt;=&lt;/span&gt;&lt;span style="color:#e6db74"&gt;&amp;#34;100&amp;#34;&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;img src="https://lakshbudhrani.com/images/cat.jpg" alt="Resized cat image height" height="100"&gt;
&lt;hr&gt;
&lt;h4 id="step-5-forcing-both-width-and-height-width--height"&gt;Step 5: Forcing Both Width AND Height (&lt;code&gt;width&lt;/code&gt; + &lt;code&gt;height&lt;/code&gt;)&lt;/h4&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-html" data-lang="html"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;&lt;span style="color:#f92672"&gt;img&lt;/span&gt; &lt;span style="color:#a6e22e"&gt;src&lt;/span&gt;&lt;span style="color:#f92672"&gt;=&lt;/span&gt;&lt;span style="color:#e6db74"&gt;&amp;#34;cat.jpg&amp;#34;&lt;/span&gt; &lt;span style="color:#a6e22e"&gt;alt&lt;/span&gt;&lt;span style="color:#f92672"&gt;=&lt;/span&gt;&lt;span style="color:#e6db74"&gt;&amp;#34;A fluffy orange cat&amp;#34;&lt;/span&gt; &lt;span style="color:#a6e22e"&gt;width&lt;/span&gt;&lt;span style="color:#f92672"&gt;=&lt;/span&gt;&lt;span style="color:#e6db74"&gt;&amp;#34;300&amp;#34;&lt;/span&gt; &lt;span style="color:#a6e22e"&gt;height&lt;/span&gt;&lt;span style="color:#f92672"&gt;=&lt;/span&gt;&lt;span style="color:#e6db74"&gt;&amp;#34;100&amp;#34;&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;img src="https://lakshbudhrani.com/images/cat.jpg" alt="Squished cat image" width="300" height="100"&gt;
&lt;hr&gt;
&lt;h2 id="objective-3--clickable-hyperlinks-a"&gt;Objective 3 — Clickable Hyperlinks (&lt;code&gt;&amp;lt;a&amp;gt;&lt;/code&gt;)&lt;/h2&gt;
&lt;p&gt;The &lt;code&gt;&amp;lt;a&amp;gt;&lt;/code&gt; tag (short for &lt;strong&gt;Anchor&lt;/strong&gt;) creates a clickable link that sends visitors to another webpage.&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-html" data-lang="html"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;&lt;span style="color:#f92672"&gt;a&lt;/span&gt; &lt;span style="color:#a6e22e"&gt;href&lt;/span&gt;&lt;span style="color:#f92672"&gt;=&lt;/span&gt;&lt;span style="color:#e6db74"&gt;&amp;#34;https://www.wikipedia.org&amp;#34;&lt;/span&gt; &lt;span style="color:#a6e22e"&gt;target&lt;/span&gt;&lt;span style="color:#f92672"&gt;=&lt;/span&gt;&lt;span style="color:#e6db74"&gt;&amp;#34;_blank&amp;#34;&lt;/span&gt;&amp;gt;Search Wikipedia&amp;lt;/&lt;span style="color:#f92672"&gt;a&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h3 id="essential-anchor-attributes"&gt;Essential Anchor Attributes:&lt;/h3&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th style="text-align: left"&gt;Attribute&lt;/th&gt;
&lt;th style="text-align: left"&gt;Full Name&lt;/th&gt;
&lt;th style="text-align: left"&gt;Purpose&lt;/th&gt;
&lt;th style="text-align: left"&gt;Options / Values&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;href&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;strong&gt;Hypertext Reference&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Web address (URL) destination&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;href=&amp;quot;[https://example.com](https://example.com)&amp;quot;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;target&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;strong&gt;Target Window&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Controls &lt;strong&gt;where&lt;/strong&gt; the link opens&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;_blank&lt;/code&gt; OR &lt;code&gt;_self&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id="where-does-the-link-open-target"&gt;Where Does the Link Open? (&lt;code&gt;target&lt;/code&gt;)&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;&lt;code&gt;target=&amp;quot;_blank&amp;quot;&lt;/code&gt;&lt;/strong&gt; ➜ Opens the webpage in a &lt;strong&gt;brand-new tab&lt;/strong&gt; (Keeps your website open in the original tab!).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;code&gt;target=&amp;quot;_self&amp;quot;&lt;/code&gt;&lt;/strong&gt; ➜ Opens the webpage in the &lt;strong&gt;same tab&lt;/strong&gt; (Replaces your webpage with the new site!).&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="target-attribute-live-comparison"&gt;Target Attribute Live Comparison&lt;/h3&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-html" data-lang="html"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#75715e"&gt;&amp;lt;!-- Opens in a NEW tab --&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;&lt;span style="color:#f92672"&gt;a&lt;/span&gt; &lt;span style="color:#a6e22e"&gt;href&lt;/span&gt;&lt;span style="color:#f92672"&gt;=&lt;/span&gt;&lt;span style="color:#e6db74"&gt;&amp;#34;https://www.google.com&amp;#34;&lt;/span&gt; &lt;span style="color:#a6e22e"&gt;target&lt;/span&gt;&lt;span style="color:#f92672"&gt;=&lt;/span&gt;&lt;span style="color:#e6db74"&gt;&amp;#34;_blank&amp;#34;&lt;/span&gt;&amp;gt;Search Google (New Tab)&amp;lt;/&lt;span style="color:#f92672"&gt;a&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#75715e"&gt;&amp;lt;!-- Opens in the SAME tab --&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;&lt;span style="color:#f92672"&gt;a&lt;/span&gt; &lt;span style="color:#a6e22e"&gt;href&lt;/span&gt;&lt;span style="color:#f92672"&gt;=&lt;/span&gt;&lt;span style="color:#e6db74"&gt;&amp;#34;https://www.google.com&amp;#34;&lt;/span&gt; &lt;span style="color:#a6e22e"&gt;target&lt;/span&gt;&lt;span style="color:#f92672"&gt;=&lt;/span&gt;&lt;span style="color:#e6db74"&gt;&amp;#34;_self&amp;#34;&lt;/span&gt;&amp;gt;Search Google (Same Tab)&amp;lt;/&lt;span style="color:#f92672"&gt;a&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h4 id="try-clicking-these-live-links-below"&gt;Try Clicking These Live Links Below:&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="[https://www.google.com](https://www.google.com)" target="_blank"&gt;Search Google (Opens in a NEW Tab)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="[https://www.google.com](https://www.google.com)" target="_self"&gt;Search Google (Opens in the SAME Tab)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="guided-activity--adding-photos--links-to-sahils-page"&gt;Guided Activity — Adding Photos &amp;amp; Links to Sahil’s Page&lt;/h2&gt;
&lt;h3 id="part-1--project-setup"&gt;PART 1 — Project Setup&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;Open &lt;strong&gt;VS Code&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Go to &lt;strong&gt;File → Open Folder&lt;/strong&gt; and select your &lt;code&gt;Sahil_Project&lt;/code&gt; folder.&lt;/li&gt;
&lt;li&gt;Open your existing file: &lt;strong&gt;&lt;code&gt;index.html&lt;/code&gt;&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Make sure your image files are inside the &lt;code&gt;Sahil_Project&lt;/code&gt; folder!&lt;/li&gt;
&lt;/ol&gt;
&lt;hr&gt;
&lt;h3 id="part-2--expected-browser-output"&gt;PART 2 — Expected Browser Output&lt;/h3&gt;
&lt;p&gt;Here is what Sahil&amp;rsquo;s updated page will look like once we add his profile photo, campus image, and university link inside &lt;code&gt;index.html&lt;/code&gt;:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://lakshbudhrani.com/images/sahil_day4_preview.png" alt="Sahil Day 4 Browser Preview"&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h3 id="part-3--live-coding-challenge"&gt;PART 3 — Live Coding Challenge&lt;/h3&gt;
&lt;p&gt;Together as a class, we will add:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;An &lt;code&gt;&amp;lt;img&amp;gt;&lt;/code&gt; profile tag with &lt;code&gt;src&lt;/code&gt;, &lt;code&gt;alt&lt;/code&gt;, and &lt;code&gt;width&lt;/code&gt; right under Sahil&amp;rsquo;s header.&lt;/li&gt;
&lt;li&gt;A clickable hyperlink &lt;code&gt;&amp;lt;a&amp;gt;&lt;/code&gt; taking users to UC Irvine&amp;rsquo;s website with &lt;code&gt;href&lt;/code&gt; and &lt;code&gt;target=&amp;quot;_blank&amp;quot;&lt;/code&gt;.&lt;/li&gt;
&lt;/ol&gt;
&lt;hr&gt;
&lt;h2 id="independent-activity--media--links-portfolio-upgrade"&gt;Independent Activity — Media &amp;amp; Links Portfolio Upgrade!&lt;/h2&gt;
&lt;p&gt;Now it&amp;rsquo;s your turn! Open your personal portfolio page, add a personal or interest image, and add clickable links to your top favorite websites.&lt;/p&gt;
&lt;h3 id="instructions"&gt;Instructions:&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;Open your &lt;code&gt;Portfolio&lt;/code&gt; folder in &lt;strong&gt;VS Code&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Open your existing file: &lt;strong&gt;&lt;code&gt;portfolio_day1.html&lt;/code&gt;&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Upgrade your portfolio by adding images and links directly inside this file!&lt;/li&gt;
&lt;/ol&gt;
&lt;hr&gt;
&lt;h3 id="your-portfolio-prompt"&gt;Your Portfolio Prompt&lt;/h3&gt;
&lt;p&gt;Your updated page must include the following &lt;strong&gt;4 requirements&lt;/strong&gt;:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Add an Image (&lt;code&gt;&amp;lt;img&amp;gt;&lt;/code&gt;):&lt;/strong&gt; Add an image related to your interests (or a profile picture) using &lt;code&gt;src&lt;/code&gt;, &lt;code&gt;alt&lt;/code&gt;, and set a clean size using &lt;code&gt;width&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Add an External Link (&lt;code&gt;&amp;lt;a&amp;gt;&lt;/code&gt;):&lt;/strong&gt; Add couple of clickable links to your favorite website or school website using &lt;code&gt;href&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Tab Control:&lt;/strong&gt; Use &lt;code&gt;target=&amp;quot;_blank&amp;quot;&lt;/code&gt; on your external link so it opens in a new browser tab.&lt;/li&gt;
&lt;/ol&gt;
&lt;hr&gt;
&lt;h3 id="example-solution"&gt;Example Solution&lt;/h3&gt;
&lt;p&gt;&lt;img src="https://lakshbudhrani.com/images/portfolio_day4.png" alt="Laksh&amp;rsquo;s Portfolio Day 4 Image"&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="submission-instructions"&gt;Submission Instructions&lt;/h2&gt;
&lt;p&gt;Submit your work in Google Classroom under &lt;strong&gt;In‑Class Exercise 4&lt;/strong&gt; by:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Opening your &lt;strong&gt;Google Doc&lt;/strong&gt; from previous lectures.&lt;/li&gt;
&lt;li&gt;Pasting your updated HTML code from &lt;strong&gt;both&lt;/strong&gt; &lt;code&gt;index.html&lt;/code&gt; and &lt;code&gt;portfolio_day1.html&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Adding &lt;strong&gt;screenshots&lt;/strong&gt; of both rendered pages showing the images and working links!&lt;/li&gt;
&lt;li&gt;Turning in the document!&lt;/li&gt;
&lt;/ol&gt;
&lt;hr&gt;
&lt;h2 id="summary-new-concepts-learned-today"&gt;Summary: New Concepts Learned Today&lt;/h2&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th style="text-align: left"&gt;Tag / Attribute&lt;/th&gt;
&lt;th style="text-align: left"&gt;Type&lt;/th&gt;
&lt;th style="text-align: left"&gt;What It Does&lt;/th&gt;
&lt;th style="text-align: left"&gt;Example&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;img&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Unpaired Tag&lt;/td&gt;
&lt;td style="text-align: left"&gt;Displays an image on the webpage&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;img src=&amp;quot;pic.jpg&amp;quot;&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;src=&amp;quot;...&amp;quot;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Attribute&lt;/td&gt;
&lt;td style="text-align: left"&gt;Specifies the image file path&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;src=&amp;quot;photo.png&amp;quot;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;alt=&amp;quot;...&amp;quot;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Attribute&lt;/td&gt;
&lt;td style="text-align: left"&gt;Alternative text for accessibility/broken images&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;alt=&amp;quot;Description&amp;quot;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;width=&amp;quot;...&amp;quot;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Attribute&lt;/td&gt;
&lt;td style="text-align: left"&gt;Sets width of an element in pixels&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;width=&amp;quot;300&amp;quot;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;height=&amp;quot;...&amp;quot;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Attribute&lt;/td&gt;
&lt;td style="text-align: left"&gt;Sets height of an element in pixels&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;height=&amp;quot;200&amp;quot;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;a&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired Tag&lt;/td&gt;
&lt;td style="text-align: left"&gt;Creates a clickable hyperlink&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;a href=&amp;quot;...&amp;quot;&amp;gt;Text&amp;lt;/a&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;href=&amp;quot;...&amp;quot;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Attribute&lt;/td&gt;
&lt;td style="text-align: left"&gt;Specifies destination URL for a link&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;href=&amp;quot;https://...&amp;quot;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;target=&amp;quot;_blank&amp;quot;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Attribute&lt;/td&gt;
&lt;td style="text-align: left"&gt;Opens link in a &lt;strong&gt;new tab&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;target=&amp;quot;_blank&amp;quot;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;target=&amp;quot;_self&amp;quot;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Attribute&lt;/td&gt;
&lt;td style="text-align: left"&gt;Opens link in the &lt;strong&gt;same tab&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;target=&amp;quot;_self&amp;quot;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;hr&gt;</content></item><item><title>Lecture 5 — HTML Lists: Unordered, Ordered &amp; Nested Lists</title><link>https://lakshbudhrani.com/courses/web-design/lecture-5--html-lists/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://lakshbudhrani.com/courses/web-design/lecture-5--html-lists/</guid><description>&lt;h1 id="lecture-5--html-lists-unordered-ordered--nested-lists"&gt;Lecture 5 — HTML Lists: Unordered, Ordered &amp;amp; Nested Lists&lt;/h1&gt;
&lt;p&gt;Instructor: &lt;strong&gt;Laksh Budhrani&lt;/strong&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="quick-recall-lectures-14-review"&gt;Quick Recall: Lectures 1–4 Review&lt;/h2&gt;
&lt;p&gt;Before we learn how to create lists, let&amp;rsquo;s review all the tags and attributes we&amp;rsquo;ve mastered so far!&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th style="text-align: left"&gt;Tag&lt;/th&gt;
&lt;th style="text-align: left"&gt;Associated Attributes&lt;/th&gt;
&lt;th style="text-align: left"&gt;Type&lt;/th&gt;
&lt;th style="text-align: left"&gt;Purpose&lt;/th&gt;
&lt;th style="text-align: left"&gt;Example&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;h1&amp;gt;&lt;/code&gt; – &lt;code&gt;&amp;lt;h6&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Headings of different sizes&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;h1&amp;gt;Heading&amp;lt;/h1&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;p&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Text paragraph block&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;p&amp;gt;Paragraph&amp;lt;/p&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;b&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;i&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;u&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Bold, Italics, Underline&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;b&amp;gt;Bold&amp;lt;/b&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;i&amp;gt;Italic&amp;lt;/i&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;u&amp;gt;Underline&amp;lt;/u&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;mark&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;s&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Highlight, Strikethrough&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;mark&amp;gt;Highlight&amp;lt;/mark&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;s&amp;gt;Strike&amp;lt;/s&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;sup&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;sub&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Superscript, Subscript&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;1&amp;lt;sup&amp;gt;st&amp;lt;/sup&amp;gt;&lt;/code&gt;, &lt;code&gt;H&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;O&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;!-- --&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Special&lt;/td&gt;
&lt;td style="text-align: left"&gt;Hidden code notes/comments&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;!-- Note --&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;hr&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;br&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Unpaired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Horizontal rule divider, Line break&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;hr&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;br&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;img&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;src&lt;/code&gt;, &lt;code&gt;alt&lt;/code&gt;, &lt;code&gt;width&lt;/code&gt;, &lt;code&gt;height&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Unpaired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Displays an image&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;img src=&amp;quot;pic.jpg&amp;quot; alt=&amp;quot;Pic&amp;quot; width=&amp;quot;200&amp;quot;&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;a&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;href&lt;/code&gt;, &lt;code&gt;target&lt;/code&gt; (&lt;code&gt;_blank&lt;/code&gt; / &lt;code&gt;_self&lt;/code&gt;)&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Creates clickable hyperlink&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;a href=&amp;quot;https://...&amp;quot; target=&amp;quot;_blank&amp;quot;&amp;gt;Link&amp;lt;/a&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Class Check-In:&lt;/strong&gt; Does anyone have questions about images, links, or attributes before we learn about lists?&lt;/p&gt;</description><content>&lt;h1 id="lecture-5--html-lists-unordered-ordered--nested-lists"&gt;Lecture 5 — HTML Lists: Unordered, Ordered &amp;amp; Nested Lists&lt;/h1&gt;
&lt;p&gt;Instructor: &lt;strong&gt;Laksh Budhrani&lt;/strong&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="quick-recall-lectures-14-review"&gt;Quick Recall: Lectures 1–4 Review&lt;/h2&gt;
&lt;p&gt;Before we learn how to create lists, let&amp;rsquo;s review all the tags and attributes we&amp;rsquo;ve mastered so far!&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th style="text-align: left"&gt;Tag&lt;/th&gt;
&lt;th style="text-align: left"&gt;Associated Attributes&lt;/th&gt;
&lt;th style="text-align: left"&gt;Type&lt;/th&gt;
&lt;th style="text-align: left"&gt;Purpose&lt;/th&gt;
&lt;th style="text-align: left"&gt;Example&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;h1&amp;gt;&lt;/code&gt; – &lt;code&gt;&amp;lt;h6&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Headings of different sizes&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;h1&amp;gt;Heading&amp;lt;/h1&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;p&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Text paragraph block&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;p&amp;gt;Paragraph&amp;lt;/p&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;b&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;i&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;u&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Bold, Italics, Underline&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;b&amp;gt;Bold&amp;lt;/b&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;i&amp;gt;Italic&amp;lt;/i&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;u&amp;gt;Underline&amp;lt;/u&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;mark&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;s&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Highlight, Strikethrough&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;mark&amp;gt;Highlight&amp;lt;/mark&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;s&amp;gt;Strike&amp;lt;/s&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;sup&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;sub&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Superscript, Subscript&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;1&amp;lt;sup&amp;gt;st&amp;lt;/sup&amp;gt;&lt;/code&gt;, &lt;code&gt;H&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;O&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;!-- --&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Special&lt;/td&gt;
&lt;td style="text-align: left"&gt;Hidden code notes/comments&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;!-- Note --&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;hr&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;br&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Unpaired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Horizontal rule divider, Line break&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;hr&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;br&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;img&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;src&lt;/code&gt;, &lt;code&gt;alt&lt;/code&gt;, &lt;code&gt;width&lt;/code&gt;, &lt;code&gt;height&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Unpaired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Displays an image&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;img src=&amp;quot;pic.jpg&amp;quot; alt=&amp;quot;Pic&amp;quot; width=&amp;quot;200&amp;quot;&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;a&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;href&lt;/code&gt;, &lt;code&gt;target&lt;/code&gt; (&lt;code&gt;_blank&lt;/code&gt; / &lt;code&gt;_self&lt;/code&gt;)&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Creates clickable hyperlink&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;a href=&amp;quot;https://...&amp;quot; target=&amp;quot;_blank&amp;quot;&amp;gt;Link&amp;lt;/a&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Class Check-In:&lt;/strong&gt; Does anyone have questions about images, links, or attributes before we learn about lists?&lt;/p&gt;
&lt;/blockquote&gt;
&lt;hr&gt;
&lt;h2 id="the-story-continues"&gt;The Story Continues&amp;hellip;&lt;/h2&gt;
&lt;img src="https://lakshbudhrani.com/images/sahil_list_planning.png" alt = "Sahil Planning His Lists Image" width = "350"&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Sahil&amp;rsquo;s Week 5 Update!&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Sahil&amp;rsquo;s website is looking super sleek with his photos and university links! But now that he&amp;rsquo;s settling into college life at UCI, he wants to track his daily routines on his website.&lt;/p&gt;
&lt;p&gt;He has a &lt;strong&gt;Dorm Packing Checklist&lt;/strong&gt; (where order doesn&amp;rsquo;t matter) and a &lt;strong&gt;Daily Morning Routine&lt;/strong&gt; (where the step-by-step order is super important!). Plus, under his packing list, he wants sub-categories like &amp;ldquo;Tech&amp;rdquo; and &amp;ldquo;Snacks&amp;rdquo;. Manually typing numbers or dashes in &lt;code&gt;&amp;lt;p&amp;gt;&lt;/code&gt; tags gets messy fast. Sahil needs our help using &lt;strong&gt;HTML Lists&lt;/strong&gt; inside a brand-new file: &lt;strong&gt;&lt;code&gt;sahil_day5.html&lt;/code&gt;&lt;/strong&gt;!&lt;/p&gt;
&lt;/blockquote&gt;
&lt;hr&gt;
&lt;h2 id="sahils-request-for-today"&gt;Sahil&amp;rsquo;s Request for Today&lt;/h2&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;&amp;ldquo;Hey! I need to organize my college life into actual clean lists instead of long paragraph lines.&amp;rdquo;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&amp;ldquo;Here is what I need you to help me build in &lt;code&gt;sahil_day5.html&lt;/code&gt;:&amp;rdquo;&lt;/em&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Dorm Supplies List (Unordered):&lt;/strong&gt; Bulleted list of items I need for my dorm room where order doesn&amp;rsquo;t matter.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Morning Class Routine (Ordered):&lt;/strong&gt; Numbered list of my step-by-step morning routine before my 9:00 AM CS class.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Organized Categories (Nested):&lt;/strong&gt; Group my supplies under main categories with sub-bullet points!&lt;/li&gt;
&lt;/ol&gt;
&lt;/blockquote&gt;
&lt;hr&gt;
&lt;h2 id="objectives"&gt;Objectives&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Create bulleted lists using &lt;strong&gt;Unordered Lists&lt;/strong&gt; (&lt;code&gt;&amp;lt;ul&amp;gt;&lt;/code&gt;) and List Items (&lt;code&gt;&amp;lt;li&amp;gt;&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;Create numbered lists using &lt;strong&gt;Ordered Lists&lt;/strong&gt; (&lt;code&gt;&amp;lt;ol&amp;gt;&lt;/code&gt;) and List Items (&lt;code&gt;&amp;lt;li&amp;gt;&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;Combine lists to build &lt;strong&gt;Nested Lists&lt;/strong&gt; (lists inside lists)&lt;/li&gt;
&lt;/ol&gt;
&lt;hr&gt;
&lt;h2 id="objective-1--unordered-lists-ul"&gt;Objective 1 — Unordered Lists (&lt;code&gt;&amp;lt;ul&amp;gt;&lt;/code&gt;)&lt;/h2&gt;
&lt;h4 id="simple-definition"&gt;Simple Definition&lt;/h4&gt;
&lt;p&gt;An &lt;strong&gt;Unordered List&lt;/strong&gt; creates a bullet-pointed list. Use this when the sequence or order of items &lt;strong&gt;does not matter&lt;/strong&gt; (e.g., shopping lists, hobbies, ingredients).&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;&lt;code&gt;&amp;lt;ul&amp;gt;&lt;/code&gt;&lt;/strong&gt; stands for &lt;strong&gt;Unordered List&lt;/strong&gt; (creates the list container).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;code&gt;&amp;lt;li&amp;gt;&lt;/code&gt;&lt;/strong&gt; stands for &lt;strong&gt;List Item&lt;/strong&gt; (wraps around every single item in the list).&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-html" data-lang="html"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#75715e"&gt;&amp;lt;!-- Generic Example --&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;&lt;span style="color:#f92672"&gt;ul&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &amp;lt;&lt;span style="color:#f92672"&gt;li&lt;/span&gt;&amp;gt;Apples&amp;lt;/&lt;span style="color:#f92672"&gt;li&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &amp;lt;&lt;span style="color:#f92672"&gt;li&lt;/span&gt;&amp;gt;Bananas&amp;lt;/&lt;span style="color:#f92672"&gt;li&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &amp;lt;&lt;span style="color:#f92672"&gt;li&lt;/span&gt;&amp;gt;Oranges&amp;lt;/&lt;span style="color:#f92672"&gt;li&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;/&lt;span style="color:#f92672"&gt;ul&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;&lt;img src="https://lakshbudhrani.com/images/unordered_list_result.png" alt="Unordered List Result Image"&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="objective-2--ordered-lists-ol"&gt;Objective 2 — Ordered Lists (&lt;code&gt;&amp;lt;ol&amp;gt;&lt;/code&gt;)&lt;/h2&gt;
&lt;h4 id="simple-definition-1"&gt;Simple Definition&lt;/h4&gt;
&lt;p&gt;An &lt;strong&gt;Ordered List&lt;/strong&gt; creates a numbered list (1, 2, 3&amp;hellip;). Use this when the sequence or step-by-step order &lt;strong&gt;does matter&lt;/strong&gt; (e.g., recipes, top 3 rankings, daily routines).&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;&lt;code&gt;&amp;lt;ol&amp;gt;&lt;/code&gt;&lt;/strong&gt; stands for &lt;strong&gt;Ordered List&lt;/strong&gt; (creates the numbered container).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;code&gt;&amp;lt;li&amp;gt;&lt;/code&gt;&lt;/strong&gt; stands for &lt;strong&gt;List Item&lt;/strong&gt; (wraps around every single item in the list).&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-html" data-lang="html"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#75715e"&gt;&amp;lt;!-- Generic Example --&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;&lt;span style="color:#f92672"&gt;ol&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &amp;lt;&lt;span style="color:#f92672"&gt;li&lt;/span&gt;&amp;gt;Turn on computer&amp;lt;/&lt;span style="color:#f92672"&gt;li&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &amp;lt;&lt;span style="color:#f92672"&gt;li&lt;/span&gt;&amp;gt;Open VS Code&amp;lt;/&lt;span style="color:#f92672"&gt;li&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &amp;lt;&lt;span style="color:#f92672"&gt;li&lt;/span&gt;&amp;gt;Start coding!&amp;lt;/&lt;span style="color:#f92672"&gt;li&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;/&lt;span style="color:#f92672"&gt;ol&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;&lt;img src="https://lakshbudhrani.com/images/ordered_list_result.png" alt="Ordered List Result Image"&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Important Rule:&lt;/strong&gt; &lt;code&gt;&amp;lt;li&amp;gt;&lt;/code&gt; tags MUST always be placed inside either a &lt;code&gt;&amp;lt;ul&amp;gt;&lt;/code&gt; or an &lt;code&gt;&amp;lt;ol&amp;gt;&lt;/code&gt; tag! Never use &lt;code&gt;&amp;lt;li&amp;gt;&lt;/code&gt; by itself.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;hr&gt;
&lt;h2 id="objective-3--nested-lists-lists-inside-lists"&gt;Objective 3 — Nested Lists (Lists Inside Lists)&lt;/h2&gt;
&lt;h4 id="simple-definition-2"&gt;Simple Definition&lt;/h4&gt;
&lt;p&gt;A &lt;strong&gt;Nested List&lt;/strong&gt; is a list placed directly inside another list item. This creates sub-bullets or indented sub-categories!&lt;/p&gt;
&lt;h4 id="how-it-works"&gt;How it works:&lt;/h4&gt;
&lt;p&gt;To place a sub-list under an item, put the inner &lt;code&gt;&amp;lt;ul&amp;gt;&lt;/code&gt; or &lt;code&gt;&amp;lt;ol&amp;gt;&lt;/code&gt; &lt;strong&gt;inside&lt;/strong&gt; the parent &lt;code&gt;&amp;lt;li&amp;gt;&lt;/code&gt; before it closes.&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-html" data-lang="html"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#75715e"&gt;&amp;lt;!-- Generic Example --&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;&lt;span style="color:#f92672"&gt;ul&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &amp;lt;&lt;span style="color:#f92672"&gt;li&lt;/span&gt;&amp;gt;Groceries
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &amp;lt;&lt;span style="color:#f92672"&gt;ul&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &amp;lt;&lt;span style="color:#f92672"&gt;li&lt;/span&gt;&amp;gt;Milk&amp;lt;/&lt;span style="color:#f92672"&gt;li&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &amp;lt;&lt;span style="color:#f92672"&gt;li&lt;/span&gt;&amp;gt;Eggs&amp;lt;/&lt;span style="color:#f92672"&gt;li&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &amp;lt;/&lt;span style="color:#f92672"&gt;ul&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &amp;lt;/&lt;span style="color:#f92672"&gt;li&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &amp;lt;&lt;span style="color:#f92672"&gt;li&lt;/span&gt;&amp;gt;Tools&amp;lt;/&lt;span style="color:#f92672"&gt;li&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;/&lt;span style="color:#f92672"&gt;ul&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;&lt;img src="https://lakshbudhrani.com/images/nested_list_result.png" alt="Nested List Result Image"&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="guided-activity--building-sahils-routine--packing-page"&gt;Guided Activity — Building Sahil&amp;rsquo;s Routine &amp;amp; Packing Page&lt;/h2&gt;
&lt;h3 id="part-1--project-setup"&gt;PART 1 — Project Setup&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;Open &lt;strong&gt;VS Code&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Go to &lt;strong&gt;File → Open Folder&lt;/strong&gt; and select your &lt;code&gt;Sahil_Project&lt;/code&gt; folder.&lt;/li&gt;
&lt;li&gt;Create a new file named: &lt;code&gt;sahil_day5.html&lt;/code&gt;.&lt;/li&gt;
&lt;/ol&gt;
&lt;hr&gt;
&lt;h3 id="part-2--expected-browser-output"&gt;PART 2 — Expected Browser Output&lt;/h3&gt;
&lt;p&gt;Here is what Sahil&amp;rsquo;s completed lists page will look like once we write the HTML together:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://lakshbudhrani.com/images/sahil_day5_preview.png" alt="Sahil Day 5 Browser Preview"&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h3 id="part-3--starter-code-we-will-write-the-content-together-live"&gt;PART 3 — Starter Code (We will write the content together live!)&lt;/h3&gt;
&lt;p&gt;Paste this starter boilerplate into &lt;code&gt;sahil_day5.html&lt;/code&gt;. We will fill in the &lt;code&gt;&amp;lt;body&amp;gt;&lt;/code&gt; together in class!&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-html" data-lang="html"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#75715e"&gt;&amp;lt;!DOCTYPE html&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;&lt;span style="color:#f92672"&gt;html&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;&lt;span style="color:#f92672"&gt;head&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &amp;lt;&lt;span style="color:#f92672"&gt;title&lt;/span&gt;&amp;gt;Sahil&amp;#39;s Routines &lt;span style="color:#960050;background-color:#1e0010"&gt;&amp;amp;&lt;/span&gt; Lists&amp;lt;/&lt;span style="color:#f92672"&gt;title&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;/&lt;span style="color:#f92672"&gt;head&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;&lt;span style="color:#f92672"&gt;body&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#75715e"&gt;&amp;lt;!-- START WRITING HERE --&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#75715e"&gt;&amp;lt;!-- STOP WRITING HERE --&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;/&lt;span style="color:#f92672"&gt;body&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;/&lt;span style="color:#f92672"&gt;html&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;hr&gt;
&lt;h2 id="independent-activity--my-ultimate-lists-page"&gt;Independent Activity — My Ultimate Lists Page!&lt;/h2&gt;
&lt;p&gt;Now it&amp;rsquo;s your turn! Create a brand-new file for your portfolio to display your favorite activities, daily schedule, and organized hobbies using all three list types.&lt;/p&gt;
&lt;h3 id="instructions"&gt;Instructions:&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;Open your &lt;code&gt;Portfolio&lt;/code&gt; folder in &lt;strong&gt;VS Code&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Create a new file named &lt;code&gt;portfolio_day5.html&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Copy the starter template above into your file and build your page using &lt;code&gt;&amp;lt;ul&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;ol&amp;gt;&lt;/code&gt;, and nested lists.&lt;/li&gt;
&lt;/ol&gt;
&lt;hr&gt;
&lt;h3 id="your-portfolio-prompt"&gt;Your Portfolio Prompt&lt;/h3&gt;
&lt;p&gt;Your page must include the following &lt;strong&gt;4 requirements&lt;/strong&gt;:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Unordered List (&lt;code&gt;&amp;lt;ul&amp;gt;&lt;/code&gt;):&lt;/strong&gt; Create a bulleted list of your &lt;strong&gt;Top 4 Hobbies or Favorite Foods&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Ordered List (&lt;code&gt;&amp;lt;ol&amp;gt;&lt;/code&gt;):&lt;/strong&gt; Create a numbered list of your &lt;strong&gt;3 Steps in Your Morning/Afternoon/Evening Routine&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Nested List:&lt;/strong&gt; Create a list with at least &lt;strong&gt;1 sub-category&lt;/strong&gt; (e.g., Favorite Sports ➜ Team/Player, or Favorite Music ➜ Artist/Song).&lt;/li&gt;
&lt;/ol&gt;
&lt;hr&gt;
&lt;h3 id="example-solution"&gt;Example Solution&lt;/h3&gt;
&lt;p&gt;&lt;img src="https://lakshbudhrani.com/images/portfolio_day5.png" alt="Laksh&amp;rsquo;s Portfolio Day 5 Image"&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="submission-instructions"&gt;Submission Instructions&lt;/h2&gt;
&lt;p&gt;Submit your work in Google Classroom under &lt;strong&gt;In‑Class Exercise 5&lt;/strong&gt; by:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Opening your &lt;strong&gt;Google Doc&lt;/strong&gt; from previous lectures.&lt;/li&gt;
&lt;li&gt;Pasting your HTML code from &lt;strong&gt;both&lt;/strong&gt; &lt;code&gt;sahil_day5.html&lt;/code&gt; and &lt;code&gt;portfolio_day5.html&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Adding &lt;strong&gt;screenshots&lt;/strong&gt; of both rendered pages from your browser.&lt;/li&gt;
&lt;li&gt;Turning in the document!&lt;/li&gt;
&lt;/ol&gt;
&lt;hr&gt;
&lt;h2 id="summary-new-tags-learned-today"&gt;Summary: New Tags Learned Today&lt;/h2&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th style="text-align: left"&gt;Tag&lt;/th&gt;
&lt;th style="text-align: left"&gt;Associated Attributes&lt;/th&gt;
&lt;th style="text-align: left"&gt;Type&lt;/th&gt;
&lt;th style="text-align: left"&gt;Purpose&lt;/th&gt;
&lt;th style="text-align: left"&gt;Example&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;ul&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Creates a bullet-pointed list container&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;ul&amp;gt;...&amp;lt;/ul&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;ol&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Creates a numbered list container (1, 2, 3&amp;hellip;)&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;ol&amp;gt;...&amp;lt;/ol&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;li&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Defines an individual item inside a &lt;code&gt;&amp;lt;ul&amp;gt;&lt;/code&gt; or &lt;code&gt;&amp;lt;ol&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;li&amp;gt;Item&amp;lt;/li&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;hr&gt;</content></item><item><title>Lecture 6 — Standalone HTML Challenge: Choose Your Own Project!</title><link>https://lakshbudhrani.com/courses/web-design/lecture-6--standalone-html-challenge/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://lakshbudhrani.com/courses/web-design/lecture-6--standalone-html-challenge/</guid><description>&lt;h1 id="lecture-6--standalone-html-challenge-choose-your-own-project"&gt;Lecture 6 — Standalone HTML Challenge: Choose Your Own Project!&lt;/h1&gt;
&lt;p&gt;Instructor: &lt;strong&gt;Laksh Budhrani&lt;/strong&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="quick-recall-lectures-15-review"&gt;Quick Recall: Lectures 1–5 Review&lt;/h2&gt;
&lt;p&gt;Before we begin our project, let&amp;rsquo;s review all the tags and attributes we&amp;rsquo;ve mastered so far!&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th style="text-align: left"&gt;Tag&lt;/th&gt;
&lt;th style="text-align: left"&gt;Associated Attributes&lt;/th&gt;
&lt;th style="text-align: left"&gt;Type&lt;/th&gt;
&lt;th style="text-align: left"&gt;Purpose&lt;/th&gt;
&lt;th style="text-align: left"&gt;Example&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;h1&amp;gt;&lt;/code&gt; – &lt;code&gt;&amp;lt;h6&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Headings of different sizes&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;h1&amp;gt;Heading&amp;lt;/h1&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;p&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Text paragraph block&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;p&amp;gt;Paragraph&amp;lt;/p&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;b&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;i&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;u&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Bold, Italics, Underline&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;b&amp;gt;Bold&amp;lt;/b&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;i&amp;gt;Italic&amp;lt;/i&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;u&amp;gt;Underline&amp;lt;/u&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;mark&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;s&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Highlight, Strikethrough&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;mark&amp;gt;Highlight&amp;lt;/mark&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;s&amp;gt;Strike&amp;lt;/s&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;sup&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;sub&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Superscript, Subscript&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;1&amp;lt;sup&amp;gt;st&amp;lt;/sup&amp;gt;&lt;/code&gt;, &lt;code&gt;H&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;O&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;!-- --&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Special&lt;/td&gt;
&lt;td style="text-align: left"&gt;Hidden code notes/comments&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;!-- Note --&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;hr&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;br&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Unpaired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Horizontal rule divider, Line break&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;hr&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;br&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;img&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;src&lt;/code&gt;, &lt;code&gt;alt&lt;/code&gt;, &lt;code&gt;width&lt;/code&gt;, &lt;code&gt;height&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Unpaired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Displays an image&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;img src=&amp;quot;pic.jpg&amp;quot; alt=&amp;quot;Pic&amp;quot; width=&amp;quot;200&amp;quot;&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;a&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;href&lt;/code&gt;, &lt;code&gt;target&lt;/code&gt; (&lt;code&gt;_blank&lt;/code&gt; / &lt;code&gt;_self&lt;/code&gt;)&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Creates clickable hyperlink&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;a href=&amp;quot;https://...&amp;quot; target=&amp;quot;_blank&amp;quot;&amp;gt;Link&amp;lt;/a&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;ul&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Creates an unordered (bulleted) list&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;ul&amp;gt;...&amp;lt;/ul&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;ol&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Creates an ordered (numbered) list&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;ol&amp;gt;...&amp;lt;/ol&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;li&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Defines an individual list item inside &lt;code&gt;&amp;lt;ul&amp;gt;&lt;/code&gt; or &lt;code&gt;&amp;lt;ol&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;li&amp;gt;Item&amp;lt;/li&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Class Check-In:&lt;/strong&gt; Does anyone have questions about any of these tags before we jump into our assignment?&lt;/p&gt;</description><content>&lt;h1 id="lecture-6--standalone-html-challenge-choose-your-own-project"&gt;Lecture 6 — Standalone HTML Challenge: Choose Your Own Project!&lt;/h1&gt;
&lt;p&gt;Instructor: &lt;strong&gt;Laksh Budhrani&lt;/strong&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="quick-recall-lectures-15-review"&gt;Quick Recall: Lectures 1–5 Review&lt;/h2&gt;
&lt;p&gt;Before we begin our project, let&amp;rsquo;s review all the tags and attributes we&amp;rsquo;ve mastered so far!&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th style="text-align: left"&gt;Tag&lt;/th&gt;
&lt;th style="text-align: left"&gt;Associated Attributes&lt;/th&gt;
&lt;th style="text-align: left"&gt;Type&lt;/th&gt;
&lt;th style="text-align: left"&gt;Purpose&lt;/th&gt;
&lt;th style="text-align: left"&gt;Example&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;h1&amp;gt;&lt;/code&gt; – &lt;code&gt;&amp;lt;h6&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Headings of different sizes&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;h1&amp;gt;Heading&amp;lt;/h1&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;p&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Text paragraph block&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;p&amp;gt;Paragraph&amp;lt;/p&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;b&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;i&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;u&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Bold, Italics, Underline&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;b&amp;gt;Bold&amp;lt;/b&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;i&amp;gt;Italic&amp;lt;/i&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;u&amp;gt;Underline&amp;lt;/u&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;mark&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;s&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Highlight, Strikethrough&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;mark&amp;gt;Highlight&amp;lt;/mark&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;s&amp;gt;Strike&amp;lt;/s&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;sup&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;sub&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Superscript, Subscript&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;1&amp;lt;sup&amp;gt;st&amp;lt;/sup&amp;gt;&lt;/code&gt;, &lt;code&gt;H&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;O&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;!-- --&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Special&lt;/td&gt;
&lt;td style="text-align: left"&gt;Hidden code notes/comments&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;!-- Note --&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;hr&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;br&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Unpaired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Horizontal rule divider, Line break&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;hr&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;br&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;img&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;src&lt;/code&gt;, &lt;code&gt;alt&lt;/code&gt;, &lt;code&gt;width&lt;/code&gt;, &lt;code&gt;height&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Unpaired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Displays an image&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;img src=&amp;quot;pic.jpg&amp;quot; alt=&amp;quot;Pic&amp;quot; width=&amp;quot;200&amp;quot;&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;a&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;href&lt;/code&gt;, &lt;code&gt;target&lt;/code&gt; (&lt;code&gt;_blank&lt;/code&gt; / &lt;code&gt;_self&lt;/code&gt;)&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Creates clickable hyperlink&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;a href=&amp;quot;https://...&amp;quot; target=&amp;quot;_blank&amp;quot;&amp;gt;Link&amp;lt;/a&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;ul&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Creates an unordered (bulleted) list&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;ul&amp;gt;...&amp;lt;/ul&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;ol&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Creates an ordered (numbered) list&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;ol&amp;gt;...&amp;lt;/ol&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;li&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Defines an individual list item inside &lt;code&gt;&amp;lt;ul&amp;gt;&lt;/code&gt; or &lt;code&gt;&amp;lt;ol&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;li&amp;gt;Item&amp;lt;/li&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Class Check-In:&lt;/strong&gt; Does anyone have questions about any of these tags before we jump into our assignment?&lt;/p&gt;
&lt;/blockquote&gt;
&lt;hr&gt;
&lt;h2 id="workspace-setup-first-steps"&gt;Workspace Setup (First Steps!)&lt;/h2&gt;
&lt;p&gt;Before writing any code, let&amp;rsquo;s create a dedicated folder for all your class assignments:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Open &lt;strong&gt;File Explorer&lt;/strong&gt; (Windows) or &lt;strong&gt;Finder&lt;/strong&gt; (Mac).&lt;/li&gt;
&lt;li&gt;Navigate inside your main class folder: &lt;strong&gt;&lt;code&gt;WD_BlockX_2026&lt;/code&gt;&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Create a &lt;strong&gt;new folder&lt;/strong&gt; inside it named: &lt;strong&gt;&lt;code&gt;Assignments&lt;/code&gt;&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Open &lt;strong&gt;VS Code&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Go to &lt;strong&gt;File ➜ Open Folder&amp;hellip;&lt;/strong&gt; and select your new &lt;strong&gt;&lt;code&gt;Assignments&lt;/code&gt;&lt;/strong&gt; folder.&lt;/li&gt;
&lt;li&gt;Create a new file inside this folder named: &lt;strong&gt;&lt;code&gt;assignment1.html&lt;/code&gt;&lt;/strong&gt;.&lt;/li&gt;
&lt;/ol&gt;
&lt;hr&gt;
&lt;h2 id="goal-for-today"&gt;Goal for Today&lt;/h2&gt;
&lt;p&gt;Today is &lt;strong&gt;Project Day&lt;/strong&gt;! There are no new tags to learn today. Instead, you will apply everything you&amp;rsquo;ve mastered in Lectures 1–5 to build a standalone web page from scratch.&lt;/p&gt;
&lt;p&gt;Pick &lt;strong&gt;ONE&lt;/strong&gt; of the four project options below to build inside &lt;strong&gt;&lt;code&gt;assignment1.html&lt;/code&gt;&lt;/strong&gt;!&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="pick-your-project-theme"&gt;Pick Your Project Theme&lt;/h2&gt;
&lt;h3 id="option-1-design-a-restaurant--food-truck-menu"&gt;Option 1: &amp;ldquo;Design a Restaurant / Food Truck Menu&amp;rdquo;&lt;/h3&gt;
&lt;p&gt;Build a modern, appetizing menu website for your dream restaurant, food truck, or dessert cafe.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;&lt;code&gt;&amp;lt;h1&amp;gt;&lt;/code&gt; / &lt;code&gt;&amp;lt;h2&amp;gt;&lt;/code&gt;:&lt;/strong&gt; Restaurant name and menu categories (Appetizers, Mains, Drinks).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;code&gt;&amp;lt;img&amp;gt;&lt;/code&gt;:&lt;/strong&gt; Featured dish photo with &lt;code&gt;src&lt;/code&gt;, descriptive &lt;code&gt;alt&lt;/code&gt;, and clean &lt;code&gt;width&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Formatting Tags:&lt;/strong&gt; Highlight chef specials (&lt;code&gt;&amp;lt;mark&amp;gt;&lt;/code&gt;), spicy warnings (&lt;code&gt;&amp;lt;b&amp;gt;&lt;/code&gt;), or prices (&lt;code&gt;$12&amp;lt;sup&amp;gt;99&amp;lt;/sup&amp;gt;&lt;/code&gt;).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;code&gt;&amp;lt;ul&amp;gt;&lt;/code&gt;:&lt;/strong&gt; Ingredients or dietary notes (Unordered List).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;code&gt;&amp;lt;ol&amp;gt;&lt;/code&gt;:&lt;/strong&gt; Step-by-step ordering process or delivery steps (Ordered List).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Nested List:&lt;/strong&gt; Food categories with options (e.g., Drinks ➜ Soda flavor choices).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;code&gt;&amp;lt;a&amp;gt;&lt;/code&gt;:&lt;/strong&gt; Clickable link to DoorDash, Yelp, or Google Maps opening in a new tab (&lt;code&gt;target=&amp;quot;_blank&amp;quot;&lt;/code&gt;).&lt;/li&gt;
&lt;/ul&gt;
&lt;h4 id="example-visual-output-inspiration"&gt;Example Visual Output Inspiration&lt;/h4&gt;
&lt;p&gt;&lt;img src="https://lakshbudhrani.com/images/restaurant_preview.png" alt="Restaurant Project Preview"&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h3 id="option-2-build-a-fan-page--video-game-guide"&gt;Option 2: &amp;ldquo;Build a Fan Page / Video Game Guide&amp;rdquo;&lt;/h3&gt;
&lt;p&gt;Create an ultimate fan page or strategy guide for your favorite video game, superhero, movie, or musical artist.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;&lt;code&gt;&amp;lt;h1&amp;gt;&lt;/code&gt; / &lt;code&gt;&amp;lt;h2&amp;gt;&lt;/code&gt;:&lt;/strong&gt; Game title / artist name and page sections (Overview, Stats, Top Songs).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;code&gt;&amp;lt;img&amp;gt;&lt;/code&gt;:&lt;/strong&gt; Character banner, game cover, or album art.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Formatting Tags:&lt;/strong&gt; Highlighting power stats (&lt;code&gt;&amp;lt;mark&amp;gt;&lt;/code&gt;), secret codes (&lt;code&gt;&amp;lt;u&amp;gt;&lt;/code&gt;), or release dates (&lt;code&gt;&amp;lt;i&amp;gt;&lt;/code&gt;).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;code&gt;&amp;lt;ul&amp;gt;&lt;/code&gt;:&lt;/strong&gt; Character abilities, weapons, or tracklist (Unordered List).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;code&gt;&amp;lt;ol&amp;gt;&lt;/code&gt;:&lt;/strong&gt; Ranked top 5 moments, level walkthrough steps, or top songs (Ordered List).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Nested List:&lt;/strong&gt; Game platforms ➔ Console types or Albums ➔ Favorite tracks.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;code&gt;&amp;lt;a&amp;gt;&lt;/code&gt;:&lt;/strong&gt; Clickable link to official trailer, Wiki page, or Spotify (&lt;code&gt;target=&amp;quot;_blank&amp;quot;&lt;/code&gt;).&lt;/li&gt;
&lt;/ul&gt;
&lt;h4 id="example-visual-output-inspiration-1"&gt;Example Visual Output Inspiration&lt;/h4&gt;
&lt;p&gt;&lt;img src="https://lakshbudhrani.com/images/harry_potter_preview.png" alt="Fan Page Project Preview"&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h3 id="option-3-theme-park--event-flyer-page"&gt;Option 3: &amp;ldquo;Theme Park / Event Flyer Page&amp;rdquo;&lt;/h3&gt;
&lt;p&gt;Design a vibrant web flyer for an upcoming event (e.g., Music Festival, Gaming Tournament, School Carnival, or Amusement Park).&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;&lt;code&gt;&amp;lt;h1&amp;gt;&lt;/code&gt; / &lt;code&gt;&amp;lt;h2&amp;gt;&lt;/code&gt;:&lt;/strong&gt; Event name and sections (Schedule, Ticket Info, Venue Rules).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;code&gt;&amp;lt;img&amp;gt;&lt;/code&gt;:&lt;/strong&gt; Official event poster or attraction image.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Formatting Tags:&lt;/strong&gt; Highlight ticket perks (&lt;code&gt;&amp;lt;mark&amp;gt;&lt;/code&gt;), event dates (&lt;code&gt;&amp;lt;b&amp;gt;&lt;/code&gt;), or VIP tiers (&lt;code&gt;&amp;lt;i&amp;gt;&lt;/code&gt;).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;code&gt;&amp;lt;ul&amp;gt;&lt;/code&gt;:&lt;/strong&gt; What to bring / Park guidelines (Unordered List).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;code&gt;&amp;lt;ol&amp;gt;&lt;/code&gt;:&lt;/strong&gt; Daily event timeline / schedule of events (Ordered List).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Nested List:&lt;/strong&gt; Pass options ➔ Included perks (e.g., General Admission ➜ Free Parking).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;code&gt;&amp;lt;a&amp;gt;&lt;/code&gt;:&lt;/strong&gt; Clickable link to &amp;ldquo;Buy Tickets&amp;rdquo; or venue location on Google Maps (&lt;code&gt;target=&amp;quot;_blank&amp;quot;&lt;/code&gt;).&lt;/li&gt;
&lt;/ul&gt;
&lt;h4 id="example-visual-output-inspiration-2"&gt;Example Visual Output Inspiration&lt;/h4&gt;
&lt;p&gt;&lt;img src="https://lakshbudhrani.com/images/imagica_preview.png" alt="Theme Park Project Preview"&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h3 id="option-4-wildcard-choice--your-own-passion-project"&gt;Option 4: &amp;ldquo;Wildcard Choice — Your Own Passion Project!&amp;rdquo;&lt;/h3&gt;
&lt;p&gt;Have a different idea you&amp;rsquo;re passionate about? You can build a custom page on any topic you like (e.g., Sports Team, Hobby Showcase, Book Guide)!&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;⚠️ &lt;strong&gt;Requirement:&lt;/strong&gt; You &lt;strong&gt;MUST get teacher approval (Mr. Laksh)&lt;/strong&gt; on your idea before you start!&lt;/li&gt;
&lt;li&gt;Your custom page must require the exact same effort and meet all requirements from the checklist below.&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="required-toolkit-checklist-all-projects"&gt;Required Toolkit Checklist (All Projects)&lt;/h2&gt;
&lt;p&gt;Regardless of which option you choose, your &lt;strong&gt;&lt;code&gt;assignment1.html&lt;/code&gt;&lt;/strong&gt; file must include:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;input disabled="" type="checkbox"&gt; &lt;strong&gt;Proper HTML Structure:&lt;/strong&gt; &lt;code&gt;&amp;lt;!DOCTYPE html&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;html&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;head&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;title&amp;gt;&lt;/code&gt;, and &lt;code&gt;&amp;lt;body&amp;gt;&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;&lt;input disabled="" type="checkbox"&gt; &lt;strong&gt;Headings:&lt;/strong&gt; At least 1 &lt;code&gt;&amp;lt;h1&amp;gt;&lt;/code&gt; (Main Title) and at least 3 &lt;code&gt;&amp;lt;h2&amp;gt;&lt;/code&gt; tags (Sub-sections).&lt;/li&gt;
&lt;li&gt;&lt;input disabled="" type="checkbox"&gt; &lt;strong&gt;Image:&lt;/strong&gt; At least 1 &lt;code&gt;&amp;lt;img&amp;gt;&lt;/code&gt; tag using &lt;code&gt;src&lt;/code&gt;, &lt;code&gt;alt&lt;/code&gt;, and &lt;code&gt;width&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;&lt;input disabled="" type="checkbox"&gt; &lt;strong&gt;Text Formatting:&lt;/strong&gt; At least &lt;strong&gt;3 different formatting tags&lt;/strong&gt; (&lt;code&gt;&amp;lt;b&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;i&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;u&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;mark&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;s&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;sup&amp;gt;&lt;/code&gt;, or &lt;code&gt;&amp;lt;sub&amp;gt;&lt;/code&gt;).&lt;/li&gt;
&lt;li&gt;&lt;input disabled="" type="checkbox"&gt; &lt;strong&gt;Unordered List (&lt;code&gt;&amp;lt;ul&amp;gt;&lt;/code&gt;):&lt;/strong&gt; A bulleted list with at least 3 items.&lt;/li&gt;
&lt;li&gt;&lt;input disabled="" type="checkbox"&gt; &lt;strong&gt;Ordered List (&lt;code&gt;&amp;lt;ol&amp;gt;&lt;/code&gt;):&lt;/strong&gt; A numbered list with at least 3 items.&lt;/li&gt;
&lt;li&gt;&lt;input disabled="" type="checkbox"&gt; &lt;strong&gt;Nested List:&lt;/strong&gt; A list with at least 1 sub-category.&lt;/li&gt;
&lt;li&gt;&lt;input disabled="" type="checkbox"&gt; &lt;strong&gt;External Link (&lt;code&gt;&amp;lt;a&amp;gt;&lt;/code&gt;):&lt;/strong&gt; A link with &lt;code&gt;href&lt;/code&gt; and &lt;code&gt;target=&amp;quot;_blank&amp;quot;&lt;/code&gt; to open in a new tab.&lt;/li&gt;
&lt;li&gt;&lt;input disabled="" type="checkbox"&gt; &lt;strong&gt;Cleanliness:&lt;/strong&gt; Use &lt;code&gt;&amp;lt;hr&amp;gt;&lt;/code&gt; dividers between major sections and include at least 2 code comments (&lt;code&gt;&amp;lt;!-- Note --&amp;gt;&lt;/code&gt;).&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="starter-template-assignment1html"&gt;Starter Template (&lt;code&gt;assignment1.html&lt;/code&gt;)&lt;/h2&gt;
&lt;p&gt;Copy this template into your &lt;code&gt;assignment1.html&lt;/code&gt; file to start:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-html" data-lang="html"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#75715e"&gt;&amp;lt;!DOCTYPE html&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;&lt;span style="color:#f92672"&gt;html&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;&lt;span style="color:#f92672"&gt;head&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &amp;lt;&lt;span style="color:#f92672"&gt;title&lt;/span&gt;&amp;gt;Assignment 1 — My Challenge Project&amp;lt;/&lt;span style="color:#f92672"&gt;title&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;/&lt;span style="color:#f92672"&gt;head&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;&lt;span style="color:#f92672"&gt;body&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#75715e"&gt;&amp;lt;!-- ==================== START CODE HERE ==================== --&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#75715e"&gt;&amp;lt;!-- ==================== STOP CODE HERE ==================== --&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;/&lt;span style="color:#f92672"&gt;body&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;/&lt;span style="color:#f92672"&gt;html&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;hr&gt;
&lt;h2 id="submission-instructions"&gt;Submission Instructions&lt;/h2&gt;
&lt;p&gt;Submit your work in Google Classroom under &lt;strong&gt;Assignment 1&lt;/strong&gt; by:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Opening your &lt;strong&gt;Google Doc&lt;/strong&gt; for Assignments.&lt;/li&gt;
&lt;li&gt;Pasting your complete code from &lt;strong&gt;&lt;code&gt;assignment1.html&lt;/code&gt;&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Adding a &lt;strong&gt;screenshot&lt;/strong&gt; of your rendered web page from your browser.&lt;/li&gt;
&lt;li&gt;Turning in the document!&lt;/li&gt;
&lt;/ol&gt;
&lt;hr&gt;</content></item><item><title>Lecture 7 — HTML Tables: Creating Structured Data</title><link>https://lakshbudhrani.com/courses/web-design/lecture-7--html-tables/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://lakshbudhrani.com/courses/web-design/lecture-7--html-tables/</guid><description>&lt;h1 id="lecture-7--html-tables-creating-structured-data"&gt;Lecture 7 — HTML Tables: Creating Structured Data&lt;/h1&gt;
&lt;p&gt;Instructor: &lt;strong&gt;Laksh Budhrani&lt;/strong&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="quick-recall-lectures-16-review"&gt;Quick Recall: Lectures 1–6 Review&lt;/h2&gt;
&lt;p&gt;Before we learn how to build structured tables, let&amp;rsquo;s review all the tags and attributes we&amp;rsquo;ve mastered so far!&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th style="text-align: left"&gt;Tag&lt;/th&gt;
&lt;th style="text-align: left"&gt;Associated Attributes&lt;/th&gt;
&lt;th style="text-align: left"&gt;Type&lt;/th&gt;
&lt;th style="text-align: left"&gt;Purpose&lt;/th&gt;
&lt;th style="text-align: left"&gt;Example&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;h1&amp;gt;&lt;/code&gt; – &lt;code&gt;&amp;lt;h6&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Headings of different sizes&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;h1&amp;gt;Heading&amp;lt;/h1&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;p&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Text paragraph block&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;p&amp;gt;Paragraph&amp;lt;/p&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;b&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;i&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;u&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Bold, Italics, Underline&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;b&amp;gt;Bold&amp;lt;/b&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;i&amp;gt;Italic&amp;lt;/i&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;u&amp;gt;Underline&amp;lt;/u&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;mark&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;s&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Highlight, Strikethrough&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;mark&amp;gt;Highlight&amp;lt;/mark&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;s&amp;gt;Strike&amp;lt;/s&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;sup&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;sub&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Superscript, Subscript&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;1&amp;lt;sup&amp;gt;st&amp;lt;/sup&amp;gt;&lt;/code&gt;, &lt;code&gt;H&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;O&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;!-- --&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Special&lt;/td&gt;
&lt;td style="text-align: left"&gt;Hidden code notes/comments&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;!-- Note --&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;hr&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;br&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Unpaired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Horizontal rule divider, Line break&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;hr&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;br&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;img&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;src&lt;/code&gt;, &lt;code&gt;alt&lt;/code&gt;, &lt;code&gt;width&lt;/code&gt;, &lt;code&gt;height&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Unpaired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Displays an image&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;img src=&amp;quot;pic.jpg&amp;quot; alt=&amp;quot;Pic&amp;quot; width=&amp;quot;200&amp;quot;&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;a&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;href&lt;/code&gt;, &lt;code&gt;target&lt;/code&gt; (&lt;code&gt;_blank&lt;/code&gt; / &lt;code&gt;_self&lt;/code&gt;)&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Creates clickable hyperlink&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;a href=&amp;quot;https://...&amp;quot; target=&amp;quot;_blank&amp;quot;&amp;gt;Link&amp;lt;/a&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;ul&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Creates an unordered (bulleted) list&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;ul&amp;gt;...&amp;lt;/ul&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;ol&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Creates an ordered (numbered) list&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;ol&amp;gt;...&amp;lt;/ol&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;li&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Defines an individual item inside a &lt;code&gt;&amp;lt;ul&amp;gt;&lt;/code&gt; or &lt;code&gt;&amp;lt;ol&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;li&amp;gt;Item&amp;lt;/li&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Class Check-In:&lt;/strong&gt; Does anyone have questions about lists or previous project structures before we jump into HTML Tables?&lt;/p&gt;</description><content>&lt;h1 id="lecture-7--html-tables-creating-structured-data"&gt;Lecture 7 — HTML Tables: Creating Structured Data&lt;/h1&gt;
&lt;p&gt;Instructor: &lt;strong&gt;Laksh Budhrani&lt;/strong&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="quick-recall-lectures-16-review"&gt;Quick Recall: Lectures 1–6 Review&lt;/h2&gt;
&lt;p&gt;Before we learn how to build structured tables, let&amp;rsquo;s review all the tags and attributes we&amp;rsquo;ve mastered so far!&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th style="text-align: left"&gt;Tag&lt;/th&gt;
&lt;th style="text-align: left"&gt;Associated Attributes&lt;/th&gt;
&lt;th style="text-align: left"&gt;Type&lt;/th&gt;
&lt;th style="text-align: left"&gt;Purpose&lt;/th&gt;
&lt;th style="text-align: left"&gt;Example&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;h1&amp;gt;&lt;/code&gt; – &lt;code&gt;&amp;lt;h6&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Headings of different sizes&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;h1&amp;gt;Heading&amp;lt;/h1&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;p&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Text paragraph block&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;p&amp;gt;Paragraph&amp;lt;/p&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;b&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;i&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;u&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Bold, Italics, Underline&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;b&amp;gt;Bold&amp;lt;/b&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;i&amp;gt;Italic&amp;lt;/i&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;u&amp;gt;Underline&amp;lt;/u&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;mark&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;s&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Highlight, Strikethrough&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;mark&amp;gt;Highlight&amp;lt;/mark&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;s&amp;gt;Strike&amp;lt;/s&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;sup&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;sub&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Superscript, Subscript&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;1&amp;lt;sup&amp;gt;st&amp;lt;/sup&amp;gt;&lt;/code&gt;, &lt;code&gt;H&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;O&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;!-- --&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Special&lt;/td&gt;
&lt;td style="text-align: left"&gt;Hidden code notes/comments&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;!-- Note --&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;hr&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;br&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Unpaired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Horizontal rule divider, Line break&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;hr&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;br&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;img&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;src&lt;/code&gt;, &lt;code&gt;alt&lt;/code&gt;, &lt;code&gt;width&lt;/code&gt;, &lt;code&gt;height&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Unpaired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Displays an image&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;img src=&amp;quot;pic.jpg&amp;quot; alt=&amp;quot;Pic&amp;quot; width=&amp;quot;200&amp;quot;&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;a&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;href&lt;/code&gt;, &lt;code&gt;target&lt;/code&gt; (&lt;code&gt;_blank&lt;/code&gt; / &lt;code&gt;_self&lt;/code&gt;)&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Creates clickable hyperlink&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;a href=&amp;quot;https://...&amp;quot; target=&amp;quot;_blank&amp;quot;&amp;gt;Link&amp;lt;/a&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;ul&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Creates an unordered (bulleted) list&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;ul&amp;gt;...&amp;lt;/ul&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;ol&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Creates an ordered (numbered) list&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;ol&amp;gt;...&amp;lt;/ol&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;li&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Defines an individual item inside a &lt;code&gt;&amp;lt;ul&amp;gt;&lt;/code&gt; or &lt;code&gt;&amp;lt;ol&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;li&amp;gt;Item&amp;lt;/li&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Class Check-In:&lt;/strong&gt; Does anyone have questions about lists or previous project structures before we jump into HTML Tables?&lt;/p&gt;
&lt;/blockquote&gt;
&lt;hr&gt;
&lt;h2 id="the-story-continues"&gt;The Story Continues&amp;hellip;&lt;/h2&gt;
&lt;img src="https://lakshbudhrani.com/images/sahil_table_planning.png" alt = "Sahil Planning His Table Image" width = "350"&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Sahil&amp;rsquo;s Week 7 Update!&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Sahil is loving his website! Now that his classes at UCI are in full swing, he wants to display his &lt;strong&gt;Weekly Course Schedule&lt;/strong&gt; in a clean, organized format.&lt;/p&gt;
&lt;p&gt;Lists work great for vertical stacks of information, but when Sahil wants to align data side-by-side in grid columns (like Course Name, Days, Time, and Location), lists get messy. Sahil needs our help using &lt;strong&gt;HTML Tables&lt;/strong&gt; to build a single master class schedule inside a brand-new file: &lt;strong&gt;&lt;code&gt;sahil_day7.html&lt;/code&gt;&lt;/strong&gt;!&lt;/p&gt;
&lt;/blockquote&gt;
&lt;hr&gt;
&lt;h2 id="sahils-request-for-today"&gt;Sahil&amp;rsquo;s Request for Today&lt;/h2&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;&amp;ldquo;Hey! I need to build a single structured grid layout so I can view my weekly classes and room numbers clearly!&amp;rdquo;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&amp;ldquo;Here is what I need you to help me build in &lt;code&gt;sahil_day7.html&lt;/code&gt;:&amp;rdquo;&lt;/em&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Table Structure:&lt;/strong&gt; Set up one clean table container to hold my schedule.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Header Row:&lt;/strong&gt; Create bold, distinct column titles (&lt;em&gt;Time&lt;/em&gt;, &lt;em&gt;Course Name&lt;/em&gt;, &lt;em&gt;Location&lt;/em&gt;).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Schedule Rows:&lt;/strong&gt; Add 4 rows of data matching my actual university timetable!&lt;/li&gt;
&lt;/ol&gt;
&lt;/blockquote&gt;
&lt;hr&gt;
&lt;h2 id="objectives"&gt;Objectives&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Understand the main table container: &lt;strong&gt;&lt;code&gt;&amp;lt;table&amp;gt;&lt;/code&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Build horizontal rows using &lt;strong&gt;&lt;code&gt;&amp;lt;tr&amp;gt;&lt;/code&gt;&lt;/strong&gt; (Table Row)&lt;/li&gt;
&lt;li&gt;Create bold header titles using &lt;strong&gt;&lt;code&gt;&amp;lt;th&amp;gt;&lt;/code&gt;&lt;/strong&gt; (Table Header)&lt;/li&gt;
&lt;li&gt;Fill in standard data cells using &lt;strong&gt;&lt;code&gt;&amp;lt;td&amp;gt;&lt;/code&gt;&lt;/strong&gt; (Table Data)&lt;/li&gt;
&lt;/ol&gt;
&lt;hr&gt;
&lt;h2 id="how-html-tables-work-step-by-step-theory"&gt;How HTML Tables Work (Step-by-Step Theory)&lt;/h2&gt;
&lt;p&gt;Unlike standard text or lists, HTML tables are built &lt;strong&gt;row by row&lt;/strong&gt; from top to bottom. Think of building a table like laying bricks for a house!&lt;/p&gt;
&lt;h3 id="the-4-core-table-building-blocks"&gt;The 4 Core Table Building Blocks&lt;/h3&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;┌─────────────────────────────────────────────────────────────┐
│ &amp;lt;table&amp;gt; [Step 1: Outer Wall] │
│ ┌───────────────────────────────────────────────────────┐ │
│ │ &amp;lt;tr&amp;gt; [Step 2: Start Row 1] │ │
│ │ &amp;lt;th&amp;gt;Header 1&amp;lt;/th&amp;gt; &amp;lt;th&amp;gt;Header 2&amp;lt;/th&amp;gt; [Step 3: Titles]│ │
│ └───────────────────────────────────────────────────────┘ │
│ ┌───────────────────────────────────────────────────────┐ │
│ │ &amp;lt;tr&amp;gt; [Step 2: Start Row 2] │ │
│ │ &amp;lt;td&amp;gt;Data 1&amp;lt;/td&amp;gt; &amp;lt;td&amp;gt;Data 2&amp;lt;/td&amp;gt; [Step 4: Values]│ │
│ └───────────────────────────────────────────────────────┘ │
└─────────────────────────────────────────────────────────────┘
&lt;/code&gt;&lt;/pre&gt;&lt;hr&gt;
&lt;h3 id="step-1-create-the-main-wrapper-table"&gt;Step 1: Create the Main Wrapper (&lt;code&gt;&amp;lt;table&amp;gt;&lt;/code&gt;)&lt;/h3&gt;
&lt;p&gt;Every table begins and ends with the &lt;code&gt;&amp;lt;table&amp;gt;&lt;/code&gt; wrapper. It tells the browser that everything inside should be laid out in a grid.&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-html" data-lang="html"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;&lt;span style="color:#f92672"&gt;table&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#75715e"&gt;&amp;lt;!-- ALL ROWS GO INSIDE HERE --&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;/&lt;span style="color:#f92672"&gt;table&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;hr&gt;
&lt;h3 id="step-2-create-a-horizontal-row-tr"&gt;Step 2: Create a Horizontal Row (&lt;code&gt;&amp;lt;tr&amp;gt;&lt;/code&gt;)&lt;/h3&gt;
&lt;p&gt;To add a line of information across your page, wrap it in a &lt;strong&gt;&lt;code&gt;&amp;lt;tr&amp;gt;&lt;/code&gt;&lt;/strong&gt; tag (&lt;strong&gt;T&lt;/strong&gt;able &lt;strong&gt;R&lt;/strong&gt;ow).&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-html" data-lang="html"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;&lt;span style="color:#f92672"&gt;table&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &amp;lt;&lt;span style="color:#f92672"&gt;tr&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#75715e"&gt;&amp;lt;!-- CELLS FOR THIS ROW GO HERE --&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &amp;lt;/&lt;span style="color:#f92672"&gt;tr&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;/&lt;span style="color:#f92672"&gt;table&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;hr&gt;
&lt;h3 id="step-3-define-column-headings-th"&gt;Step 3: Define Column Headings (&lt;code&gt;&amp;lt;th&amp;gt;&lt;/code&gt;)&lt;/h3&gt;
&lt;p&gt;For the top row of your table, use &lt;strong&gt;&lt;code&gt;&amp;lt;th&amp;gt;&lt;/code&gt;&lt;/strong&gt; (&lt;strong&gt;T&lt;/strong&gt;able &lt;strong&gt;H&lt;/strong&gt;eader) for column titles.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Behavior:&lt;/strong&gt; Text inside &lt;code&gt;&amp;lt;th&amp;gt;&lt;/code&gt; is automatically &lt;strong&gt;BOLD&lt;/strong&gt; and &lt;strong&gt;CENTERED&lt;/strong&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-html" data-lang="html"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;&lt;span style="color:#f92672"&gt;tr&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &amp;lt;&lt;span style="color:#f92672"&gt;th&lt;/span&gt;&amp;gt;Fruit&amp;lt;/&lt;span style="color:#f92672"&gt;th&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &amp;lt;&lt;span style="color:#f92672"&gt;th&lt;/span&gt;&amp;gt;Color&amp;lt;/&lt;span style="color:#f92672"&gt;th&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;/&lt;span style="color:#f92672"&gt;tr&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;hr&gt;
&lt;h3 id="step-4-add-regular-data-cells-td"&gt;Step 4: Add Regular Data Cells (&lt;code&gt;&amp;lt;td&amp;gt;&lt;/code&gt;)&lt;/h3&gt;
&lt;p&gt;For all remaining rows below the header, fill in your data using &lt;strong&gt;&lt;code&gt;&amp;lt;td&amp;gt;&lt;/code&gt;&lt;/strong&gt; (&lt;strong&gt;T&lt;/strong&gt;able &lt;strong&gt;D&lt;/strong&gt;ata).&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Behavior:&lt;/strong&gt; Text inside &lt;code&gt;&amp;lt;td&amp;gt;&lt;/code&gt; is regular, left-aligned text.&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-html" data-lang="html"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;&lt;span style="color:#f92672"&gt;tr&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &amp;lt;&lt;span style="color:#f92672"&gt;td&lt;/span&gt;&amp;gt;Apple&amp;lt;/&lt;span style="color:#f92672"&gt;td&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &amp;lt;&lt;span style="color:#f92672"&gt;td&lt;/span&gt;&amp;gt;Red&amp;lt;/&lt;span style="color:#f92672"&gt;td&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;/&lt;span style="color:#f92672"&gt;tr&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;hr&gt;
&lt;h3 id="complete-basic-example"&gt;Complete Basic Example&lt;/h3&gt;
&lt;p&gt;Here is what a complete 2x2 table looks like when put together:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-html" data-lang="html"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;&lt;span style="color:#f92672"&gt;table&lt;/span&gt; &lt;span style="color:#a6e22e"&gt;border &lt;/span&gt;&lt;span style="color:#f92672"&gt;=&lt;/span&gt; &lt;span style="color:#e6db74"&gt;&amp;#34;1&amp;#34;&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#75715e"&gt;&amp;lt;!-- Row 1: Headers --&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &amp;lt;&lt;span style="color:#f92672"&gt;tr&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &amp;lt;&lt;span style="color:#f92672"&gt;th&lt;/span&gt;&amp;gt;Fruit&amp;lt;/&lt;span style="color:#f92672"&gt;th&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &amp;lt;&lt;span style="color:#f92672"&gt;th&lt;/span&gt;&amp;gt;Color&amp;lt;/&lt;span style="color:#f92672"&gt;th&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &amp;lt;/&lt;span style="color:#f92672"&gt;tr&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#75715e"&gt;&amp;lt;!-- Row 2: Data --&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &amp;lt;&lt;span style="color:#f92672"&gt;tr&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &amp;lt;&lt;span style="color:#f92672"&gt;td&lt;/span&gt;&amp;gt;Apple&amp;lt;/&lt;span style="color:#f92672"&gt;td&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &amp;lt;&lt;span style="color:#f92672"&gt;td&lt;/span&gt;&amp;gt;Red&amp;lt;/&lt;span style="color:#f92672"&gt;td&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &amp;lt;/&lt;span style="color:#f92672"&gt;tr&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#75715e"&gt;&amp;lt;!-- Row 3: Data --&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &amp;lt;&lt;span style="color:#f92672"&gt;tr&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &amp;lt;&lt;span style="color:#f92672"&gt;td&lt;/span&gt;&amp;gt;Banana&amp;lt;/&lt;span style="color:#f92672"&gt;td&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &amp;lt;&lt;span style="color:#f92672"&gt;td&lt;/span&gt;&amp;gt;Yellow&amp;lt;/&lt;span style="color:#f92672"&gt;td&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &amp;lt;/&lt;span style="color:#f92672"&gt;tr&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;/&lt;span style="color:#f92672"&gt;table&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;&lt;img src="https://lakshbudhrani.com/images/fruit_table.png" alt="Fruit Table Image"&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h3 id="quick-comparison-th-vs-td"&gt;Quick Comparison: &lt;code&gt;&amp;lt;th&amp;gt;&lt;/code&gt; vs &lt;code&gt;&amp;lt;td&amp;gt;&lt;/code&gt;&lt;/h3&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th style="text-align: left"&gt;Tag&lt;/th&gt;
&lt;th style="text-align: left"&gt;Full Name&lt;/th&gt;
&lt;th style="text-align: left"&gt;Default Style&lt;/th&gt;
&lt;th style="text-align: left"&gt;Best Used For&amp;hellip;&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;strong&gt;&lt;code&gt;&amp;lt;th&amp;gt;&lt;/code&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Table Header&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;strong&gt;Bold&lt;/strong&gt; &amp;amp; Centered&lt;/td&gt;
&lt;td style="text-align: left"&gt;Top row column names (e.g., &lt;em&gt;Fruit&lt;/em&gt;, &lt;em&gt;Color&lt;/em&gt;, &lt;em&gt;Price&lt;/em&gt;)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;strong&gt;&lt;code&gt;&amp;lt;td&amp;gt;&lt;/code&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Table Data&lt;/td&gt;
&lt;td style="text-align: left"&gt;Normal &amp;amp; Left-Aligned&lt;/td&gt;
&lt;td style="text-align: left"&gt;Standard data cells below the headers&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Golden Rule of Tables:&lt;/strong&gt; Never put text directly inside a &lt;code&gt;&amp;lt;tr&amp;gt;&lt;/code&gt; or &lt;code&gt;&amp;lt;table&amp;gt;&lt;/code&gt; tag! Text MUST always live inside either a &lt;code&gt;&amp;lt;th&amp;gt;&lt;/code&gt; or &lt;code&gt;&amp;lt;td&amp;gt;&lt;/code&gt; cell.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;hr&gt;
&lt;h2 id="guided-activity--building-sahils-schedule-table"&gt;Guided Activity — Building Sahil&amp;rsquo;s Schedule Table&lt;/h2&gt;
&lt;h3 id="part-1--project-setup"&gt;PART 1 — Project Setup&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;Open &lt;strong&gt;VS Code&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Go to &lt;strong&gt;File → Open Folder&lt;/strong&gt; and select your &lt;code&gt;Sahil_Project&lt;/code&gt; folder.&lt;/li&gt;
&lt;li&gt;Create a new file named: &lt;code&gt;sahil_day7.html&lt;/code&gt;.&lt;/li&gt;
&lt;/ol&gt;
&lt;hr&gt;
&lt;h3 id="part-2--expected-browser-output"&gt;PART 2 — Expected Browser Output&lt;/h3&gt;
&lt;p&gt;Here is what Sahil&amp;rsquo;s completed schedule table will look like once we write the HTML together:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://lakshbudhrani.com/images/sahil_day7_preview.png" alt="Sahil Day 7 Browser Preview"&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h3 id="part-3--starter-code-we-will-write-the-content-together-live"&gt;PART 3 — Starter Code (We will write the content together live!)&lt;/h3&gt;
&lt;p&gt;Paste this starter boilerplate into &lt;code&gt;sahil_day7.html&lt;/code&gt;. We will fill in the &lt;code&gt;&amp;lt;body&amp;gt;&lt;/code&gt; together in class!&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-html" data-lang="html"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#75715e"&gt;&amp;lt;!DOCTYPE html&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;&lt;span style="color:#f92672"&gt;html&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;&lt;span style="color:#f92672"&gt;head&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &amp;lt;&lt;span style="color:#f92672"&gt;title&lt;/span&gt;&amp;gt;Sahil&amp;#39;s Class Schedule&amp;lt;/&lt;span style="color:#f92672"&gt;title&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;/&lt;span style="color:#f92672"&gt;head&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;&lt;span style="color:#f92672"&gt;body&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#75715e"&gt;&amp;lt;!-- START WRITING HERE --&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#75715e"&gt;&amp;lt;!-- STOP WRITING HERE --&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;/&lt;span style="color:#f92672"&gt;body&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;/&lt;span style="color:#f92672"&gt;html&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;hr&gt;
&lt;h2 id="independent-activity--my-personal-schedule-tracker"&gt;Independent Activity — My Personal Schedule Tracker!&lt;/h2&gt;
&lt;p&gt;Now it&amp;rsquo;s your turn! Create a brand-new file for your portfolio to display your school schedule, sports rankings, or weekly routines using a single HTML table.&lt;/p&gt;
&lt;h3 id="instructions"&gt;Instructions:&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;Open your &lt;code&gt;Portfolio&lt;/code&gt; folder in &lt;strong&gt;VS Code&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Create a new file named &lt;code&gt;portfolio_day7.html&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Copy the starter template above into your file and build your page using &lt;code&gt;&amp;lt;table&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;tr&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;th&amp;gt;&lt;/code&gt;, and &lt;code&gt;&amp;lt;td&amp;gt;&lt;/code&gt;.&lt;/li&gt;
&lt;/ol&gt;
&lt;hr&gt;
&lt;h3 id="your-portfolio-prompt"&gt;Your Portfolio Prompt&lt;/h3&gt;
&lt;p&gt;Your page must include the following &lt;strong&gt;4 requirements&lt;/strong&gt;:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Table Setup:&lt;/strong&gt; Set up &lt;strong&gt;1 main &lt;code&gt;&amp;lt;table&amp;gt;&lt;/code&gt; container&lt;/strong&gt; with a descriptive &lt;code&gt;&amp;lt;h1&amp;gt;&lt;/code&gt; title above it.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Header Row (&lt;code&gt;&amp;lt;th&amp;gt;&lt;/code&gt;):&lt;/strong&gt; Create at least &lt;strong&gt;3 column headers&lt;/strong&gt; (e.g., &lt;em&gt;Period&lt;/em&gt;, &lt;em&gt;Subject&lt;/em&gt;, &lt;em&gt;Teacher&lt;/em&gt; OR &lt;em&gt;Day&lt;/em&gt;, &lt;em&gt;Activity&lt;/em&gt;, &lt;em&gt;Time&lt;/em&gt;).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Data Rows (&lt;code&gt;&amp;lt;td&amp;gt;&lt;/code&gt;):&lt;/strong&gt; Include at least &lt;strong&gt;3 data rows&lt;/strong&gt; (&lt;code&gt;&amp;lt;tr&amp;gt;&lt;/code&gt;) displaying your schedule or information.&lt;/li&gt;
&lt;/ol&gt;
&lt;hr&gt;
&lt;h3 id="example-solution"&gt;Example Solution&lt;/h3&gt;
&lt;p&gt;&lt;img src="https://lakshbudhrani.com/images/portfolio_day7.png" alt="Laksh&amp;rsquo;s Portfolio Day 7 Image"&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="submission-instructions"&gt;Submission Instructions&lt;/h2&gt;
&lt;p&gt;Submit your work in Google Classroom under &lt;strong&gt;In‑Class Exercise 7&lt;/strong&gt; by:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Opening your &lt;strong&gt;Google Doc&lt;/strong&gt; from previous lectures.&lt;/li&gt;
&lt;li&gt;Pasting your HTML code from &lt;strong&gt;both&lt;/strong&gt; &lt;code&gt;sahil_day7.html&lt;/code&gt; and &lt;code&gt;portfolio_day7.html&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Adding &lt;strong&gt;screenshots&lt;/strong&gt; of both rendered pages from your browser.&lt;/li&gt;
&lt;li&gt;Turning in the document!&lt;/li&gt;
&lt;/ol&gt;
&lt;hr&gt;
&lt;h2 id="summary-new-tags-learned-today"&gt;Summary: New Tags Learned Today&lt;/h2&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th style="text-align: left"&gt;Tag&lt;/th&gt;
&lt;th style="text-align: left"&gt;Associated Attributes&lt;/th&gt;
&lt;th style="text-align: left"&gt;Type&lt;/th&gt;
&lt;th style="text-align: left"&gt;Purpose&lt;/th&gt;
&lt;th style="text-align: left"&gt;Example&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;table&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Main container wrapper for table content&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;table&amp;gt;...&amp;lt;/table&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;tr&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Defines a single horizontal row (Table Row)&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;tr&amp;gt;...&amp;lt;/tr&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;th&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Defines a bold, centered header cell (Table Header)&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;th&amp;gt;Header&amp;lt;/th&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;td&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Defines a standard data cell (Table Data)&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;td&amp;gt;Data&amp;lt;/td&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;hr&gt;</content></item><item><title>Lecture 8 — Advanced Tables: Merging Cells with colspan &amp; rowspan</title><link>https://lakshbudhrani.com/courses/web-design/lecture-8--advanced-tables/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://lakshbudhrani.com/courses/web-design/lecture-8--advanced-tables/</guid><description>&lt;h1 id="lecture-8--advanced-tables-merging-cells-with-colspan--rowspan"&gt;Lecture 8 — Advanced Tables: Merging Cells with &lt;code&gt;colspan&lt;/code&gt; &amp;amp; &lt;code&gt;rowspan&lt;/code&gt;&lt;/h1&gt;
&lt;p&gt;Instructor: &lt;strong&gt;Laksh Budhrani&lt;/strong&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="quick-recall-lectures-17-review"&gt;Quick Recall: Lectures 1–7 Review&lt;/h2&gt;
&lt;p&gt;Before we learn how to span cells across multiple rows and columns, let&amp;rsquo;s review all the tags and attributes we&amp;rsquo;ve mastered so far!&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th style="text-align: left"&gt;Tag&lt;/th&gt;
&lt;th style="text-align: left"&gt;Associated Attributes&lt;/th&gt;
&lt;th style="text-align: left"&gt;Type&lt;/th&gt;
&lt;th style="text-align: left"&gt;Purpose&lt;/th&gt;
&lt;th style="text-align: left"&gt;Example&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;h1&amp;gt;&lt;/code&gt; – &lt;code&gt;&amp;lt;h6&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Headings of different sizes&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;h1&amp;gt;Heading&amp;lt;/h1&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;p&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Text paragraph block&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;p&amp;gt;Paragraph&amp;lt;/p&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;b&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;i&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;u&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Bold, Italics, Underline&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;b&amp;gt;Bold&amp;lt;/b&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;i&amp;gt;Italic&amp;lt;/i&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;u&amp;gt;Underline&amp;lt;/u&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;mark&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;s&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Highlight, Strikethrough&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;mark&amp;gt;Highlight&amp;lt;/mark&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;s&amp;gt;Strike&amp;lt;/s&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;sup&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;sub&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Superscript, Subscript&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;1&amp;lt;sup&amp;gt;st&amp;lt;/sup&amp;gt;&lt;/code&gt;, &lt;code&gt;H&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;O&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;!-- --&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Special&lt;/td&gt;
&lt;td style="text-align: left"&gt;Hidden code notes/comments&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;!-- Note --&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;hr&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;br&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Unpaired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Horizontal rule divider, Line break&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;hr&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;br&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;img&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;src&lt;/code&gt;, &lt;code&gt;alt&lt;/code&gt;, &lt;code&gt;width&lt;/code&gt;, &lt;code&gt;height&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Unpaired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Displays an image&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;img src=&amp;quot;pic.jpg&amp;quot; alt=&amp;quot;Pic&amp;quot; width=&amp;quot;200&amp;quot;&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;a&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;href&lt;/code&gt;, &lt;code&gt;target&lt;/code&gt; (&lt;code&gt;_blank&lt;/code&gt; / &lt;code&gt;_self&lt;/code&gt;)&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Creates clickable hyperlink&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;a href=&amp;quot;https://...&amp;quot; target=&amp;quot;_blank&amp;quot;&amp;gt;Link&amp;lt;/a&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;ul&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Creates an unordered (bulleted) list&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;ul&amp;gt;...&amp;lt;/ul&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;ol&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Creates an ordered (numbered) list&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;ol&amp;gt;...&amp;lt;/ol&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;li&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Defines an individual item inside a &lt;code&gt;&amp;lt;ul&amp;gt;&lt;/code&gt; or &lt;code&gt;&amp;lt;ol&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;li&amp;gt;Item&amp;lt;/li&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;table&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Main container wrapper for table content&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;table&amp;gt;...&amp;lt;/table&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;tr&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Defines a single horizontal row&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;tr&amp;gt;...&amp;lt;/tr&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;th&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Defines a bold, centered header cell&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;th&amp;gt;Time&amp;lt;/th&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;td&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Defines a standard data cell&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;td&amp;gt;8:00 AM&amp;lt;/td&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Class Check-In:&lt;/strong&gt; Does everyone remember the Golden Rule of Tables? (&lt;em&gt;All text must live inside a &lt;code&gt;&amp;lt;th&amp;gt;&lt;/code&gt; or &lt;code&gt;&amp;lt;td&amp;gt;&lt;/code&gt;, never directly inside &lt;code&gt;&amp;lt;tr&amp;gt;&lt;/code&gt; or &lt;code&gt;&amp;lt;table&amp;gt;&lt;/code&gt;!&lt;/em&gt;)&lt;/p&gt;</description><content>&lt;h1 id="lecture-8--advanced-tables-merging-cells-with-colspan--rowspan"&gt;Lecture 8 — Advanced Tables: Merging Cells with &lt;code&gt;colspan&lt;/code&gt; &amp;amp; &lt;code&gt;rowspan&lt;/code&gt;&lt;/h1&gt;
&lt;p&gt;Instructor: &lt;strong&gt;Laksh Budhrani&lt;/strong&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="quick-recall-lectures-17-review"&gt;Quick Recall: Lectures 1–7 Review&lt;/h2&gt;
&lt;p&gt;Before we learn how to span cells across multiple rows and columns, let&amp;rsquo;s review all the tags and attributes we&amp;rsquo;ve mastered so far!&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th style="text-align: left"&gt;Tag&lt;/th&gt;
&lt;th style="text-align: left"&gt;Associated Attributes&lt;/th&gt;
&lt;th style="text-align: left"&gt;Type&lt;/th&gt;
&lt;th style="text-align: left"&gt;Purpose&lt;/th&gt;
&lt;th style="text-align: left"&gt;Example&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;h1&amp;gt;&lt;/code&gt; – &lt;code&gt;&amp;lt;h6&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Headings of different sizes&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;h1&amp;gt;Heading&amp;lt;/h1&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;p&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Text paragraph block&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;p&amp;gt;Paragraph&amp;lt;/p&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;b&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;i&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;u&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Bold, Italics, Underline&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;b&amp;gt;Bold&amp;lt;/b&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;i&amp;gt;Italic&amp;lt;/i&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;u&amp;gt;Underline&amp;lt;/u&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;mark&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;s&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Highlight, Strikethrough&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;mark&amp;gt;Highlight&amp;lt;/mark&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;s&amp;gt;Strike&amp;lt;/s&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;sup&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;sub&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Superscript, Subscript&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;1&amp;lt;sup&amp;gt;st&amp;lt;/sup&amp;gt;&lt;/code&gt;, &lt;code&gt;H&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;O&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;!-- --&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Special&lt;/td&gt;
&lt;td style="text-align: left"&gt;Hidden code notes/comments&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;!-- Note --&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;hr&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;br&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Unpaired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Horizontal rule divider, Line break&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;hr&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;br&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;img&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;src&lt;/code&gt;, &lt;code&gt;alt&lt;/code&gt;, &lt;code&gt;width&lt;/code&gt;, &lt;code&gt;height&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Unpaired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Displays an image&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;img src=&amp;quot;pic.jpg&amp;quot; alt=&amp;quot;Pic&amp;quot; width=&amp;quot;200&amp;quot;&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;a&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;href&lt;/code&gt;, &lt;code&gt;target&lt;/code&gt; (&lt;code&gt;_blank&lt;/code&gt; / &lt;code&gt;_self&lt;/code&gt;)&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Creates clickable hyperlink&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;a href=&amp;quot;https://...&amp;quot; target=&amp;quot;_blank&amp;quot;&amp;gt;Link&amp;lt;/a&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;ul&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Creates an unordered (bulleted) list&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;ul&amp;gt;...&amp;lt;/ul&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;ol&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Creates an ordered (numbered) list&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;ol&amp;gt;...&amp;lt;/ol&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;li&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Defines an individual item inside a &lt;code&gt;&amp;lt;ul&amp;gt;&lt;/code&gt; or &lt;code&gt;&amp;lt;ol&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;li&amp;gt;Item&amp;lt;/li&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;table&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Main container wrapper for table content&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;table&amp;gt;...&amp;lt;/table&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;tr&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Defines a single horizontal row&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;tr&amp;gt;...&amp;lt;/tr&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;th&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Defines a bold, centered header cell&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;th&amp;gt;Time&amp;lt;/th&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;td&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;em&gt;None&lt;/em&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Paired&lt;/td&gt;
&lt;td style="text-align: left"&gt;Defines a standard data cell&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;td&amp;gt;8:00 AM&amp;lt;/td&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Class Check-In:&lt;/strong&gt; Does everyone remember the Golden Rule of Tables? (&lt;em&gt;All text must live inside a &lt;code&gt;&amp;lt;th&amp;gt;&lt;/code&gt; or &lt;code&gt;&amp;lt;td&amp;gt;&lt;/code&gt;, never directly inside &lt;code&gt;&amp;lt;tr&amp;gt;&lt;/code&gt; or &lt;code&gt;&amp;lt;table&amp;gt;&lt;/code&gt;!&lt;/em&gt;)&lt;/p&gt;
&lt;/blockquote&gt;
&lt;hr&gt;
&lt;h2 id="the-story-continues"&gt;The Story Continues&amp;hellip;&lt;/h2&gt;
&lt;img src="https://lakshbudhrani.com/images/sahil_table_spanning.png" alt="Sahil Table Spanning Image" width="350"&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Sahil&amp;rsquo;s Week 8 Update!&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Sahil&amp;rsquo;s schedule table looks super neat! But he ran into two small problems when updating his weekly timetable:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;He has a &lt;strong&gt;Lunch Break&lt;/strong&gt; from 12:00 PM to 1:00 PM that spans across &lt;strong&gt;all 3 columns&lt;/strong&gt; of his table.&lt;/li&gt;
&lt;li&gt;He has a 2-hour &lt;strong&gt;CS Lab&lt;/strong&gt; on Tuesdays that stretches vertically across &lt;strong&gt;2 time slots&lt;/strong&gt;!&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Creating separate empty boxes looks clunky. Sahil needs our help using &lt;strong&gt;cell merging attributes&lt;/strong&gt; (&lt;code&gt;colspan&lt;/code&gt; and &lt;code&gt;rowspan&lt;/code&gt;) inside &lt;strong&gt;&lt;code&gt;sahil_day8.html&lt;/code&gt;&lt;/strong&gt;!&lt;/p&gt;
&lt;/blockquote&gt;
&lt;hr&gt;
&lt;h2 id="sahils-request-for-today"&gt;Sahil&amp;rsquo;s Request for Today&lt;/h2&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;&amp;ldquo;Hey! I need to merge some table cells so my block schedule looks like a real university calendar!&amp;rdquo;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&amp;ldquo;Here is what I need you to help me build in &lt;code&gt;sahil_day8.html&lt;/code&gt;:&amp;rdquo;&lt;/em&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Horizontal Merge (&lt;code&gt;colspan&lt;/code&gt;):&lt;/strong&gt; Create a single &amp;ldquo;Lunch Break&amp;rdquo; banner row that stretches horizontally across all 3 columns.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Vertical Merge (&lt;code&gt;rowspan&lt;/code&gt;):&lt;/strong&gt; Stretch my 2-hour CS Lab cell vertically downwards so it covers 2 row time slots!&lt;/li&gt;
&lt;/ol&gt;
&lt;/blockquote&gt;
&lt;hr&gt;
&lt;h2 id="objectives"&gt;Objectives&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Learn how to stretch cells horizontally across columns using &lt;strong&gt;&lt;code&gt;colspan&lt;/code&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Learn how to stretch cells vertically across rows using &lt;strong&gt;&lt;code&gt;rowspan&lt;/code&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;hr&gt;
&lt;h2 id="objective-1--column-span-colspan"&gt;Objective 1 — Column Span (&lt;code&gt;colspan&lt;/code&gt;)&lt;/h2&gt;
&lt;h4 id="simple-definition"&gt;Simple Definition&lt;/h4&gt;
&lt;p&gt;The &lt;strong&gt;&lt;code&gt;colspan&lt;/code&gt;&lt;/strong&gt; attribute merges a single cell horizontally across multiple &lt;strong&gt;columns&lt;/strong&gt; (left to right).&lt;/p&gt;
&lt;h4 id="code-example"&gt;Code Example:&lt;/h4&gt;
&lt;p&gt;Imagine a 3-column table (&lt;em&gt;Name&lt;/em&gt;, &lt;em&gt;Subject&lt;/em&gt;, &lt;em&gt;Score&lt;/em&gt;). For the summary row at the bottom, we stretch &amp;ldquo;Total Grade&amp;rdquo; across 2 columns so it aligns with the score!&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-html" data-lang="html"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;&lt;span style="color:#f92672"&gt;table&lt;/span&gt; &lt;span style="color:#a6e22e"&gt;border &lt;/span&gt;&lt;span style="color:#f92672"&gt;=&lt;/span&gt; &lt;span style="color:#e6db74"&gt;&amp;#34;1&amp;#34;&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &amp;lt;&lt;span style="color:#f92672"&gt;tr&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &amp;lt;&lt;span style="color:#f92672"&gt;th&lt;/span&gt;&amp;gt;Student Name&amp;lt;/&lt;span style="color:#f92672"&gt;th&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &amp;lt;&lt;span style="color:#f92672"&gt;th&lt;/span&gt;&amp;gt;Subject&amp;lt;/&lt;span style="color:#f92672"&gt;th&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &amp;lt;&lt;span style="color:#f92672"&gt;th&lt;/span&gt;&amp;gt;Score&amp;lt;/&lt;span style="color:#f92672"&gt;th&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &amp;lt;/&lt;span style="color:#f92672"&gt;tr&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &amp;lt;&lt;span style="color:#f92672"&gt;tr&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &amp;lt;&lt;span style="color:#f92672"&gt;td&lt;/span&gt;&amp;gt;Sahil&amp;lt;/&lt;span style="color:#f92672"&gt;td&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &amp;lt;&lt;span style="color:#f92672"&gt;td&lt;/span&gt;&amp;gt;Web Design&amp;lt;/&lt;span style="color:#f92672"&gt;td&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &amp;lt;&lt;span style="color:#f92672"&gt;td&lt;/span&gt;&amp;gt;95&amp;lt;/&lt;span style="color:#f92672"&gt;td&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &amp;lt;/&lt;span style="color:#f92672"&gt;tr&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#75715e"&gt;&amp;lt;!-- &amp;#39;Total Grade&amp;#39; spans across Column 1 &amp;amp; Column 2 --&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &amp;lt;&lt;span style="color:#f92672"&gt;tr&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &amp;lt;&lt;span style="color:#f92672"&gt;td&lt;/span&gt; &lt;span style="color:#a6e22e"&gt;colspan&lt;/span&gt;&lt;span style="color:#f92672"&gt;=&lt;/span&gt;&lt;span style="color:#e6db74"&gt;&amp;#34;2&amp;#34;&lt;/span&gt;&amp;gt;Total Grade&amp;lt;/&lt;span style="color:#f92672"&gt;td&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &amp;lt;&lt;span style="color:#f92672"&gt;td&lt;/span&gt;&amp;gt;Pass&amp;lt;/&lt;span style="color:#f92672"&gt;td&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &amp;lt;/&lt;span style="color:#f92672"&gt;tr&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;/&lt;span style="color:#f92672"&gt;table&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;&lt;img src="https://lakshbudhrani.com/images/colspan_example.png" alt="Colspan Output Image"&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;⚠️ &lt;strong&gt;Rule for &lt;code&gt;colspan&lt;/code&gt;:&lt;/strong&gt; Because &lt;code&gt;colspan=&amp;quot;2&amp;quot;&lt;/code&gt; takes up 2 column slots, Row 3 only needs 2 total &lt;code&gt;&amp;lt;td&amp;gt;&lt;/code&gt; tags instead of 3!&lt;/p&gt;
&lt;/blockquote&gt;
&lt;hr&gt;
&lt;h2 id="objective-2--row-span-rowspan"&gt;Objective 2 — Row Span (&lt;code&gt;rowspan&lt;/code&gt;)&lt;/h2&gt;
&lt;h4 id="simple-definition-1"&gt;Simple Definition&lt;/h4&gt;
&lt;p&gt;The &lt;strong&gt;&lt;code&gt;rowspan&lt;/code&gt;&lt;/strong&gt; attribute merges a single cell vertically down across multiple &lt;strong&gt;rows&lt;/strong&gt; (top to bottom).&lt;/p&gt;
&lt;h4 id="code-example-1"&gt;Code Example:&lt;/h4&gt;
&lt;p&gt;Imagine a schedule where a lab class takes up 2 full hours (8:00 AM to 10:00 AM). We stretch the course box down into the next time slot!&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-html" data-lang="html"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;&lt;span style="color:#f92672"&gt;table&lt;/span&gt; &lt;span style="color:#a6e22e"&gt;border &lt;/span&gt;&lt;span style="color:#f92672"&gt;=&lt;/span&gt; &lt;span style="color:#e6db74"&gt;&amp;#34;1&amp;#34;&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &amp;lt;&lt;span style="color:#f92672"&gt;tr&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &amp;lt;&lt;span style="color:#f92672"&gt;th&lt;/span&gt;&amp;gt;Time Slot&amp;lt;/&lt;span style="color:#f92672"&gt;th&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &amp;lt;&lt;span style="color:#f92672"&gt;th&lt;/span&gt;&amp;gt;Class Name&amp;lt;/&lt;span style="color:#f92672"&gt;th&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &amp;lt;&lt;span style="color:#f92672"&gt;th&lt;/span&gt;&amp;gt;Room&amp;lt;/&lt;span style="color:#f92672"&gt;th&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &amp;lt;/&lt;span style="color:#f92672"&gt;tr&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#75715e"&gt;&amp;lt;!-- 8:00 AM Slot: Lab starts here and spans down 2 rows --&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &amp;lt;&lt;span style="color:#f92672"&gt;tr&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &amp;lt;&lt;span style="color:#f92672"&gt;td&lt;/span&gt;&amp;gt;8:00 AM&amp;lt;/&lt;span style="color:#f92672"&gt;td&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &amp;lt;&lt;span style="color:#f92672"&gt;td&lt;/span&gt; &lt;span style="color:#a6e22e"&gt;rowspan&lt;/span&gt;&lt;span style="color:#f92672"&gt;=&lt;/span&gt;&lt;span style="color:#e6db74"&gt;&amp;#34;2&amp;#34;&lt;/span&gt;&amp;gt;2-Hour CS Lab&amp;lt;/&lt;span style="color:#f92672"&gt;td&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &amp;lt;&lt;span style="color:#f92672"&gt;td&lt;/span&gt;&amp;gt;Rm 251&amp;lt;/&lt;span style="color:#f92672"&gt;td&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &amp;lt;/&lt;span style="color:#f92672"&gt;tr&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#75715e"&gt;&amp;lt;!-- 9:00 AM Slot: Notice no &amp;#39;Class Name&amp;#39; cell here! --&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &amp;lt;&lt;span style="color:#f92672"&gt;tr&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &amp;lt;&lt;span style="color:#f92672"&gt;td&lt;/span&gt;&amp;gt;9:00 AM&amp;lt;/&lt;span style="color:#f92672"&gt;td&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &amp;lt;&lt;span style="color:#f92672"&gt;td&lt;/span&gt;&amp;gt;Rm 251&amp;lt;/&lt;span style="color:#f92672"&gt;td&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &amp;lt;/&lt;span style="color:#f92672"&gt;tr&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;/&lt;span style="color:#f92672"&gt;table&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;&lt;img src="https://lakshbudhrani.com/images/rowspan_example.png" alt="Rowspan Output Image"&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;⚠️ &lt;strong&gt;Rule for &lt;code&gt;rowspan&lt;/code&gt;:&lt;/strong&gt; Because &amp;ldquo;2-Hour CS Lab&amp;rdquo; stretches down into the 9:00 AM row, the 9:00 AM &lt;code&gt;&amp;lt;tr&amp;gt;&lt;/code&gt; only needs 2 &lt;code&gt;&amp;lt;td&amp;gt;&lt;/code&gt; tags!&lt;/p&gt;
&lt;/blockquote&gt;
&lt;hr&gt;
&lt;h2 id="guided-activity--building-sahils-block-schedule"&gt;Guided Activity — Building Sahil&amp;rsquo;s Block Schedule&lt;/h2&gt;
&lt;h3 id="part-1--project-setup"&gt;PART 1 — Project Setup&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;Open &lt;strong&gt;VS Code&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Go to &lt;strong&gt;File → Open Folder&lt;/strong&gt; and select your &lt;code&gt;Sahil_Project&lt;/code&gt; folder.&lt;/li&gt;
&lt;li&gt;Create a new file named: &lt;code&gt;sahil_day8.html&lt;/code&gt;.&lt;/li&gt;
&lt;/ol&gt;
&lt;hr&gt;
&lt;h3 id="part-2--expected-browser-output"&gt;PART 2 — Expected Browser Output&lt;/h3&gt;
&lt;p&gt;Here is what Sahil&amp;rsquo;s completed block schedule will look like once we write the HTML together:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://lakshbudhrani.com/images/sahil_day8_preview.png" alt="Sahil Day 8 Browser Preview"&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h3 id="part-3--starter-code-we-will-write-the-content-together-live"&gt;PART 3 — Starter Code (We will write the content together live!)&lt;/h3&gt;
&lt;p&gt;Paste this starter boilerplate into &lt;code&gt;sahil_day8.html&lt;/code&gt;. We will fill in the &lt;code&gt;&amp;lt;body&amp;gt;&lt;/code&gt; together in class!&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-html" data-lang="html"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#75715e"&gt;&amp;lt;!DOCTYPE html&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;&lt;span style="color:#f92672"&gt;html&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;&lt;span style="color:#f92672"&gt;head&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &amp;lt;&lt;span style="color:#f92672"&gt;title&lt;/span&gt;&amp;gt;Sahil&amp;#39;s Block Schedule&amp;lt;/&lt;span style="color:#f92672"&gt;title&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;/&lt;span style="color:#f92672"&gt;head&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;&lt;span style="color:#f92672"&gt;body&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#75715e"&gt;&amp;lt;!-- START WRITING HERE --&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#75715e"&gt;&amp;lt;!-- STOP WRITING HERE --&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;/&lt;span style="color:#f92672"&gt;body&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;lt;/&lt;span style="color:#f92672"&gt;html&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;hr&gt;
&lt;h2 id="independent-activity--my-custom-block-schedule"&gt;Independent Activity — My Custom Block Schedule!&lt;/h2&gt;
&lt;p&gt;Now it&amp;rsquo;s your turn! Upgrade your schedule tracker by merging cells for long classes, study halls, or lunch breaks.&lt;/p&gt;
&lt;h3 id="instructions"&gt;Instructions:&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;Open your &lt;code&gt;Portfolio&lt;/code&gt; folder in &lt;strong&gt;VS Code&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Create a new file named &lt;code&gt;portfolio_day8.html&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Copy the starter template above into your file and build your page using &lt;code&gt;&amp;lt;table&amp;gt;&lt;/code&gt;, &lt;code&gt;colspan&lt;/code&gt;, and &lt;code&gt;rowspan&lt;/code&gt;.&lt;/li&gt;
&lt;/ol&gt;
&lt;hr&gt;
&lt;h3 id="your-portfolio-prompt"&gt;Your Portfolio Prompt&lt;/h3&gt;
&lt;p&gt;Your page must include the following &lt;strong&gt;3 requirements&lt;/strong&gt;:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Table Structure:&lt;/strong&gt; Set up a clean schedule table with &lt;strong&gt;3 columns&lt;/strong&gt; (&lt;em&gt;Time&lt;/em&gt;, &lt;em&gt;Course&lt;/em&gt;, &lt;em&gt;Location&lt;/em&gt;).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Use &lt;code&gt;colspan&lt;/code&gt;:&lt;/strong&gt; Create at least &lt;strong&gt;1 horizontal banner cell&lt;/strong&gt; spanning across all 3 columns.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Use &lt;code&gt;rowspan&lt;/code&gt;:&lt;/strong&gt; Create at least &lt;strong&gt;1 vertical cell&lt;/strong&gt; stretching down across 2 rows for a 2-hour class or block period.&lt;/li&gt;
&lt;/ol&gt;
&lt;hr&gt;
&lt;h3 id="example-solution"&gt;Example Solution&lt;/h3&gt;
&lt;p&gt;&lt;img src="https://lakshbudhrani.com/images/portfolio_day8.png" alt="Laksh&amp;rsquo;s Portfolio Day 8 Image"&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="submission-instructions"&gt;Submission Instructions&lt;/h2&gt;
&lt;p&gt;Submit your work in Google Classroom under &lt;strong&gt;In‑Class Exercise 8&lt;/strong&gt; by:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Opening your &lt;strong&gt;Google Doc&lt;/strong&gt; from previous lectures.&lt;/li&gt;
&lt;li&gt;Pasting your HTML code from &lt;strong&gt;both&lt;/strong&gt; &lt;code&gt;sahil_day8.html&lt;/code&gt; and &lt;code&gt;portfolio_day8.html&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Adding &lt;strong&gt;screenshots&lt;/strong&gt; of both rendered pages from your browser.&lt;/li&gt;
&lt;li&gt;Turning in the document!&lt;/li&gt;
&lt;/ol&gt;
&lt;hr&gt;
&lt;h2 id="summary-new-attributes-learned-today"&gt;Summary: New Attributes Learned Today&lt;/h2&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th style="text-align: left"&gt;Attribute&lt;/th&gt;
&lt;th style="text-align: left"&gt;Belongs To&lt;/th&gt;
&lt;th style="text-align: left"&gt;What It Does&lt;/th&gt;
&lt;th style="text-align: left"&gt;Example&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;colspan&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;th&amp;gt;&lt;/code&gt; or &lt;code&gt;&amp;lt;td&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Merges cells horizontally across columns&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;Wide Cell&amp;lt;/td&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;rowspan&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;th&amp;gt;&lt;/code&gt; or &lt;code&gt;&amp;lt;td&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left"&gt;Merges cells vertically down across rows&lt;/td&gt;
&lt;td style="text-align: left"&gt;&lt;code&gt;&amp;lt;td rowspan=&amp;quot;2&amp;quot;&amp;gt;Tall Cell&amp;lt;/td&amp;gt;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;hr&gt;</content></item></channel></rss>