Home
Explore
Exams
Search for anything
Login
Get started
Home
Review
Review
5.0
(1)
Rate it
Studied by 3 people
Learn
Practice Test
Spaced Repetition
Match
Flashcards
Card Sorting
1/50
There's no tags or description
Looks like no tags are added yet.
Study Analytics
All
Learn
Practice Test
Matching
Spaced Repetition
Name
Mastery
Learn
Test
Matching
Spaced
No study sessions yet.
51 Terms
View all (51)
Star these 51
1
New cards
HTML
Hypertext Markup Language
2
New cards
What is a URL? (Uniform Resource Locator)
the address of a website
3
New cards
JavaScript
A scripting language for web pages
4
New cards
Markup is \___
The coding applied to a text document to change it into an HTML
5
New cards
Resolution is?
Refers to the physical number of pixels displayed on a screen
6
New cards
What is CSS used for defining \____________
styles for your web pages
7
New cards
World Wide Web Consortium (W3C) created , \______
CSS
8
New cards
style definition is saved in \___________
external .css files
9
New cards
CSS Rule-Set
consists of a selector and a declaration block
10
New cards
CSS Declaration always ends with \________
a semicolon
11
New cards
What is a hyperlink?
A link from one web page to another , either on the same site or another one
12
New cards
Paragraphs on a webpage should be :
Short, descriptive , and concise
13
New cards
How many links should you have in your main navigation ?
5-7
14
New cards
\____________show a list of the link hierarchy or navigation so that a user knows where they've been and where they are going
Breadcrumbs
15
New cards
HTML elements are represented by\____
Tags
16
New cards
What does CSS describes \____
How HTML elements are displayed on screen, paper , or in other media
17
New cards
In HTML, the \________ element contains the visible page content
18
New cards
Why is it important to know the purpose of the web page you are building ?
You want the website to be built to accomplish all of your goals for the site
19
New cards
Which of the following shows the location and order of pages of a website ?
Site map
20
New cards
Why is identifying your target audience an important component of the web page building process ?
You want the webpage to best meet the needs of the intended users
21
New cards
Which of the following is used to keep track of website content ?
File management system
22
New cards
CSS gives \______ and \_______ to a webpage.
Style and Attractiveness
23
New cards
What does CSS stand for?
Cascading Style Sheets
24
New cards
What are three ways of inserting a style sheet?
External style sheet
Internal style sheet
Inline style
25
New cards
An external style sheet allows you to do what?
Change the look of a webpage by changing just one file.
26
New cards
In an external style sheet, the
27
New cards
Internal styles are located between \____ inside
28
New cards
What name was javascript initially called ?
Mocha
29
New cards
Javascript can change the \______ of HTML elements
Content
30
New cards
In the mid-1990s javascript began when netscape communities wanted to \_____ the capabilities of webpages
Expand
31
New cards
\______ Is the type of web host that stores multiple websites that run on the same server.
Shared Hosting
32
New cards
\____ Is the only type of web host on a server that does not share resources with other sites.
Dedicated Hosting
33
New cards
\_____Is the name of the hosting where a server runs on a cloud or network of computers
Cloud Hosting
34
New cards
\_____ Is the type of hosting that is housed in a virtual environment and shared memory, hardware, and other resources
Virtual
35
New cards
\______Is the amount of data that can pass from your website to your visitors in a given amount of time.
Bandwidth
36
New cards
Hosted websites are serves that \________
take care of all the technical maintenance of running a website
37
New cards
WordPress is a open-sourced software meaning this software is completely \_____
Free to download and use
38
New cards
Disadvantage of shared web hosting
If one or more of the shared sites go down, then there is a good chance that your site will go down as well
39
New cards
Dedicated servers is the \________ hosting plan.
Most expensive
40
New cards
The first 3 steps of uploading a website
Choose a domain name , Purchase a domain and web hosting , and Register the name.
41
New cards
The first 3 steps to maintaining a website :
Back up your site regularly , keep a check on domain registration information, and keep a check on website speed
42
New cards
The domain is \____
The name by which a website is identified
43
New cards
\_______ Is the part of the website hidden from view of regular website visitors
Back end
44
New cards
This is a term that refers to ability of a website to be used by people with disabilities
accessibility
45
New cards
\_____ Is the program a website visitor uses to view the site
Browser
46
New cards
What is hypertext protocol over SSL ( Secure Socket Layer)
HTTPS
47
New cards
What is a start tag?
The first tag in a pair
48
New cards
What is a end tag?
Second tag in a pair
49
New cards
What indicates a tag ?
<
50
New cards
Correct tag for heading
51
New cards
Correct tag for paragraph