1/49
from Long Exam Reviewer!
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
What does "WWW" stand for?
World Wide Web
Which of the following is not a web browser?
Adobe Photoshop
What protocol is used to transfer hypertext pages?
HTTP
Which is an example of a domain name?
What is the function of a web server?
To host and deliver web content
Which of these is used to uniquely identify a device on the internet?
IP Address
What does ISP stand for?
Internet Service Provider
Which of the following is not part of a URL?
IP Address
A client-server architecture refers to:
A centralized server delivering resources to clients
HTML is used for:
Creating web page structure
What does HTML stand for?
Hyper Text Markup Language
Which HTML tag is used to display the largest heading?
<h1>
Which tag creates a line break in HTML?
<br>
What tag is used to create a hyperlink?
<a>
The tag is used to:
Display images
Which attribute is used to specify an image source?
src
What does the tag define?
Paragraph
Which tag creates an unordered list?
<ul>
Which element defines emphasized text?
<em>
Which HTML tag is used to define a table row?
<tr>
What tag defines bold text without extra importance?
<b>
Which tag defines a deleted text?
<del>
What is the use of the tag?
Highlight inserted text
The tag displays text:
Half a character below
Which tag is used for block quotations?
<blockquote>
The tag is used for:
Abbreviations
The tag used to define contact information is:
<address>
What does RGB stand for?
Red Green Blue
The alpha parameter in RGBA determines:
Transparency
Which of these is a valid HEX color?
#ffffff
CSS stands for:
Cascading Style Sheets
Which is not a way to apply CSS?
Remote
The most common method of using CSS is:
External
What does the style attribute do in inline CSS?
Applies styles directly to elements
What property is used to change text color in CSS?
color
Which CSS property sets the space inside the element border?
padding
The CSS border-radius property is used to:
Round corners
What does the border-collapse property do?
Collapses double borders
Which tag starts a table in HTML?
<table>
To define a table header, which tag is used?
<th>
HTML is considered a:
Markup language
Which tag is used to insert CSS into an HTML document?
<style>
Which CSS unit is relative to the root element?
rem
What symbol is used to select an ID in CSS?
#
Which tag is used for superscript?
<sup>
Which of these shows a transparent color using RGBA?
rgba(255,255,255,0.0)
What is the default alignment of HTML content?
Left
Which HTML element is used for short inline quotations?
<q>
Which of the following is used to define internal CSS?
<style>
Which tag allows the use of bi-directional text override?
<bdo>