Save
HTML
Save
Share
Learn
Content
Leaderboard
Learn
Created by
Shana Girn
Visit profile
Cards (18)
HTML Hyper Text Mark-up Language
: the
language
used to write and display
web
page
documents.
HTML Tag
Used to define a
HTML element
(part of a page) such as a
paragraph
or a
heading.
CSS Cascading style sheets
(
CSS
) is the language that is used to format and style HTML web pages
Website
- A collection of
web pages
and related
content.
Web page
- A hypertext document connected to the world wide web.
Web browser
- The software which displays a webpage or website on a computer
URL
-
Uniform Resource Locator
–
web address
Hyperlink
- A
word
/
phrase
/
image
that you can click on to
jump
to a new
web page
or
document.
Navigation bar
- A user interface element within a
web
page that contains
links
to other sections of the website.
Search bar
- The place where items being
searched
for are
entered
Search term
-
Keywords
that need to be
searched
for on
web pages
Child pages
-
Related
subpages from the main results page that a searcher might find useful
Crawler
/
spider
A program a search engine uses to find
content
on the
world
wide
web.
Spam
-
Irrelevant
messages sent to a large number of
internet
users for
illegitimate
advertising.
<HTML>
- States that the
document
is a HTML document.
<body>
- States that the
information
appears in the
body
of the page.
<
h1
> - States that the text will appear as a prominent
heading.
<p>
- States that this is the beginning of a new
paragraph.