NEW
Font size
WorksheetsWebsite Practical Assessment
Total questions: 10
Worksheet time: 3mins
What does the HTML stand for?
High Text Markup Language
Hyper Text Markup Language
Hyper Text Main Language
High Textured Markup Language
Which html tag that use to write a heading text?
<h1>
<table>
<html>
<strong>
If you want to create a table, which tag that you use?
<td>
<tr>
<table>
<th>
What html code should be written to build this element?
Which text formatting tag that you can use to make your text bold?
Example : "Hi, this text is bold!"
<i>
<strong>
<sup>
<b>
What html tag needed if we want to insert an image?
<audio>
<image>
<img>
<picture>
What html code should be written to build this element?
How many tags we can use to define a heading text in html?
4
5
6
7
What is Bootstrap?
A website tools that used to write down HTML.
A boot with a strap.
Framework for developing responsive and mobile-first websites.
A website that shows how to create an HTML.
What is that component?
Bootstrap navigation bar
Bootstrap card
Bootstrap title
Bootstrap grid
