Introduction To Web Development week 2 Quiz Answer

Introduction To Web Development week 2 Quiz Answer



Introduction To Web Development 

week 2 Quiz Answer




Q1) Which Web browser is required for this course?
  • You can use any browser
  • Firefox
  • Chrome
  • Internet Explorer
  • Safari


Q2) What are the most common file types used in websites?
  • HTML, JavaScript and Word
  • HTML, JavaScript, CSS and Images
  • HTML and XML
  • Any file with a .zip extension
  • HTML, JavaScript, CSS and Excel


Q3) The HTML language is primarily composed of opening and closing
  • stamps
  • markers
  • operators
  • commands
  • tags


Q4) One of the recommended ways to practice your HTML skills is
  • w3schools.com
  • Flash cards
  • Earn a degree in HTML
  • With pencil and paper
  • All of these are recommended


Q5) What is true about HTML versions?
  • We must use only HTML3 in Chrome
  • HTML5 is radically different that version 4.
  • HTML5 is the current version of HTML
  • HTML5 is experimental and not ready for general use.
  • All of these are true


Q6) Which of these is true of the select tag? (Select all that apply.)
  • Items in a select tag are created using an option tag
  • It allows us to select the version of HTML we want to use.
  • It is used to create a drop down list items
  • All of these are true


Q7) What is true about the view source feature in Web browsers? (Select all that apply.)
  • View source can help us learning about HTML techniques
  • Viewing source is an invasion of privacy and possibly illegal.
  • Chrome allows view source with a right-click
  • All of these are true


Q8) We create HTML links by which means?
  • With <anchor>
  • with <href>
  • with <a> and an href
  • None of these
  • Link tags


Q9) Which of these things about HTML links is not true?
  • A link can have any name you want.
  • The href attribute needs to be accurate.
  • We should test every link we create.
  • Pages can have multiple links.
  • If you mistype a link in your HTML, Google can usually figure it out


Q10) Which of the following is not true of working with paragraph tags?
  • The tags look like <p></p>
  • Paragraph tags tend to display wrapped text in the browser.
  • Paragraph tags allow some other tags to be used within them.
  • Paragraph tags do not show whitespace in the browser.
  • Paragraph tags show all whitespace in the browser


Q11) Which is true about the break tag?
  • Denoted as <break>
  • It is a single tag and denoted as <BR>
  • It uses an opening and closing tag.
  • Break tags do not work in most browsers.
  • Break tags cause HTML to stop processing.


Q12) If we create a table of five rows with three cells per row, how many total tags are needed, including opening and closing tags?
  • 2 table, 11 tr and 30 td tags
  • 3 table, 10 tr and 30 td tags
  • 2 table, 8 tr and 24 td tags
  • 2 table, 10 tr and 25 td tags
  • 2 table, 10 tr and 30 td tags








---------------------------------------------------------------------------------------------------------------------------------------------



---------------------------------------------------------------------------------------------------------------------------------------------

Post a Comment

1 Comments