100% Correct Answers
With ______ , the width of the page changes as the user changes the width of the
browser window. Correct Answer fluid layout
In HTML, id and class names are sensitive, should start with a letter, and can include
letters, numbers, underscores, hyphens, colons, and periods Correct Answer True
Which of the following is the correct HTML code will display "Home Page" in the
browser's tab for the web page. Correct Answer <title>Home Page<title>
The ____ element provides information about the HTML document that's called Correct
Answer meta, metadata
For the following font style code, which order is correct?
font: italic bold 14px/19px Arial, sans-serif; Correct Answer font: style weight size family;
The following code is used to:
input[type="submit"] Correct Answer Add style to one input element of type submit
When you develop a website for general use, it isn't necessary to test it on all of the web
browsers because they are all compatible Correct Answer False
The following code is used to:
*{margin-left: 100px} Correct Answer Add 100px to the left of all elements in the body
To provide more information about some text through the tooltip as shown below, we
need to use the ______ attribute.
HTML is the standard markup language for creating Web pages.
(HTML stands for Hyper Text Markup Language) Correct Answer title
The block element that keeps the line breaks and spaces and displays them on the web
browser is: Correct Answer The pre tag
One of the SEO guidelines is to use the ____ tag to show the structure and importance
of the content on a page. Correct Answer h1
Which of the following is a correct HTML comment Correct Answer <!-- This is a
comment -->