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