Lesson 1 Understanding The World Wide Web and Learning HTML
A webpage is a document that can be accessed through the world wide web and contains text, images, and multimedia files. A good website uses web-safe colors, is easy to navigate, has a site map, interesting text, well-organized layouts, simple but pleasing design, readable text, and limited animation. HTML is the language used to create webpages and has a head containing basic information and a body with the document content. Source code can be viewed using browser tools.
Download as PPTX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
24 views
Lesson 1 Understanding The World Wide Web and Learning HTML
A webpage is a document that can be accessed through the world wide web and contains text, images, and multimedia files. A good website uses web-safe colors, is easy to navigate, has a site map, interesting text, well-organized layouts, simple but pleasing design, readable text, and limited animation. HTML is the language used to create webpages and has a head containing basic information and a body with the document content. Source code can be viewed using browser tools.
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 8
Understanding the World
Wide Web and Learning
HTML Lesson 1 What is a Webpage?
A webpage is a document that can be accessed
through the world wide web. It contains texts, images and all types of multimedia files. A group of web pages is called website. Determining a Good Website • Uses a web safe color • Easy to navigate • Availability of a site map • Interesting text • Well-organized layouts • Simple but pleasing • Readable text • Not too much animation What is HTML? HTML stands for Hypertext Markup Language. It is the language used to create webpages. It has two major parts: the head and the body. The head contains basic information about the web page or document like the document title. The body includes the subject mater of the document. For every HTML document, it contains the head and body codes. How to view Source Code?
To view the source code using Google Chrome
Browser, follow this instruction: 1. Click on “Customize and control Google chrome” button. 2. Click on Tools > View Source Code. Identifying Parts of an HTML Changing the Background Color Changing the Head Size