Rebecca Walton
Test por , creado hace más de 1 año

Sanchez, L. (2017). Web Programming with HTML, CSS, Bootstrap, JavaScript, JQuery, PHP, and MySQL . CreateSpace Independent Publishing Platform.

5
0
0
Rebecca Walton
Creado por Rebecca Walton hace más de 4 años
Cerrar

Chapter 1: Introduction to the Web and HTML

Pregunta 1 de 30

1

Which character is used to indicate the end tag of an HTML element?

Selecciona una de las siguientes respuestas posibles:

  • #

  • <

  • >

  • /

Explicación

Pregunta 2 de 30

1

Which of the following elements inserts a line break in HTML file?

Selecciona una de las siguientes respuestas posibles:

  • <break>

  • <br>

  • <newline>

  • <line>

Explicación

Pregunta 3 de 30

1

A tag such as <br> is often called ______ because it does not require a closing tag for the element.

Selecciona una de las siguientes respuestas posibles:

  • break tag

  • short tag

  • brief tag

  • void element

Explicación

Pregunta 4 de 30

1

The HTML ________is/are the building blocks of HTML documents

Selecciona una de las siguientes respuestas posibles:

  • link

  • <h1>

  • elements

  • packets

Explicación

Pregunta 5 de 30

1

All HTML elements must be __________

Selecciona una de las siguientes respuestas posibles:

  • in lowercase

  • properly nested

  • short

  • closed with a tag

Explicación

Pregunta 6 de 30

1

Which of the following is a correct way to use comments in HTML?

Selecciona una de las siguientes respuestas posibles:

  • <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*/

Explicación

Pregunta 7 de 30

1

HTML elements can have attributes. These attributes are used to __________.

Selecciona una de las siguientes respuestas posibles:

  • add additional information for the element

  • override the elements

  • make an element more readable

  • identify each element

Explicación

Pregunta 8 de 30

1

An inline element is normally displayed without starting a new line

Selecciona una de las siguientes respuestas posibles:

  • true

  • false

Explicación

Pregunta 9 de 30

1

Which of the following should be used for the most important heading of a Web page?

Selecciona una de las siguientes respuestas posibles:

  • <header>

  • <head>

  • <heading>

  • <h1>

Explicación

Pregunta 10 de 30

1

Which of the following HTML elements is used to define important text?

Selecciona una de las siguientes respuestas posibles:

  • <em>

  • <strong>

  • <important>

  • <b>

Explicación

Pregunta 11 de 30

1

Which of the following HTML elements is used to define emphasized text?

Selecciona una de las siguientes respuestas posibles:

  • <em>

  • <strong>

  • <important>

  • <b>

Explicación

Pregunta 12 de 30

1

Which HTML element is used to insert an image?

Selecciona una de las siguientes respuestas posibles:

  • <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>

Explicación

Pregunta 13 de 30

1

Which HTML attribute specifies an alternate text for an image, if the image cannot be displayed?

Selecciona una de las siguientes respuestas posibles:

  • alternate

  • alt

  • backup

  • text

Explicación

Pregunta 14 de 30

1

Which of the following HTML element is used to create a hyperlink?

Selecciona una de las siguientes respuestas posibles:

  • <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>

Explicación

Pregunta 15 de 30

1

Which HTML element is used to make a numbered list?

Selecciona una de las siguientes respuestas posibles:

  • <list>

  • <ol>

  • <ul>

  • <number>

Explicación

Pregunta 16 de 30

1

Which HTML element is used to make a bulleted list?

Selecciona una de las siguientes respuestas posibles:

  • <list>

  • <ol>

  • <ul>

  • <number>

Explicación

Pregunta 17 de 30

1

Which HTML element is used to display a webpage within the current webpage?

Selecciona una de las siguientes respuestas posibles:

  • <input>

  • <newpage>

  • <insert>

  • <iframe>

Explicación

Pregunta 18 de 30

1

Which of the following HTML elements are used to mark up a table?

Selecciona una de las siguientes respuestas posibles:

  • <table><tr><td>

  • <tb><tr><td>

  • <body><table>

  • <table><ul><li>

Explicación

Pregunta 19 de 30

1

Which of the following HTML code, if you need a few extra space between 2017 and Your name, what can you do?
<p>COPYRIGHT &copy;2017 Your name</p>

Selecciona una de las siguientes respuestas posibles:

  • Add a few space like this "2017 Your name"

  • Add a space element like <space>

  • Add a few &nbsp; in where you want the space

  • Any of the above works fine

Explicación

Pregunta 20 de 30

1

Which HTML element is used to specify a footer for a document or section?

Selecciona una de las siguientes respuestas posibles:

  • <footer>

  • <foot>

  • <endofdocument>

  • <eod>

Explicación

Pregunta 21 de 30

1

Which HTML element is used to specify a navigation for a page?

Selecciona una de las siguientes respuestas posibles:

  • <navigation>

  • <nav>

  • <navigate>

  • <menu>

Explicación

Pregunta 22 de 30

1

Which HTML element is used to specify content aside from the page content?

Selecciona una de las siguientes respuestas posibles:

  • <footer>

  • <side>

  • <aside>

  • <sidebar>

Explicación

Pregunta 23 de 30

1

Which HTML element is used to specify a header for a document or section?

Selecciona una de las siguientes respuestas posibles:

  • <header>

  • <head>

  • <section>

  • <document header>

Explicación

Pregunta 24 de 30

1

Which HTML element is used to make a text input field in a form?

Selecciona una de las siguientes respuestas posibles:

  • <input type = "input">

  • <input type = "field">

  • <input type = "text">

  • <input type = "inputfield">

Explicación

Pregunta 25 de 30

1

Which HTML element is used to make a checkbox in a form?

Selecciona una de las siguientes respuestas posibles:

  • <input type = "checkbox">

  • <input type = "check">

  • <input type = "box">

  • <input type = "select">

Explicación

Pregunta 26 de 30

1

Which HTML element is used to make a dropdown list in a form?

Selecciona una de las siguientes respuestas posibles:

  • <input type = "dropdown">

  • <input type = "list">

  • <select>

  • <list>

Explicación

Pregunta 27 de 30

1

Which HTML element is used to make a text area in a form?

Selecciona una de las siguientes respuestas posibles:

  • <input type = "textarea">

  • <input type = "text_area">

  • <select>

  • <textarea>

Explicación

Pregunta 28 de 30

1

Which attribute in HTML form is used to specify that an input field must be filled out?

Selecciona una de las siguientes respuestas posibles:

  • checked

  • placeholder

  • value

  • required

Explicación

Pregunta 29 de 30

1

Who is making the standard for the Web?

Selecciona una de las siguientes respuestas posibles:

  • Nobody

  • The World Wide Web Consortium

  • Microsoft

  • Unite Nation

Explicación

Pregunta 30 de 30

1

HTML 5 was the result of hard work of W3C from the first day.

Selecciona una de las siguientes respuestas posibles:

  • true

  • false

Explicación