Page 9 - PlusGPT_V2.1_C7_Flipbook
P. 9
1 Introduction to
HTML
Let’s surf
HTML HTML Tags and Attributes
Rules for Writing HTML Codes HTML Document Structure
Creating and Saving a HTML Document Basic HTML Tags
Designing a Web Page Editing an Existing HTML Document
Critical Thinking
Let’s PLug-in
Guess my name.
1. I am the first page of any website. ___________
2. I am a collection of web pages. ___________
3. I make you jump from one web page to another. ___________
4. I am the address of a web page. ___________
Computers connected to the network (Internet) are either servers or clients and communicate with
each other through networking protocol. The clients send requests to the servers and the servers
respond immediately with the required data.
The server stores the files and information in the form of websites. A website is a collection of web
pages. A web page is a document that contains text, graphics, videos, audios and links to other pages.
Every web page of a website has a unique address called Uniform Resource Locator (URL). We can
use this URL to access any web page from anywhere in the world. Have you ever wondered how these
web pages are created? HTML is the most widely used language to design web pages.
HTML
Tech Fact
HTML stands for Hypertext Markup Language. It is a markup
language that describes the structure of the web page. It allows HTML language was
us to create web pages that contain paragraphs, headings, redesigned by Tim Berner
links and block quotes. The output of HTML web pages is same Lee in 1989. It is a subset
on any type of computer and on any operating system, e.g., of Standard Generalized
Mac, Windows, etc. Markup Language (SGML).
Introduction to HTML 7

