# Introductory HTML and JavaScript

HTML Structure

Extra Markup

HTML5 Layout

Process & Design

What is a script and how do I create one?

How a Browser Sees a Web Page

  1. Receive a page as HTML code
  2. Create a model of the page and store it in memory
  3. Use a rendering engine to shower the page on screen

How do computers fit in with the world around them?

How HTML, CSS and JavaScript Fit Together

How do I write a script for a web page?