reading-notes

Class 1 reading notes

Ducket HTML

Introduction p2-11

Ch 1 12-39

Structure

Attributes

<p lang="en-us">Paragraph in English</p>

  1. Here an attribute called lang is used to indicate the language used in this element.
  2. The value of this attribute on this page specifies it is in US English.

Ch 8 176-199

Extra Markup

<!-- comment goes here -->

Examples of block elements are:

<h1> <p>, <ul>, and <li>.

Some elements will always appear to continue on the same line as their neighbouring elements. These are known as inline elements.

Examples of inline elements are:

<a>, <b>, <em>, and <img>.

List of Escape characters is in Duckett HTML page 194

Ch 17 428-451

HTML5 Layout

  1. The main header or footer that appears at the top or bottom of every page on the site.

  2. A header or footer for an individual article or section within the page.

  1. When the aside element is used outside of an article element, it acts as a container for content that is related to the entire page. For example, it might contain links to other sections of the site, a list of recent posts, a search box, or recent tweets by the author.

CH 18 452-475

Process & Design

Example of a site map Ducket HTML page 462

Example wireframe page 464 Duckett HTML

Ducket JavaScript

ch 1 ABC of Programming

https://deannaj401.github.io/reading-notes/.