Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
Web Programming with HTML5 CSS and JavaScriptb
Quiz 2: Coding Standards, Block Elements, Text Elements, and Character References
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 1
Multiple Choice
The purpose of the s element is to display text:
Question 2
True/False
Proper style says to use uppercase for all attributes.
Question 3
True/False
The purpose of the wbr element is to prevent a line break.
Question 4
Short Answer
Given the following HTML code that forms the top of a web page, to satisfy proper style guidelines, you should add ______ to the end of the title element. <html> <head> <title>Sample Web Page </head>
Question 5
Short Answer
The ______ element is for an abbreviation or acronym.
Question 6
Short Answer
Given the following HTML code that forms the top of a web page, what two meta elements should you insert above the title element? <html> <head> <title>Sample Web Page </head>