reading-notes

Class 4 Reading Notes - Structure web pages with HTML

What are Wireframes?

Example of a wireframe for a mobile wepage on left and desktop page on right

Digital Softwares to make Wireframes

What is HTML?

Code used to structure a web page and its content.

Anatomy of an HTML Element

Lets use the following piece of code as an example:

<p>My dog is very sleepy</p>

Elements can have attributes

There are elements with NO content or closing tags. For example, the <img> element.

HTML elements reference

Use the following website for a list of HTML elements!