Unit 4 Section C
the text for a web page and the html tags is stored in______ A) a source document B) a file with a .web extension C) a browser D) all of the above
A) a source document
professional web designers should avoid using___css A) inline B) internal C) external
A) inline
the html tag <h1> specifies___ A) the style of text used as headings B) the title of an html page C) the beginning of an html document D) the format for images
A) the style of text used as headings
why do web designers use dynamic web pages? A) they are more interesting and interactive B) they are more secure C) they are easier to produce D) they are faster than static pages
A) they are more interesting and interactive
what is the purpose of a web hosting service? A) storing a documents offline B) supplying a server platform for web sites C) providing internet service D) providing access to the web
B) supplying a server platform for web sites
based on the css in figure 4-33, what is the color for visited links? A) purple B) white C) blue D) black
C) blue
documents created with word processing software____ A) can be posted to the web as docx files B) cannot be used on the web C) can be converted to html files for the web D) contain html tags
C) can be converted to html files for the web
the name of the file that contains the css in figure 4-34 is called A) page 1 B) style sheet C) sitestyle.css D "the global chef"
C) sitestyle.css
1) a web server sends a(n)____ document to a browser, which then displays it as a web page
html, source
<a href> is used to create______ in an html document
links, hyperlinks
dynamic web pages are created with ____ written in languages such as php and javascript
scripts
css stands for cascading ____ sheets
style
In figure 4-36, what generated the web page? A) a database B) an html document C) a query D) a server-side script
D) a server-side script
the head section of an html document contains_____ A) the title B) the doctype declaration C) the <html> declaration D) all of the above
D) all of the above
notepad and textedit can be used to manually enter html___into a document
code, tags