0% found this document useful (0 votes)
9 views

Study Guide 1

This document provides a study guide for grade 9 computer education students. It defines key terms related to HTML, webpage creation, and tags. These include definitions of HTML, servers, URLs, web browsers, webpages, websites, and the World Wide Web. It also lists and defines common HTML tags for headings, paragraphs, italics, underlines, images, and links. The document concludes with pointers for related classroom activities involving multiple choice, matching, true/false questions, and programming exercises to practice inserting links.

Uploaded by

Jan Jan
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views

Study Guide 1

This document provides a study guide for grade 9 computer education students. It defines key terms related to HTML, webpage creation, and tags. These include definitions of HTML, servers, URLs, web browsers, webpages, websites, and the World Wide Web. It also lists and defines common HTML tags for headings, paragraphs, italics, underlines, images, and links. The document concludes with pointers for related classroom activities involving multiple choice, matching, true/false questions, and programming exercises to practice inserting links.

Uploaded by

Jan Jan
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

STUDY GUIDE

Grade 9 Computer Education

 HTML (Hypertext Mark-up Language) – It is  <head> </head> – It is a type of tag that contains
used in creating webpages. the title tag in the heading.

 Server – It is used to provide services to another  <html> </html> – It is a type of tag that indicates
computer program. that the file is considered an HTML command.

 URL (Uniform Resource Locator) – It is used  <i> </i> – It is a type of tag that labels the text in
to locate resources on the internet. italics.

 Web Browser – It is used to access and view  <p> </p> – It is a type of tag that labels the text
information on the internet. as a paragraph.

 Webpage – It contains information or codes to  <pre> </pre> – It is a type of tag that defines
access the exact webpage on the internet. preformatted text.

 Webpage Creation – It refers to developing  <title> </title> – It is a type of tag that will
webpages and servers by designers that contain appear in the title bar of the browser window.
websites.
 <u> </u> – It is a type of tag that display
 Website – It refers to the collection of webpages underlined text.
using the internet and browser.
 <img/> – It is a type of tag that is used to insert
 World Wide Web - used to provide access to images in a website.
information stored on computers worldwide.
 src (source) – It is used to specify the path of the
 Opening Tag – It is made up of the element’s image.
symbol and wrapped in an angle bracket.

 Closing Tag – It is made up of the element’s


POINTERS:
symbol preceded by a slash and wrapped in an
angle bracket. I. Multiple Choice (Activity 1)
II. Matching Type (Activity 2)
 Empty Tag – It is a type of tag that does not III. Modified True or False (Activity 3)
contain any closing tag. IV. Programming (Activity 4 – Inserting Links)

 <a> </a> – It is a type of tag that is used in


creating hperlinks

 <b> </b> – It is a type of tag that labels the text


as bold.

 <body> </body> – It is a type of tag that includes


the content of the page.

 <br> </br> – It is a type of tag that forces the


text down to a new line.

You might also like