NEW
Font size
WorksheetsFULLSTACK
Total questions: 30
Worksheet time: 15mins
What is the correct HTML element to define important text?
<strong>
<b>
<important>
<i>
How can you open a link in a new tab or window?
<a href="url" new>
<a href="url" target="_self">
<a href="url" target="_blank">
<a href="url" window="_blank">
What is the correct way to make a text input field in HTML?
<textinput>
<input type="text">
<input text>
<textfield>
Which tag is used to define a table in HTML?
<tab>
<tr>
<td>
<table>
The HTML
- tag is used for:
Ordered lists
Unordered lists
Underlined lists
Linked lists
Which attribute is used to specify an alternate text for an image, if the image cannot be displayed?
title
src
alt
longdesc
What is the purpose of the
To create a division or a section in the document
To create a bold text
To create an image
To define a table row
Which tag is used to define an unordered list item?
<ul>
<li>
<ol>
<item>
What does the
Table header
Table row
Table data
Table footer
How can you make a numbered list?
<list>
<dl>
<ul>
<ol>
Which CSS property is used to change the font of an element?
font-style
font-weight
font-family
font-type
Which property is used to align text in CSS?
text-align
text-alignments
align
text-position
How do you make the text bold using CSS?
font-style: bold;
text-style: bold;
font-weight: bold;
font-size: bold;
Which CSS property is used to change the background image?
background-image
background-img
background-picture
img-background
What is the correct syntax for including an external CSS file in HTML?
<stylesheet> style.css </stylesheet>
<style src="style.css">
<link rel="stylesheet" href="style.css">
<style link="style.css">
How do you center a block element horizontally?
text-align: center;
margin: center;
margin-left: auto; margin-right: auto;
position: center;
In CSS, the z-index property is used to:
Add depth to text
Specify the stacking order of elements
Apply a zoom effect to images
Indent text in a block
What is the default value of the position property in CSS?
fixed
relative
absolute
static
Which of the following properties is used to add spacing inside an element?
margin
padding
border
outline
What is the function of the display property in CSS?
It hides elements
It specifies how elements are displayed
It changes the color of elements
It adjusts the width of elements
How can you add a JavaScript file to an HTML document?
<script href="script.js">
<script src="script.js">
<script link="script.js">
<link src="script.js">
How do you create a function in JavaScript?
function = myFunction()
function myFunction()
create myFunction()
def myFunction()
What is the output of 2 + 5 + "7" in JavaScript?
"257"
14
"12"
"77"
Which method is used to find the length of a string in JavaScript?
length()
getLength()
len()
length
Which of the following is the correct way to write a for loop in JavaScript?
for (i = 0; i < 5; i++)
for i = 1 to 5
for (i <= 5; i++)
for (i = 0; i <= 5)
How do you round a number in JavaScript?
Math.floor()
Math.round()
Math.ceil()
round()
In JavaScript, how do you find the largest number of 3 and 5?
Math.max(3, 5)
Math.largest(3, 5)
Math.biggest(3, 5)
Math.greatest(3, 5)
How can you detect the type of a variable in JavaScript?
typeof
detectType
variableType
getType
What does the typeof operator return for an array in JavaScript?
"object"
"array"
"list"
"undefined"
Which JavaScript keyword is used to declare a constant?
var
let
const
constant
Similar Resources on Wayground
25 questions
The SemiColons Quiz
Worksheet
•
University
25 questions
UAS Administrasi Infrastruktur Jaringan XI
Worksheet
•
University
25 questions
IA_Unid02
Worksheet
•
University
25 questions
Diagnóstico Excel-Certificado
Worksheet
•
University
25 questions
Unity. CharacterController
Worksheet
•
7th Grade - University
25 questions
Script_programming_test
Worksheet
•
University
25 questions
Computer Pretest1(Arduino Grade8_t1)
Worksheet
•
3rd Grade - University
25 questions
Keamanan Jaringan dan Firewall
Worksheet
•
University
