View on GitHub

reading-note

Read: 01 - Introductory HTML and JavaScript

HTML

what is mean html ?

html stands for hyper text markup language

html

Chapter 1 Structure

In all kinds of documents, structure is very important in helping readers to understand the messages you are trying to convey and to navigate around the document

#### and it work like Pages have a different type of structure to be written, but most of them have little in common. Web pages or paper pages share the same structure

### Elements HTML

code

## Chapter 8 Extra Markup ### Since the web was first created, there have been several different versions of HTML. The latest version is html 5

In each release there are some improvements and new tags, but not available for everyone, this depends on the type of laptop used and the version installed on the laptop

code

## Chapter 17 HTML5 Layout ###HTML5 introduces a new set of elements that allow you to divide up the parts of a page. The names of these elements indicate the kind of content you will find in them. They are still subject to change, but that has not stopped many web page authors using them already

Traditional how you can do HTML Layouts

its amke it easyer contoll how you want your structure to look like !!

layout

## Chapter 18 Process & Design

JavaScript

What is JavaScript ?

JavaScript allows you to make web pages more interactiv by accessing and modifying the content and marckup used in a web page while it is begin viewed in the browser

js

to write a script we need :

How js makes web pages more interactive

The ABC of Programming