{Interactive Design}Exercise 2

Interactive Design Exercise 2:Simple Personal Profile Page

8 September 2025- 15 October 2025
LI YUHAN (0379857)


In this lesson, we took our first steps in building web pages through coding. Though it was just a simple introductory exercise, the entire process felt incredibly novel and completely changed my understanding of web development.



During the hands-on practice, I first created a page file named "index.html," then gradually added the basic framework of the webpage. In the <head> section, I filled in the page title, used <h1> and <h2> to set heading levels, wrote two paragraphs of self-introduction with <p>, and even tried using ordered lists <ol> and <li> to list this semester's courses, favorite foods, and movies. Each step felt like gradually piecing together my own little online space.



The feeling was truly magical when I finished writing the code in the text editor for the first time, saved it, and successfully opened it in a browser—plain text suddenly transformed into a fully navigable webpage. Only then did I truly grasp the meaning of "code can build worlds." The teacher also explained the purpose of different tags: <h1> represents the largest heading, <p> is for body paragraphs, and <li> is used to organize list items, making information clearer. At the same time, the teacher emphasized the importance of meticulous coding—every tag must be properly closed. For example, after opening <li>, you must close it with </li>. Otherwise, the entire page layout could become chaotic.





Comments

  1. The link to your webpage is not working

    ReplyDelete
    Replies
    1. ahh Sorry sir, I just saw your comment. I'll replace the file and put it in the link right now!

      Delete

Post a Comment

Popular posts from this blog

{Interactive Design}Exercise 1

Advanced Modeling and Animation (Assignment1-2)

Embedded Systems Course