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

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.
  1. Tags < > (usually comes in pair: opening & closing, but some stand alone).
  2. 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.
  3. Attribute - within opening tag.
    • Second attributes are separated by space.
Document structure/flow - information hierarchy:
  1. Head - include title, CSS & Javalink links, icons
  2. Body > Elements & contents

Process Work

Live Code Session
Create a website using primitive software: TextEdit, Notepad (windows)
Set Up Steps:
  1. Create new folder in file.
  2. Open Notepad - new file.
  3. Format to text (for TextEdit)
  4. Save as index.html (all lowercase) in the folder created.
  5. Write code & content.
  6. Sign up Netlify (working folder = place to save everything > upload entire folder to server).

Figure 2.1.1 Webpage Appearance

Figure 2.1.2 Webpage Code 1

Figure 2.1.3 Webpage Code 2


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

Popular posts from this blog

DESIGN PRINCIPLES - TASK 1: EXPLORATION

INTERCULTURAL DESIGN - CONTINUOS ASSESSMENT

DESIGN PRINCIPLES - TASK 2: VISUAL ANALYSIS & IDEATION