-
Adding an Image to a Web Page
-
The role of images in a webpage
-
Specifying locations in web pages
-
Customizing Links
-
Exploring link options
-
Basic links
-
Why links?
-
Submit and Reset buttons
-
Multiline text boxes
-
Drop-down list fields
-
File upload fields
-
Hidden fields
-
Checkboxes and radio buttons
-
Password fields
-
Text fields
-
Input tags
-
Creating forms
-
How a form looks like?
-
Adding Headers Cells
-
Creating a Basic Table
-
Description list
-
Unordered list
-
Ordered list
-
Lists
-
More formatting elements
-
Other text elements
-
Working with language elements
-
Abbreviations, Definitions, Quotations and Citations
-
Creating Breaks
-
Basic text formatting elements
-
Creating a page from scratch using VS Code
-
Creating a page from scratch using Notepad
-
Setting Up the Basic Document Structure
-
Parents, Children, Descendants and Siblings
-
The Outer Structure of an HTML Document
-
Element Attributes
-
HTML elements
-
How HTML creates a website
-
Creating HTML markup
-
How a website works
-
Web Browsers vs Web Servers and Internet/HTTP
-
Webpage vs Website
Webpage vs Website
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