Download as pdf or txt
Download as pdf or txt
You are on page 1of 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