Interactive Design/Project 1/Exercise 3
13/5/2025-20/5/2025
Cai Zihan/0378043
GCD 60904 / Interactive Design / Bachelor of Design (Hons) in Creative Media / Taylor's University
Exercises 3
Instructions
<iframe src="https://drive.google.com/file/d/1cRM_m5eErYToYALYb7Dm0RNrArnWh8I-/preview" width="640" height="480" allow="autoplay"></iframe>
Lectures
<> HTML
{} CSS
<h1 >information</h1>
parent element child element
<html>
<head></head>
<body></body>
</html>
Exercise 3
Assignment Description:
You are required to select an existing website which you feel has several design and UX issue and prepare a detailed proposal for its redesign. The proposal should address the following key aspects:
Feedback
INTERACTIVE DESIGN WEB STANDARDS
STRUCTURE OF A WEB PAGE
- Understanding structure
- Learning about markup
- Tags and elements
STRUCTURE OF PAGES
The HTML code is made up of characters that live inside angled brackets <>
These are called HTML elements
Elements are usually made up of two tags: an opening tag and a closing tag
<element>Information</element>
Each element tells the browser something about the information that sits between its opening and closing tags.
A CLOSER LOOK AT TAGS
Opening Tag:<p>
Closing Tag:<p/>
<p lang=“eng-us”>Paragraph in English</p>
Reflection
We learned in class how to make a simple website (for Windows) using Notepad, and our teacher taught us in great detail, with clear steps to show your teacher the website you made before signing out and going home at the end of the school day.
Comments
Post a Comment