Study Guide 1
Study Guide 1
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.