INTERACTIVE DESIGN: EXERCISE 2: HTML EXERCISE: SIMPLE PERSONAL PROFILE PAGR
EXERCISE 2: HTML EXERCISE: SIMPLE PERSONAL PROFILE PAGR ——— Ding Jiaqi/0379388 Interactive Design/ Bachelor of interactive spatial design ——— Exercise 2:Website Analysis Page effect: 1. I created a new note and named it “index.html.” Then I saved it and added it to the website. 2. Then I added a <head> 3. body>: The main content of the webpage begins. <h1>: Main heading, used to display the title “Welcome To My Webpage.” <h2>: Subheading, used to display “This is a single webpage dedicated to myself.” <p>: Paragraph tag. The first paragraph uses <p> to show the date of birth, and <b> (bold) to highlight “28 September 2006.” The second paragraph uses <p> to describe hobbies such as traveling, watching movies, and swimming. <hr/>: Adds a horizontal line. 4. Same as above, except that <a href="...">blogger</a> is a hyperlink. Clicking the "blogger" text opens an external...