View on GitHub

201-reading-notes

Introductory HTML and JavaScript

Read: 01 submission

You can go back to the home page.

In this blog I will give a summary for the chapters 1, 8, 17 and 18 of the book: “HTML & CSS” and chapter 1 from the book: “Javascript and Jquery” :books: :

Note: Keywords are emphasised.

Chapter 1: Structure

This is an image shows the structure of the HTML page

html

## Chapter 8: Extra Markup

The two images below shows some markups:

mark1

div

Chapter 17: HTML5 Layout

The image below shows a HTML layout structure

lay

Chapter 18: Process & Design

The below images shows a HTML page design with the best practices

design

Chapter 1: The ABC of programming

HTML dictionary

dict

CSS cheat sheet

css

This is a table shows the difference between HTML, CSS and Javascript

HTML CSS Javascript
Structure Presentation Behavior
“What does it mean?” “What does it look like” “What does it do?”