Chapter 1: Introduction to the Web and HTML

Descrição

Sanchez, L. (2017). Web Programming with HTML, CSS, Bootstrap, JavaScript, JQuery, PHP, and MySQL . CreateSpace Independent Publishing Platform.
Rebecca Walton
Quiz por Rebecca Walton, atualizado more than 1 year ago
Rebecca Walton
Criado por Rebecca Walton mais de 4 anos atrás
4
0

Resumo de Recurso

Questão 1

Questão
Which character is used to indicate the end tag of an HTML element?
Responda
  • #
  • <
  • >
  • /

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 __________.
Responda
  • add additional information for the element
  • override the elements
  • make an element more readable
  • identify each element

Questão 8

Questão
An inline element is normally displayed without starting a new line
Responda
  • true
  • false

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 &copy;2017 Your name</p>
Responda
  • 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

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?
Responda
  • <input type = "input">
  • <input type = "field">
  • <input type = "text">
  • <input type = "inputfield">

Questão 25

Questão
Which HTML element is used to make a checkbox in a form?
Responda
  • <input type = "checkbox">
  • <input type = "check">
  • <input type = "box">
  • <input type = "select">

Questão 26

Questão
Which HTML element is used to make a dropdown list in a form?
Responda
  • <input type = "dropdown">
  • <input type = "list">
  • <select>
  • <list>

Questão 27

Questão
Which HTML element is used to make a text area in a form?
Responda
  • <input type = "textarea">
  • <input type = "text_area">
  • <select>
  • <textarea>

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?
Responda
  • Nobody
  • The World Wide Web Consortium
  • Microsoft
  • Unite Nation

Questão 30

Questão
HTML 5 was the result of hard work of W3C from the first day.
Responda
  • true
  • false

Semelhante

Computing Hardware - CPU and Memory
ollietablet123
SFDC App Builder 2
Parker Webb-Mitchell
Data Types
Jacob Sedore
Intake7 BIM L1
Stanley Chia
Software Processes
Nurul Aiman Abdu
Design Patterns
Erica Solum
CCNA Answers – CCNA Exam
Abdul Demir
Abstraction
Shannon Anderson-Rush
Spyware
Sam2
HTTPS explained with Carrier Pigeons
Shannon Anderson-Rush
Data Analytics
anelvr