Deck 13: Focus on Web Development

Full screen (f)
exit full mode
Question
Which type of webpages will automatically adjust the size of the content to display appropriately relative to the size of the screen of the device on which it is displayed?​

A) ​automatic
B) ​responsive
C) ​adjustable
D) relative
Use Space or
up arrow
down arrow
to flip the card.
Question
What type of webpages include content that changes only when a web developer updates the HTML code for each page?

A) ​read-only
B) ​non-updatable
C) ​inactive
D) ​static
Question
Which organization provides a free, online HTML5 validator application to ensure that a webpage's HTML tags follow the rules for HTML5?​

A) ​ISO
B) ​ANSI
C) ​IEEE
D) ​W3C
Question
​Which attribute of the tag indicates that you want images to appear either to the left of the text or to the right of the text?

A) ​align
B) ​arrange
C) ​format
D) ​style
Question
What type of reference is used to identify the location of webpages or files stored on other websites?

A) ​relative
B) ​full
C) ​all
D) ​absolute
Question
How many different levels of headings does HTML support?​

A) ​5
B) ​6
C) ​7
D) ​8
Question
Which file is usually the first file to be displayed when you navigate to a website?​

A) ​template.html
B) ​starter.html
C) ​index.html
D) ​page1.html
Question
Which attribute refers to the images folder when specifying the location of an image to display?​

A) ​src
B) ​loc
C) ​pic
D) ​fld
Question
What type of reference is used to identify the location of webpages or files on the current website?

A) ​relative
B) current
C) ​active
D) ​absolute
Question
When creating a link, which attribute of the tag specifies the tab or window in which the resulting webpage, image, or file will display?​

A) ​scr
B) ​target
C) ​alt
D) ​tab
Question
Which of the following is a text editor that MacOS users may use?​

A) ​TypeText
B) ​Snagit
C) ​Notepad
D) ​TextEdit
Question
Which programming language creates programs that a browser can run to generate content for a website?​

A) ​Ada
B) ​WordPress
C) ​Drupal
D) ​JavaScript
Question
​Which protocol specifies rules for transferring files from one computer to another?

A) ​Internet Protocol
B) ​File Transfer Protocol
C) ​Transmission Control Protocol
D) ​Computer Transfer Protocol
Question
Which organization oversees the specification of HTML standards?​

A) ​American National Standards Institute
B) ​International Organization for Standardization
C) ​World Wide Web Consortium
D) ​Internet Society
Question
TextEdit is a text editor for Windows users.​
Question
Which type of list displays a collection of items in a list format with each item identified, by default, with a number?​

A) ordered
B) ​numbered
C) ​specific
D) ​unordered
Question
​What type of webpages obtain their content by running programs on a web server or in a browser?

A) ​dynamic
B) ​programmable
C) automatic
D) ​updatable
Question
​What type of system allows web developers to specify the parts of a page that are common to a website, such as a banner graphic that appears on every page so that they need to be specified only once?

A) ​graphic editing
B) ​content management
C) ​page management
D) ​web editing
Question
Which open source editor built for web developers is available for both Windows and MacOS?​

A) ​TextEdit
B) ​Notepad
C) ​Focus
D) ​Brackets
Question
Which type of list displays a collection of items in a list format with each item identified, by default, with a bullet?​

A) ordered
B) ​numbered
C) ​specific
D) ​unordered
Question
The style attribute for the tag provides information regarding the placement or display on an image.
Question
A Content Management System (CMS)uses a database to store both the design and content of the website.​
Question
Use the attribute target="_blank" to open a linked document in a new window or tab.​
Question
In HTML5, the (line break)tag does not require a closing tag.​
Question
Cascading Style Sheets (CSS)contain specifications for the fonts, colors, layout, and placement of HTML elements on a webpage.
Question
Webpage names should contain letters, numbers, and underscores.​
Question
Images on a website can be either photos or graphics.​
Question
If you save a webpage as a bookmark, by default, the browser will identify the webpage by its title.​
Question
A link, or hyperlink, can be text or an image in a webpage that a user clicks to navigate to another webpage, download a file, or perform another action.​
Question
​ References to images appear in HTML code using the tag.
Question
When you use images on a website, you must store the images in the same folder as the HTML pages of the website.​
Question
​Code editors can improve the readability of HTML code by applying appropriate indenting and line spacing automatically.
Question
Absolute and relative references are only used in (image)tags.​
Question
The target attribute of the (anchor)tag​ often refers to the location of the file or webpage that you want to view or download.
Question
Operating systems typically include a text editor.​
Question
​To view the source code for a website, select the 'Show HTML Code' option in a browser.
Question
In HTML5, the alt attribute is not required for the tag.
Question
All webpages are coded in HTML.​
Question
Hypertext Markup Language (HTML)uses a set of codes called attributes to format documents for display in a browser.​
Question
The alt attribute for the tag specifies alternate text for an image.
Question
The (unordered list)tag displays a collection of items in a list format with each list item identified​ by default with a bullet.
Question
​You must use an FTP application to transfer files from a local computer to a remote computer because you cannot enter FTP commands directly in a command window.
Question
On a(n)____________________ webpage, content is obtained by running programs on a web server or in a browser.​
Question
HTML codes are called ____________________.​
Question
JavaScript can perform simple actions, such as retrieving and displaying the current date and time, to more complex actions, such as performing calculations.​
Question
Almost all HTML tags are written in pairs, with an opening tag and a closing tag. A closing tag begins with a(n)____________________ followed by the tag name.​
Question
____________________ is a programming language for creating programs that a browser can run to generate content for a website.​
Question
Many HTML tags, such as the tag have ____________________ associated with them that provide additional information, such as the location of an image file.​
Question
A(n)____________________ is a collection of related webpages and associated items that are usually hosted on the same web server.​
Question
You need an account on a web server in order to publish a website.​
Question
Embedded styles, which define styles in the section of an index.html document, apply to the entire webpage on which they are defined.
Question
On a(n)____________________ webpage, the content changes only when a web developer updates the HTML code for each page.​
Question
You can use the HTML code that YouTube​ provides to embed YouTube videos directly on a webpage.
Question
The ____________________ oversees the specification of HTML standards.​
Question
Inline styles are identified by the inline attribute in an HTML tag, and these styles apply only to the specific tag in which they are defined.
Question
____________________ indicate the different sections of a webpage.​
Question
You can use cascading style sheets (CSS)to apply style elements such as fonts, font sizes, font styles, and colors.
Question
​FileZilla is a free web hosting service.
Question
​The code is an example of a(n)____________________ in HTML.
Question
​Creators of complex websites, such as those of a university or online business, often make use of a(n)____________________ to enter, modify, or delete content.
Question
​When you add a link with a(n)_____________________ reference, the webpages or files are stored on other websites.
Question
​When you add a link with a(n)_____________________ reference, the webpages or files are located on the current website.
Question
Match between columns
a free FTP application.
Drupal
a free FTP application.
Brackets
a free FTP application.
TextEdit
a free FTP application.
W3C
a free FTP application.
WordPress
a free FTP application.
JavaScript
a free FTP application.
Joomla!
a free FTP application.
Notepad
a free FTP application.
FileZilla
a free FTP application.
Google Sites
Question
Match between columns
An organization that oversees the specification of HTML standards.
Drupal
An organization that oversees the specification of HTML standards.
Brackets
An organization that oversees the specification of HTML standards.
TextEdit
An organization that oversees the specification of HTML standards.
W3C
An organization that oversees the specification of HTML standards.
WordPress
An organization that oversees the specification of HTML standards.
JavaScript
An organization that oversees the specification of HTML standards.
Joomla!
An organization that oversees the specification of HTML standards.
Notepad
An organization that oversees the specification of HTML standards.
FileZilla
An organization that oversees the specification of HTML standards.
Google Sites
Question
Match between columns
Easy-to-use, open source CMS combining blogging features with the capability to create small- to medium-sized websites.
Drupal
Easy-to-use, open source CMS combining blogging features with the capability to create small- to medium-sized websites.
Brackets
Easy-to-use, open source CMS combining blogging features with the capability to create small- to medium-sized websites.
TextEdit
Easy-to-use, open source CMS combining blogging features with the capability to create small- to medium-sized websites.
W3C
Easy-to-use, open source CMS combining blogging features with the capability to create small- to medium-sized websites.
WordPress
Easy-to-use, open source CMS combining blogging features with the capability to create small- to medium-sized websites.
JavaScript
Easy-to-use, open source CMS combining blogging features with the capability to create small- to medium-sized websites.
Joomla!
Easy-to-use, open source CMS combining blogging features with the capability to create small- to medium-sized websites.
Notepad
Easy-to-use, open source CMS combining blogging features with the capability to create small- to medium-sized websites.
FileZilla
Easy-to-use, open source CMS combining blogging features with the capability to create small- to medium-sized websites.
Google Sites
Question
Unordered lists display a collection of items in a list format, with each list identified by default with a(n)____________________.​
Question
Match between columns
Powerful, open source CMS often used for large-scale websites because of its capability of being customized and its efficient use of computer resources.
Drupal
Powerful, open source CMS often used for large-scale websites because of its capability of being customized and its efficient use of computer resources.
Brackets
Powerful, open source CMS often used for large-scale websites because of its capability of being customized and its efficient use of computer resources.
TextEdit
Powerful, open source CMS often used for large-scale websites because of its capability of being customized and its efficient use of computer resources.
W3C
Powerful, open source CMS often used for large-scale websites because of its capability of being customized and its efficient use of computer resources.
WordPress
Powerful, open source CMS often used for large-scale websites because of its capability of being customized and its efficient use of computer resources.
JavaScript
Powerful, open source CMS often used for large-scale websites because of its capability of being customized and its efficient use of computer resources.
Joomla!
Powerful, open source CMS often used for large-scale websites because of its capability of being customized and its efficient use of computer resources.
Notepad
Powerful, open source CMS often used for large-scale websites because of its capability of being customized and its efficient use of computer resources.
FileZilla
Powerful, open source CMS often used for large-scale websites because of its capability of being customized and its efficient use of computer resources.
Google Sites
Question
Match between columns
Easy-to-use website creation platform often used for personal or small-to-medium websites.
Drupal
Easy-to-use website creation platform often used for personal or small-to-medium websites.
Brackets
Easy-to-use website creation platform often used for personal or small-to-medium websites.
TextEdit
Easy-to-use website creation platform often used for personal or small-to-medium websites.
W3C
Easy-to-use website creation platform often used for personal or small-to-medium websites.
WordPress
Easy-to-use website creation platform often used for personal or small-to-medium websites.
JavaScript
Easy-to-use website creation platform often used for personal or small-to-medium websites.
Joomla!
Easy-to-use website creation platform often used for personal or small-to-medium websites.
Notepad
Easy-to-use website creation platform often used for personal or small-to-medium websites.
FileZilla
Easy-to-use website creation platform often used for personal or small-to-medium websites.
Google Sites
Question
Ordered lists display a collection of items in a list format, with each list identified by default with a(n)____________________.​
Question
Match between columns
A programming language for creating programs that a browser can run.
Drupal
A programming language for creating programs that a browser can run.
Brackets
A programming language for creating programs that a browser can run.
TextEdit
A programming language for creating programs that a browser can run.
W3C
A programming language for creating programs that a browser can run.
WordPress
A programming language for creating programs that a browser can run.
JavaScript
A programming language for creating programs that a browser can run.
Joomla!
A programming language for creating programs that a browser can run.
Notepad
A programming language for creating programs that a browser can run.
FileZilla
A programming language for creating programs that a browser can run.
Google Sites
Question
Match between columns
Open source CMS often used for creating e-commerce websites and online social networks.
Drupal
Open source CMS often used for creating e-commerce websites and online social networks.
Brackets
Open source CMS often used for creating e-commerce websites and online social networks.
TextEdit
Open source CMS often used for creating e-commerce websites and online social networks.
W3C
Open source CMS often used for creating e-commerce websites and online social networks.
WordPress
Open source CMS often used for creating e-commerce websites and online social networks.
JavaScript
Open source CMS often used for creating e-commerce websites and online social networks.
Joomla!
Open source CMS often used for creating e-commerce websites and online social networks.
Notepad
Open source CMS often used for creating e-commerce websites and online social networks.
FileZilla
Open source CMS often used for creating e-commerce websites and online social networks.
Google Sites
Question
Match between columns
A text editor for MacOS users.
Drupal
A text editor for MacOS users.
Brackets
A text editor for MacOS users.
TextEdit
A text editor for MacOS users.
W3C
A text editor for MacOS users.
WordPress
A text editor for MacOS users.
JavaScript
A text editor for MacOS users.
Joomla!
A text editor for MacOS users.
Notepad
A text editor for MacOS users.
FileZilla
A text editor for MacOS users.
Google Sites
Question
Match between columns
An open source editor built for web developers available for both Windows and MacOS.
Drupal
An open source editor built for web developers available for both Windows and MacOS.
Brackets
An open source editor built for web developers available for both Windows and MacOS.
TextEdit
An open source editor built for web developers available for both Windows and MacOS.
W3C
An open source editor built for web developers available for both Windows and MacOS.
WordPress
An open source editor built for web developers available for both Windows and MacOS.
JavaScript
An open source editor built for web developers available for both Windows and MacOS.
Joomla!
An open source editor built for web developers available for both Windows and MacOS.
Notepad
An open source editor built for web developers available for both Windows and MacOS.
FileZilla
An open source editor built for web developers available for both Windows and MacOS.
Google Sites
Question
Match between columns
A text editor for Windows users.
Drupal
A text editor for Windows users.
Brackets
A text editor for Windows users.
TextEdit
A text editor for Windows users.
W3C
A text editor for Windows users.
WordPress
A text editor for Windows users.
JavaScript
A text editor for Windows users.
Joomla!
A text editor for Windows users.
Notepad
A text editor for Windows users.
FileZilla
A text editor for Windows users.
Google Sites
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/74
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 13: Focus on Web Development
1
Which type of webpages will automatically adjust the size of the content to display appropriately relative to the size of the screen of the device on which it is displayed?​

A) ​automatic
B) ​responsive
C) ​adjustable
D) relative
B
2
What type of webpages include content that changes only when a web developer updates the HTML code for each page?

A) ​read-only
B) ​non-updatable
C) ​inactive
D) ​static
D
3
Which organization provides a free, online HTML5 validator application to ensure that a webpage's HTML tags follow the rules for HTML5?​

A) ​ISO
B) ​ANSI
C) ​IEEE
D) ​W3C
D
4
​Which attribute of the tag indicates that you want images to appear either to the left of the text or to the right of the text?

A) ​align
B) ​arrange
C) ​format
D) ​style
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
5
What type of reference is used to identify the location of webpages or files stored on other websites?

A) ​relative
B) ​full
C) ​all
D) ​absolute
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
6
How many different levels of headings does HTML support?​

A) ​5
B) ​6
C) ​7
D) ​8
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
7
Which file is usually the first file to be displayed when you navigate to a website?​

A) ​template.html
B) ​starter.html
C) ​index.html
D) ​page1.html
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
8
Which attribute refers to the images folder when specifying the location of an image to display?​

A) ​src
B) ​loc
C) ​pic
D) ​fld
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
9
What type of reference is used to identify the location of webpages or files on the current website?

A) ​relative
B) current
C) ​active
D) ​absolute
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
10
When creating a link, which attribute of the tag specifies the tab or window in which the resulting webpage, image, or file will display?​

A) ​scr
B) ​target
C) ​alt
D) ​tab
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
11
Which of the following is a text editor that MacOS users may use?​

A) ​TypeText
B) ​Snagit
C) ​Notepad
D) ​TextEdit
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
12
Which programming language creates programs that a browser can run to generate content for a website?​

A) ​Ada
B) ​WordPress
C) ​Drupal
D) ​JavaScript
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
13
​Which protocol specifies rules for transferring files from one computer to another?

A) ​Internet Protocol
B) ​File Transfer Protocol
C) ​Transmission Control Protocol
D) ​Computer Transfer Protocol
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
14
Which organization oversees the specification of HTML standards?​

A) ​American National Standards Institute
B) ​International Organization for Standardization
C) ​World Wide Web Consortium
D) ​Internet Society
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
15
TextEdit is a text editor for Windows users.​
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
16
Which type of list displays a collection of items in a list format with each item identified, by default, with a number?​

A) ordered
B) ​numbered
C) ​specific
D) ​unordered
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
17
​What type of webpages obtain their content by running programs on a web server or in a browser?

A) ​dynamic
B) ​programmable
C) automatic
D) ​updatable
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
18
​What type of system allows web developers to specify the parts of a page that are common to a website, such as a banner graphic that appears on every page so that they need to be specified only once?

A) ​graphic editing
B) ​content management
C) ​page management
D) ​web editing
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
19
Which open source editor built for web developers is available for both Windows and MacOS?​

A) ​TextEdit
B) ​Notepad
C) ​Focus
D) ​Brackets
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
20
Which type of list displays a collection of items in a list format with each item identified, by default, with a bullet?​

A) ordered
B) ​numbered
C) ​specific
D) ​unordered
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
21
The style attribute for the tag provides information regarding the placement or display on an image.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
22
A Content Management System (CMS)uses a database to store both the design and content of the website.​
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
23
Use the attribute target="_blank" to open a linked document in a new window or tab.​
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
24
In HTML5, the (line break)tag does not require a closing tag.​
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
25
Cascading Style Sheets (CSS)contain specifications for the fonts, colors, layout, and placement of HTML elements on a webpage.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
26
Webpage names should contain letters, numbers, and underscores.​
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
27
Images on a website can be either photos or graphics.​
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
28
If you save a webpage as a bookmark, by default, the browser will identify the webpage by its title.​
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
29
A link, or hyperlink, can be text or an image in a webpage that a user clicks to navigate to another webpage, download a file, or perform another action.​
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
30
​ References to images appear in HTML code using the tag.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
31
When you use images on a website, you must store the images in the same folder as the HTML pages of the website.​
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
32
​Code editors can improve the readability of HTML code by applying appropriate indenting and line spacing automatically.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
33
Absolute and relative references are only used in (image)tags.​
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
34
The target attribute of the (anchor)tag​ often refers to the location of the file or webpage that you want to view or download.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
35
Operating systems typically include a text editor.​
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
36
​To view the source code for a website, select the 'Show HTML Code' option in a browser.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
37
In HTML5, the alt attribute is not required for the tag.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
38
All webpages are coded in HTML.​
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
39
Hypertext Markup Language (HTML)uses a set of codes called attributes to format documents for display in a browser.​
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
40
The alt attribute for the tag specifies alternate text for an image.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
41
The (unordered list)tag displays a collection of items in a list format with each list item identified​ by default with a bullet.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
42
​You must use an FTP application to transfer files from a local computer to a remote computer because you cannot enter FTP commands directly in a command window.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
43
On a(n)____________________ webpage, content is obtained by running programs on a web server or in a browser.​
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
44
HTML codes are called ____________________.​
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
45
JavaScript can perform simple actions, such as retrieving and displaying the current date and time, to more complex actions, such as performing calculations.​
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
46
Almost all HTML tags are written in pairs, with an opening tag and a closing tag. A closing tag begins with a(n)____________________ followed by the tag name.​
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
47
____________________ is a programming language for creating programs that a browser can run to generate content for a website.​
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
48
Many HTML tags, such as the tag have ____________________ associated with them that provide additional information, such as the location of an image file.​
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
49
A(n)____________________ is a collection of related webpages and associated items that are usually hosted on the same web server.​
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
50
You need an account on a web server in order to publish a website.​
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
51
Embedded styles, which define styles in the section of an index.html document, apply to the entire webpage on which they are defined.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
52
On a(n)____________________ webpage, the content changes only when a web developer updates the HTML code for each page.​
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
53
You can use the HTML code that YouTube​ provides to embed YouTube videos directly on a webpage.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
54
The ____________________ oversees the specification of HTML standards.​
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
55
Inline styles are identified by the inline attribute in an HTML tag, and these styles apply only to the specific tag in which they are defined.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
56
____________________ indicate the different sections of a webpage.​
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
57
You can use cascading style sheets (CSS)to apply style elements such as fonts, font sizes, font styles, and colors.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
58
​FileZilla is a free web hosting service.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
59
​The code is an example of a(n)____________________ in HTML.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
60
​Creators of complex websites, such as those of a university or online business, often make use of a(n)____________________ to enter, modify, or delete content.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
61
​When you add a link with a(n)_____________________ reference, the webpages or files are stored on other websites.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
62
​When you add a link with a(n)_____________________ reference, the webpages or files are located on the current website.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
63
Match between columns
a free FTP application.
Drupal
a free FTP application.
Brackets
a free FTP application.
TextEdit
a free FTP application.
W3C
a free FTP application.
WordPress
a free FTP application.
JavaScript
a free FTP application.
Joomla!
a free FTP application.
Notepad
a free FTP application.
FileZilla
a free FTP application.
Google Sites
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
64
Match between columns
An organization that oversees the specification of HTML standards.
Drupal
An organization that oversees the specification of HTML standards.
Brackets
An organization that oversees the specification of HTML standards.
TextEdit
An organization that oversees the specification of HTML standards.
W3C
An organization that oversees the specification of HTML standards.
WordPress
An organization that oversees the specification of HTML standards.
JavaScript
An organization that oversees the specification of HTML standards.
Joomla!
An organization that oversees the specification of HTML standards.
Notepad
An organization that oversees the specification of HTML standards.
FileZilla
An organization that oversees the specification of HTML standards.
Google Sites
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
65
Match between columns
Easy-to-use, open source CMS combining blogging features with the capability to create small- to medium-sized websites.
Drupal
Easy-to-use, open source CMS combining blogging features with the capability to create small- to medium-sized websites.
Brackets
Easy-to-use, open source CMS combining blogging features with the capability to create small- to medium-sized websites.
TextEdit
Easy-to-use, open source CMS combining blogging features with the capability to create small- to medium-sized websites.
W3C
Easy-to-use, open source CMS combining blogging features with the capability to create small- to medium-sized websites.
WordPress
Easy-to-use, open source CMS combining blogging features with the capability to create small- to medium-sized websites.
JavaScript
Easy-to-use, open source CMS combining blogging features with the capability to create small- to medium-sized websites.
Joomla!
Easy-to-use, open source CMS combining blogging features with the capability to create small- to medium-sized websites.
Notepad
Easy-to-use, open source CMS combining blogging features with the capability to create small- to medium-sized websites.
FileZilla
Easy-to-use, open source CMS combining blogging features with the capability to create small- to medium-sized websites.
Google Sites
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
66
Unordered lists display a collection of items in a list format, with each list identified by default with a(n)____________________.​
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
67
Match between columns
Powerful, open source CMS often used for large-scale websites because of its capability of being customized and its efficient use of computer resources.
Drupal
Powerful, open source CMS often used for large-scale websites because of its capability of being customized and its efficient use of computer resources.
Brackets
Powerful, open source CMS often used for large-scale websites because of its capability of being customized and its efficient use of computer resources.
TextEdit
Powerful, open source CMS often used for large-scale websites because of its capability of being customized and its efficient use of computer resources.
W3C
Powerful, open source CMS often used for large-scale websites because of its capability of being customized and its efficient use of computer resources.
WordPress
Powerful, open source CMS often used for large-scale websites because of its capability of being customized and its efficient use of computer resources.
JavaScript
Powerful, open source CMS often used for large-scale websites because of its capability of being customized and its efficient use of computer resources.
Joomla!
Powerful, open source CMS often used for large-scale websites because of its capability of being customized and its efficient use of computer resources.
Notepad
Powerful, open source CMS often used for large-scale websites because of its capability of being customized and its efficient use of computer resources.
FileZilla
Powerful, open source CMS often used for large-scale websites because of its capability of being customized and its efficient use of computer resources.
Google Sites
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
68
Match between columns
Easy-to-use website creation platform often used for personal or small-to-medium websites.
Drupal
Easy-to-use website creation platform often used for personal or small-to-medium websites.
Brackets
Easy-to-use website creation platform often used for personal or small-to-medium websites.
TextEdit
Easy-to-use website creation platform often used for personal or small-to-medium websites.
W3C
Easy-to-use website creation platform often used for personal or small-to-medium websites.
WordPress
Easy-to-use website creation platform often used for personal or small-to-medium websites.
JavaScript
Easy-to-use website creation platform often used for personal or small-to-medium websites.
Joomla!
Easy-to-use website creation platform often used for personal or small-to-medium websites.
Notepad
Easy-to-use website creation platform often used for personal or small-to-medium websites.
FileZilla
Easy-to-use website creation platform often used for personal or small-to-medium websites.
Google Sites
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
69
Ordered lists display a collection of items in a list format, with each list identified by default with a(n)____________________.​
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
70
Match between columns
A programming language for creating programs that a browser can run.
Drupal
A programming language for creating programs that a browser can run.
Brackets
A programming language for creating programs that a browser can run.
TextEdit
A programming language for creating programs that a browser can run.
W3C
A programming language for creating programs that a browser can run.
WordPress
A programming language for creating programs that a browser can run.
JavaScript
A programming language for creating programs that a browser can run.
Joomla!
A programming language for creating programs that a browser can run.
Notepad
A programming language for creating programs that a browser can run.
FileZilla
A programming language for creating programs that a browser can run.
Google Sites
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
71
Match between columns
Open source CMS often used for creating e-commerce websites and online social networks.
Drupal
Open source CMS often used for creating e-commerce websites and online social networks.
Brackets
Open source CMS often used for creating e-commerce websites and online social networks.
TextEdit
Open source CMS often used for creating e-commerce websites and online social networks.
W3C
Open source CMS often used for creating e-commerce websites and online social networks.
WordPress
Open source CMS often used for creating e-commerce websites and online social networks.
JavaScript
Open source CMS often used for creating e-commerce websites and online social networks.
Joomla!
Open source CMS often used for creating e-commerce websites and online social networks.
Notepad
Open source CMS often used for creating e-commerce websites and online social networks.
FileZilla
Open source CMS often used for creating e-commerce websites and online social networks.
Google Sites
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
72
Match between columns
A text editor for MacOS users.
Drupal
A text editor for MacOS users.
Brackets
A text editor for MacOS users.
TextEdit
A text editor for MacOS users.
W3C
A text editor for MacOS users.
WordPress
A text editor for MacOS users.
JavaScript
A text editor for MacOS users.
Joomla!
A text editor for MacOS users.
Notepad
A text editor for MacOS users.
FileZilla
A text editor for MacOS users.
Google Sites
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
73
Match between columns
An open source editor built for web developers available for both Windows and MacOS.
Drupal
An open source editor built for web developers available for both Windows and MacOS.
Brackets
An open source editor built for web developers available for both Windows and MacOS.
TextEdit
An open source editor built for web developers available for both Windows and MacOS.
W3C
An open source editor built for web developers available for both Windows and MacOS.
WordPress
An open source editor built for web developers available for both Windows and MacOS.
JavaScript
An open source editor built for web developers available for both Windows and MacOS.
Joomla!
An open source editor built for web developers available for both Windows and MacOS.
Notepad
An open source editor built for web developers available for both Windows and MacOS.
FileZilla
An open source editor built for web developers available for both Windows and MacOS.
Google Sites
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
74
Match between columns
A text editor for Windows users.
Drupal
A text editor for Windows users.
Brackets
A text editor for Windows users.
TextEdit
A text editor for Windows users.
W3C
A text editor for Windows users.
WordPress
A text editor for Windows users.
JavaScript
A text editor for Windows users.
Joomla!
A text editor for Windows users.
Notepad
A text editor for Windows users.
FileZilla
A text editor for Windows users.
Google Sites
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 74 flashcards in this deck.