Deck 6: Appendix: Focus on Web Development
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Match between columns
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/42
Play
Full screen (f)
Deck 6: Appendix: Focus on Web Development
1
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.
True
2
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.
False
3
Embedded styles, which apply to the entire webpage on which they are defined, are defined in the title section of an HTML document.
False
4
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
A) dynamic
B) programmable
C) automatic
D) updatable
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
5
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
A) read-only
B) non-updatable
C) inactive
D) static
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
6
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) home.html
A) template.html
B) starter.html
C) index.html
D) home.html
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
7
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
A) ISO
B) ANSI
C) IEEE
D) W3C
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
8
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 42 flashcards in this deck.
Unlock Deck
k this deck
9
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
A) automatic
B) responsive
C) adjustable
D) relative
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
10
Operating systems typically do not include a text editor.
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
11
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 42 flashcards in this deck.
Unlock Deck
k this deck
12
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 42 flashcards in this deck.
Unlock Deck
k this deck
13
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 42 flashcards in this deck.
Unlock Deck
k this deck
14
Use the attribute target="_blank" to open a linked document in a new window or tab.
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
15
The 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 42 flashcards in this deck.
Unlock Deck
k this deck
16
Not all webpages are coded in HTML.
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
17
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 42 flashcards in this deck.
Unlock Deck
k this deck
18
In HTML5, the (line break) tag does not require a closing tag.
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
19
Webpage names should contain letters, numbers, and underscores.
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
20
Code editors can improve the readability of HTML code by applying appropriate indenting and line spacing automatically.
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
21
Match between columns
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
22
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
A) relative
B) current
C) active
D) absolute
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
23
So that each webpage can access the same style information, web developers place CSS declarations in a(n) ______ style sheet.
A) embedded
B) external
C) outside
D) inline
A) embedded
B) external
C) outside
D) inline
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
24
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
A) align
B) arrange
C) format
D) style
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
25
Ordered lists display a collection of items in a list format, with each list item identified by default with a(n) ______.
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
26
______ indicate the different sections of a webpage.
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
27
The ______:left style displays the image at the upper-left corner of a block of text and displays the text around the image.
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
28
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 42 flashcards in this deck.
Unlock Deck
k this deck
29
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 42 flashcards in this deck.
Unlock Deck
k this deck
30
Which of the following is NOT true about paragraph tags in an HTML file?
A) The browser ignores line breaks and line spacing in an HTML document.
B) The tags inform the browser to insert additional line spacing before and after the paragraph.
C) A tag does not need a corresponding tag to be HTML5-compliant.
D) The tag indicates the beginning of a paragraph.
A) The browser ignores line breaks and line spacing in an HTML document.
B) The tags inform the browser to insert additional line spacing before and after the paragraph.
C) A tag does not need a corresponding tag to be HTML5-compliant.
D) The tag indicates the beginning of a paragraph.
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
31
One way to specify colors is to use ______ values between 00 and FF.
A) hexadecimal
B) rgb
C) spectrum
D) rainbow
A) hexadecimal
B) rgb
C) spectrum
D) rainbow
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
32
The code is an example of a(n) ______ in HTML.
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
33
Which attribute refers to the images folder when specifying the location of an image to display?
A) src
B) loc
C) pic
D) fld
A) src
B) loc
C) pic
D) fld
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
34
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
A) relative
B) full
C) all
D) absolute
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
35
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
A) scr
B) target
C) alt
D) tab
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
36
HTML codes are called ______.
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
37
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
A) Internet Protocol
B) File Transfer Protocol
C) Transmission Control Protocol
D) Computer Transfer Protocol
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
38
The ______ oversees the specification of HTML standards.
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
39
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 42 flashcards in this deck.
Unlock Deck
k this deck
40
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 42 flashcards in this deck.
Unlock Deck
k this deck
41
Describe the capabilities of a CMS.
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
42
Describe the following technologies: HTML5, CSS, and JavaScript.
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck