INTERACTIVE DESIGN - EXERCISE 2: HTML - PERSONAL PROFILE PAGE
09.10.25 - 16.10.25 (Week 3)
Michelle (0373843)
Interactive Design / Bachelor of Design (Honours) in Creative Media / Taylor's University
Exercise 2: HTML - Simple Personal Profile Page
Michelle (0373843)
Interactive Design / Bachelor of Design (Honours) in Creative Media / Taylor's University
Exercise 2: HTML - Simple Personal Profile Page
TABLE OF CONTENTS
Lectures
Week 3 (09/10/25)
The Web & Language
Internet = infrastructure.
Web = get information, share files - through the internet.
History
- Invented in 1980s by Mr. Tim Berners Lee. Initially not for public (restricted).
- Full text, no graphic
- Speed: 56kbps
- Formerly, website design need to be adjusted to different web browsers/platforms.
The Web
- Governed by World Wide Web Consortium (W3C).
- Use standard languages, codes.
- Domain name = url
- To have url - needs to subscribe (pay regularly), needs a server (works 24/7, 365 days).
- Every device have IP number (like an identity number).
- TCP/IP: Transmission Control Protocol/Internet Protocol.
HTML - mark up language that describe how web looks like in browser.
- Tags < > (usually comes in pair: opening & closing, but some stand alone).
- Element - inside tags.
- <h1>Headings</h1> - until smallest <h6>
- <p>Paragraph</p>
- Text formatting: <b>bold</b> and <i>italic</i>
- Lists - <ul>unordered (bullets)</ul> or <ol>ordered (numbers)</ol>
<li>List</li> - inside (have indentation) - Links - to different sections in a page, different pages, different websites.
- Attribute - within opening tag.
- Second attributes are separated by space.
Document structure/flow - information hierarchy:
- Head - include title, CSS & Javalink links, icons
- Body > Elements & contents
Process Work
1. Live Code Session
Create a website using primitive software: TextEdit, Notepad (windows)
Set Up Steps:
- Create new folder in file.
- Open Notepad - new file.
- Format to text (for TextEdit)
- Save as index.html (all lowercase) in the folder created.
- Write code & content.
- Sign up Netlify (working folder = place to save everything > upload entire folder to server).
Practice Result: https://michelle-interactivedesign-web1.netlify.app/
![]() |
| Figure 2.1.1 Webpage Appearance |
![]() |
| Figure 2.1.2 Webpage Code 1 |
2. Exercise 2: HTML - Simple Personal Profile Page
![]() |
| Figure 2.2.2 Personal Profile Webpage Code 1 |
![]() |
| Figure 2.2.3 Personal Profile Webpage Code 2 |
![]() |
| Figure 2.2.4 Personal Profile Webpage Code 3 |
Feedbacks
Week 3 (09/10/25
- Take advantage of technologies available today. Reduce time doing things manually.
- Learn how to format texts correctly. Format headings using default settings available first, then customize if needed.
- Every time coding updated, save (ctrl s/command s).
- Be creative & fun HTML exercise.
- Adobe Dreamweaver tend to crash, so to avoid can use Visual Studio Code.
Reflection
Experience
Studying web languages could easily feel overwhelming, as there is so many layers, types, and rules. It's daunting, especially for an entry-level learner like me, it's easy to feel confused on where to start, where to go. I feel like this HTML exercise is a simple yet fun way to retrace what we've learnt in class for brain retention. It's small and easy enough that it prevents the brain from over-worrying, and it leaves room for modest independent exploration.
Observation
Lectures & tutorials could be quite fast & sped up, notably because we lose one class on week 2. Full attention & focus is needed in class.
Findings
I realized that the world of web languages is super big, HUGE! There's so many things can be learnt that it's impossible for it all to be taught and covered in a once-a-week lecture classes. Therefore curiosity and independent initiative to find, learn, and apply new knowledge is essential.







Comments
Post a Comment