INTERACTIVE DESIGN - HTML EXERCISE: 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
HTML Exercise: Simple Personal Profile Page
Michelle (0373843)
Interactive Design / Bachelor of Design (Honours) in Creative Media / Taylor's University
HTML Exercise: Simple Personal Profile Page
TABLE OF CONTENTS
1. Lectures
2. Process Work
3. Feedbacks
4. Reflection
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
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 |
Exercise 1: Simple Personal Profile Page
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
!
Observation
!
Findings
!
Comments
Post a Comment