Understanding the Web
How to create a website
Parts of an HTML page
Structure of an HTML Document
- The Outer Structure of an HTML Document
- Parents, Children, Descendants and Siblings
- Setting Up the Basic Document Structure
Creating and viewing a WEB PAGE
Text formatting in HTML
- Basic text formatting elements
- Creating Breaks
- Abbreviations, Definitions, Quotations and Citations
- Working with language elements
- Other text elements
- More formatting elements
Organising information using lists
Structure content with tables
Data collection with forms
- How a form looks like?
- Creating forms
- Input tags
- Text fields
- Password fields
- Checkboxes and radio buttons
- Hidden fields
- File upload fields
- Drop-down list fields
- Multiline text boxes
- Submit and Reset buttons
Navigation with links
Displaying images
Webpage
A document which can be displayed in a web browser such as Firefox, Google Chrome, Opera, Microsoft Internet Explorer or Edge, or Apple’s Safari. These are also often called just “pages”.
Website
A collection of web pages which are grouped together and usually connected together in various ways is often called a “website” or a “site”. Web Pages contain text, forms, audio and video files, streaming media, and sometimes games. Every website may look different, but all have one thing in common: Hyper Text Markup Language (also known as HTML), Cascading Style Sheets (CSS) regularly and Javascript. HTML files which contain HTML code are simple text files that produce web pages. Just like a text file you create on a Windows computer works on Linux and Mac, webpages works on any other operating system.
Webpage is a simple file with ‘.html’ extension
Same webpage is a text file with html elements and text.
Same webpage on browser