/
Browse
/
Learning Journeys
/
Getting Started with Web Development
/
Structuring Pages with HTML
Structuring Pages with HTML
Introducing HyperText Markup Language (HTML)
30 mins
Working with HTML Documents
45 mins
Using Layout Elements
20 mins
Capturing User Input
50 mins
Quiz
Styling Pages with CSS
Creating Dynamic Pages with JavaScript
Developing SAP Fiori Applications with SAPUI5
Knowledge quiz
It's time to put what you've learned to the test, get 5 right to pass this unit.
1.
Which tag should be used first on an HTML document?
Choose the correct answer.
<!Doctype HTML>
<Doctype!>
<script>
2.
Which HTML element can you use to display a hyperlink on a web page?
Choose the correct answer.
<a﹥</a﹥
<p> </p>
<div> </div>
3.
Which element do you use to create a header cell in an HTML table?
Choose the correct answer.
<tr> Element
<th> Element
<td> Element
4.
What is the root element of an HTML document ?
Choose the correct answer.
<html>
<body>
<head>
5.
Which HTML event is triggered when an HTML page is loaded?
Choose the correct answer.
onload
triggered
onHTML
6.
Which HTML element can be used to create header Cell in a Table?
Choose the correct answer.
<td>
<th>
<tc>