01.04.2019
Joseph (336620)
Interactive Design
Lectures and Exercises
LECTURES
Week 1: Module Briefing and Web Evaluation.
For the first week, we were given a brief explanation on our modules for this semester, after that we proceeded with our first exercise in class which is giving our evaluation about websites that we chose. Mr. Shamsul gave us another website called Webby Awards and Thebestdesign for choosing. we were tasked to choose 6 good website designs and 6 bad website designs and present those websites in front of class. We were split into 6 groups, because some of us were taking way too long we were a bit late in terms of finishing the class. These are the websites that we chose as good.
![]() |
Fig 1.1 A few websites that we think are good.
|
![]() |
Fig 1.2 A few websites that we think are bad. |
Week 2
For this week we had lecture about UX DESIGN and USER EXPERIENCE DESIGN.We were told that we should always remember that the functionality always comes first and then the aesthetics comes next.
Week 4
Lectures : HTML Codes
We had a lecture about basic HTML Codes that are used in a website for adding content. These are the codes that we learned :
- <html></html>
- <body></body>
- <header></header>
- <h1></h1> = h1 one continues up until h6 (h=heading)
- <p></p>= Paragraph
- <li></li>= List
- <ul></ul>= Unordered List
- <ol></ol>= Ordered List
- <a href> </a>= Hyperlink
- <img src=" ">= Insert Image
Week 5
Lecture: CSS EXTRA MARKUP
We had more lectures about HTML and this time the lecturers are adding CSS to the lecture.
Block-level Element: Has a new line break in between them.
<h1><h6><ol><ul><li>
In-line Element: A line that appears in block-level element.
<p><a><b><img>
Attribute: Gives extra information on an element.
<href>
ID/Class Attribute: states a certain element towards the html.
<id="">
Week 6
LECTURE : Working with CSS
For this week we had extra lectures on CSS
Linking online Fonts to CSS
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
Heading <h1> until <h6>
Ordered List
Nested List
Highlighting a Text
#aboutpara{
}
HTML Scrolling
html{
scroll-behavior: smooth
}
Background Image
body{
background-image="browse"
}
INSTRUCTIONS
EXERCISE
EXERCISE 3 : HTML EXERCISE.
For this week, we were given an exercise to code on notepad using only html, contents for our html is about ourselves with a minimum of 3 paragraphs.
![]() |
Fig 1.3 Codes in Notepad |
HTML PRACTICE
Exercise 4 : Layout Exercise
For this exercise we were given contents for website that we are suppose to code, we were asked to organized a certain layout throughout the contents. Unfortunately, because I lost my files I can only show the final result. These are the contents.
and this is the final result :
Layout
![]() |
Fig 1.4 Layout Exercise
|
Comments
Post a Comment