CTW 1- Basic Structure
Review for Lesson 1 in Coding the Web; the practice quiz will grade itself, so feel free to take more than once. If information is not on your Notes sheet, it probably needs to be!
Sign in to Google to save your progress. Learn more
Name
Email
Quiz Questions
Words between pointed brackets in HTML are called: *
1 point
Which TWO go inside the <head> of a webpage? *
2 points
Required
These tags provide information about data in an HTML document and are not displayed on the page; used for keywords, etc. *
1 point
COMPLETE THE CODE:  (use lower case)   <meta charset="____">
1 point
COMPLETE THE CODE:  (use lower case)   <head><____>Words in the blue bar</_____></head>
1 point
COMPLETE THE CODE: (use upper case)  <________ html>
1 point
COMPLETE THE CODE:  (use lower case)    <_______></html>  **last two lines of code on the page
1 point
COMPLETE THE CODE:  (use lower case)    </body><_______>
1 point
COMPLETE THE CODE: (use lower case)   <!DOCTYPE html>________<head><title>
1 point
What part of this code is the ATTRIBUTE?   <meta charset="utf-8">
1 point
Clear selection
The visible part of the webpage is coded in the:
1 point
Clear selection
Tags come in pairs most of the time; tags that have no closing tag (and therefore no pair) are called:
1 point
Clear selection
Tags with closing pairs must not overlap other tags; this concept is called:
1 point
Clear selection
COMPLETE THE CODE:  (use lower case)    <html>_______<title>Words</title>
1 point
The browser's _________ is the area of the window in which web content can be seen.
1 point
Clear selection
A mobile optimized site should have this tag in the <head> --  COMPLETE THE CODE (use lower case)      <meta name="___________" content="width=device-width, initial-scale=1">
1 point
Clear selection
Submit
Clear form
Never submit passwords through Google Forms.
This form was created inside of Jackson R2 Schools. Report Abuse