Questão 1
Questão
Which character is used to indicate the end tag of an HTML element?
Questão 2
Questão
Which of the following elements inserts a line break in HTML file?
Responda
-
<break>
-
<br>
-
<newline>
-
<line>
Questão 3
Questão
A tag such as <br> is often called ______ because it does not require a closing tag for the element.
Responda
-
break tag
-
short tag
-
brief tag
-
void element
Questão 4
Questão
The HTML ________is/are the building blocks of HTML documents
Responda
-
link
-
<h1>
-
elements
-
packets
Questão 5
Questão
All HTML elements must be __________
Responda
-
in lowercase
-
properly nested
-
short
-
closed with a tag
Questão 6
Questão
Which of the following is a correct way to use comments in HTML?
Responda
-
<comments>This is a line of comments in HTML</comment>
-
<!--This is a line of comments in HTML-->
-
<skip>This is a line of comments in HTML</skip>
-
/*This is a line of comments in HTML*/
Questão 7
Questão
HTML elements can have attributes. These attributes are used to __________.
Questão 8
Questão
An inline element is normally displayed without starting a new line
Questão 9
Questão
Which of the following should be used for the most important heading of a Web page?
Responda
-
<header>
-
<head>
-
<heading>
-
<h1>
Questão 10
Questão
Which of the following HTML elements is used to define important text?
Responda
-
<em>
-
<strong>
-
<important>
-
<b>
Questão 11
Questão
Which of the following HTML elements is used to define emphasized text?
Responda
-
<em>
-
<strong>
-
<important>
-
<b>
Questão 12
Questão
Which HTML element is used to insert an image?
Responda
-
<img src = "myImage.jpg" alt = "My image">
-
<img src = "myImage.jpg>My Image</img>
-
<img>myImage.jpg</img>
-
<img alt = "My Image">myImage.jpg</img>
Questão 13
Questão
Which HTML attribute specifies an alternate text for an image, if the image cannot be displayed?
Responda
-
alternate
-
alt
-
backup
-
text
Questão 14
Questão
Which of the following HTML element is used to create a hyperlink?
Responda
-
<a>http://www.createspace.com</a>
-
<a attribute = "http://www.createspace.com">CreateSpace</a>
-
<a url = "http://www.createspace.com">CreateSpace</a>
-
<a href = "http://www.createspace.com">CreateSpace</a>
Questão 15
Questão
Which HTML element is used to make a numbered list?
Responda
-
<list>
-
<ol>
-
<ul>
-
<number>
Questão 16
Questão
Which HTML element is used to make a bulleted list?
Responda
-
<list>
-
<ol>
-
<ul>
-
<number>
Questão 17
Questão
Which HTML element is used to display a webpage within the current webpage?
Responda
-
<input>
-
<newpage>
-
<insert>
-
<iframe>
Questão 18
Questão
Which of the following HTML elements are used to mark up a table?
Responda
-
<table><tr><td>
-
<tb><tr><td>
-
<body><table>
-
<table><ul><li>
Questão 19
Questão
Which of the following HTML code, if you need a few extra space between 2017 and Your name, what can you do?
<p>COPYRIGHT ©2017 Your name</p>
Responda
-
Add a few space like this "2017 Your name"
-
Add a space element like <space>
-
Add a few in where you want the space
-
Any of the above works fine
Questão 20
Questão
Which HTML element is used to specify a footer for a document or section?
Responda
-
<footer>
-
<foot>
-
<endofdocument>
-
<eod>
Questão 21
Questão
Which HTML element is used to specify a navigation for a page?
Responda
-
<navigation>
-
<nav>
-
<navigate>
-
<menu>
Questão 22
Questão
Which HTML element is used to specify content aside from the page content?
Responda
-
<footer>
-
<side>
-
<aside>
-
<sidebar>
Questão 23
Questão
Which HTML element is used to specify a header for a document or section?
Responda
-
<header>
-
<head>
-
<section>
-
<document header>
Questão 24
Questão
Which HTML element is used to make a text input field in a form?
Questão 25
Questão
Which HTML element is used to make a checkbox in a form?
Questão 26
Questão
Which HTML element is used to make a dropdown list in a form?
Questão 27
Questão
Which HTML element is used to make a text area in a form?
Questão 28
Questão
Which attribute in HTML form is used to specify that an input field must be filled out?
Responda
-
checked
-
placeholder
-
value
-
required
Questão 29
Questão
Who is making the standard for the Web?
Questão 30
Questão
HTML 5 was the result of hard work of W3C from the first day.