Monday, October 31, 2016

Answers to CodeBabes Quiz - HTML Text Tags

Hello Guys.

For despos who are interested only for the skins & not for knowledge.. here are the quiz answers for chapter 1


Q.1 Which of the following is the correct syntax for a closing HTML tag.

<div>
<\h3>
<//span>
</div>

Ans: 4

Q.2 The following is the correct doctype tag for HTML5

<!DOCTYPE html>

Ans: TRUE

Q.3 Things inside the <head> tag are visible in the browser.

Ans: FALSE

Q.4 Which part of the html page do search results typically display, and shows up in your browser tabs?

Ans: <title>

Q.5 Which html tag encloses only the visual elements of an HTML page?

Ans: <body>