HTML Basics

What is HTML?
- Stands for Hyper-Text Markup Language
- A script language that describes the structure of a hypertext document
- Based on 'Tags'
- Provides tags which act as hyperlinks to other documents and multimedia objects
- Written in standard ASCII text (GUI editors available to aid page creation)
- Is NOT wholly responsible for final appearance on Web browser
Agenda
HTM010