IXD101 ( 30249 ) - Interaction Design Fundamentals. 2022-23

This week, we began the learning process of HTML code.


HTML Code

HTML, or Hypertext Markup Language, is the standard markup language for creating web pages and web applications. It is used to structure and format content on the web, including text, images, and other media.

The Building Blocks


HTML Foundations

The <head> element is a container for metadata (information about the document) and is placed at the top of an HTML document.

Common Elements


Baskerville

Marking Text

Taking a text file, we were shown how to label different sections to produce a hierarchy. This includes headings, subheadings, paragraphs, tags and even links. My work is shown below.

Text File

Mark Up