Pregunta 1
Pregunta
Which character is used to indicate the end tag of an HTML element?
Pregunta 2
Pregunta
Which of the following elements inserts a line break in HTML file?
Respuesta
-
<break>
-
<br>
-
<newline>
-
<line>
Pregunta 3
Pregunta
A tag such as <br> is often called ______ because it does not require a closing tag for the element.
Respuesta
-
break tag
-
short tag
-
brief tag
-
void element
Pregunta 4
Pregunta
The HTML ________is/are the building blocks of HTML documents
Respuesta
-
link
-
<h1>
-
elements
-
packets
Pregunta 5
Pregunta
All HTML elements must be __________
Respuesta
-
in lowercase
-
properly nested
-
short
-
closed with a tag
Pregunta 6
Pregunta
Which of the following is a correct way to use comments in HTML?
Respuesta
-
<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*/
Pregunta 7
Pregunta
HTML elements can have attributes. These attributes are used to __________.
Pregunta 8
Pregunta
An inline element is normally displayed without starting a new line
Pregunta 9
Pregunta
Which of the following should be used for the most important heading of a Web page?
Respuesta
-
<header>
-
<head>
-
<heading>
-
<h1>
Pregunta 10
Pregunta
Which of the following HTML elements is used to define important text?
Respuesta
-
<em>
-
<strong>
-
<important>
-
<b>
Pregunta 11
Pregunta
Which of the following HTML elements is used to define emphasized text?
Respuesta
-
<em>
-
<strong>
-
<important>
-
<b>
Pregunta 12
Pregunta
Which HTML element is used to insert an image?
Respuesta
-
<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>
Pregunta 13
Pregunta
Which HTML attribute specifies an alternate text for an image, if the image cannot be displayed?
Respuesta
-
alternate
-
alt
-
backup
-
text
Pregunta 14
Pregunta
Which of the following HTML element is used to create a hyperlink?
Respuesta
-
<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>
Pregunta 15
Pregunta
Which HTML element is used to make a numbered list?
Respuesta
-
<list>
-
<ol>
-
<ul>
-
<number>
Pregunta 16
Pregunta
Which HTML element is used to make a bulleted list?
Respuesta
-
<list>
-
<ol>
-
<ul>
-
<number>
Pregunta 17
Pregunta
Which HTML element is used to display a webpage within the current webpage?
Respuesta
-
<input>
-
<newpage>
-
<insert>
-
<iframe>
Pregunta 18
Pregunta
Which of the following HTML elements are used to mark up a table?
Respuesta
-
<table><tr><td>
-
<tb><tr><td>
-
<body><table>
-
<table><ul><li>
Pregunta 19
Pregunta
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>
Respuesta
-
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
Pregunta 20
Pregunta
Which HTML element is used to specify a footer for a document or section?
Respuesta
-
<footer>
-
<foot>
-
<endofdocument>
-
<eod>
Pregunta 21
Pregunta
Which HTML element is used to specify a navigation for a page?
Respuesta
-
<navigation>
-
<nav>
-
<navigate>
-
<menu>
Pregunta 22
Pregunta
Which HTML element is used to specify content aside from the page content?
Respuesta
-
<footer>
-
<side>
-
<aside>
-
<sidebar>
Pregunta 23
Pregunta
Which HTML element is used to specify a header for a document or section?
Respuesta
-
<header>
-
<head>
-
<section>
-
<document header>
Pregunta 24
Pregunta
Which HTML element is used to make a text input field in a form?
Pregunta 25
Pregunta
Which HTML element is used to make a checkbox in a form?
Pregunta 26
Pregunta
Which HTML element is used to make a dropdown list in a form?
Pregunta 27
Pregunta
Which HTML element is used to make a text area in a form?
Pregunta 28
Pregunta
Which attribute in HTML form is used to specify that an input field must be filled out?
Respuesta
-
checked
-
placeholder
-
value
-
required
Pregunta 29
Pregunta
Who is making the standard for the Web?
Pregunta 30
Pregunta
HTML 5 was the result of hard work of W3C from the first day.