NEW
Font size
WorksheetsILT #1 Web Basic
Total questions: 10
Worksheet time: 5mins
What is the function of element <body>?
Displays all content on the website page.
Displays related information on the entire page.
Displays information that is not related to other content.
Displays information in the form of footnotes on a website.
Here's an example of the elements that are usually in head content, except?
<style>
<title>
<footer>
<meta>
What are the examples of correct commenting?
<!-- --!>
<!-- -->
<-- -->
<-- --!>
In identifying content, the most important content (main content title) should be wrapped using an element?
<h3>
<h1>
<p>
<h2>
What is the role of HTML on a website?
As a component for managing the appearance of a website.
As a structure for building a website page.
As a component for running a website.
As a component to make websites more interactive and dynamic.
What is the function of the keyword "! Important" used when creating CSS?
Shows the red color of an element.
Make the elements displayed at the top of the website.
Making a styling property is considered important by the browser to be applied and does not pay attention to the order.
Make a styling property so that it is displayed first.
A useful property for specifying the font face to apply to the target is?
Font-style
Font-size
Font-family
Font-weight
What is the function of ID Selector?
Apply a rule to all target elements in an HTML document.
Use the element name as the target for the rule to be applied.
Sets the target element based on the value of the class attribute applied to the element.
Sets the target element based on the value of the id attribute applied to the element.
How to force display scroll bar horizontally?
overflow: auto;
overflow: scroll;
overflow-x: scroll;
overflow-y: scroll;
We can configure the viewport using the <meta> element which is stored inside:
<body>
<head>
<header>
<main>
