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 webpage.
 target="_blank" indicates that the link will open in a new tab.




5.I'm using a simple HTML list structure to list my courses: 

<h2>: Second-level heading, "Modules that I enrolled this semester."

<ul>: Unordered list

<li>: List item; each <li> tag represents a course.


6. Finally,I created a numbered list (using <ol> and <li>) of my favorite foods, movies, and people.

HTML file :


Comments

Popular posts from this blog

Games Studies

Embedded System

INTERACTIVE DESIGN: EXERCISE 1: WEBSITE ANALYSIS