INTERACTIVE DESIGN Exercises3

 GCD 60904 / INTERACTIVE DESIGN

Exercises3

Bachelor of Design (Honours) in Creative Media

LIU CHENG RUI (0370930)

Instructions

Lecture notes


In today's class, Mr. Rahman told us about the WEB language.This includes things like HTML.

Basic concepts of HTML elements:

HTML code is made up of characters that are located inside Angle brackets <> and are called HTML elements.
An element is usually made up of two labels, an open label and a closed label.

What HTML tags do:

HTML elements surround information by opening tags <element> and closing tags </element>. Tags tell the browser how to handle and display the content between tags.

The role of information:

The content between elements is information, and each HTML element conveys specific information about that content to the browser.

<body> tag:

The body element contains everything that appears in the main browser window. This is the body of the web page, and all user-visible content is placed in the body tag.

<head> tag:

The head element precedes the body element and contains meta information about the web page. It is usually not displayed directly in the web content, but contains information such as the page title, style sheet links, scripts, and so on.

<title> tag:

The title element is inside the head, and its contents are displayed on a TAB bar at the top of the browser, usually used to identify the title of a web page.


<ol> Tags:

<ol> stands for ordered list and is used to create an ordered list. Each item in the list is automatically numbered, usually in numerical order.

<li> Tags:

<li> stands for list item. The contents of each list item are located between the open label <li> and the closed label </li>. The li tag applies to all list types (including ordered lists <ol> and unordered lists <ul>).
Exercises
Week4 EX HTML and CSS Document Development


During the class, Mr. Rahman gave us some knowledge about HTML step by step and showed us how to work on text.







Feedback
Through this study, I have a clear understanding of the basic knowledge of HTML, master the basic structure of HTML documents, the use of tags, and how to build lists and other content.



Comments

Popular posts from this blog

Typography Task 1

ILLUSTRATION & VISUAL NARRATIVE TASK 3:Final Project: Comic cover and Animated One Page intro

TYPOGRAPHY | TASK 3: TYPE DESIGN & COMMUNICATION