Which of the following HTML tag is used to display the text with scrolling effect?
Anonymous Quiz
49%
<scroll>
36%
<marquee>
7%
<div>
9%
None of the above
Which of the following is the correct way to send mail in HTML?
Anonymous Quiz
45%
<a href = "mailto: xy@y">
11%
<a href = "xy@y">
15%
<mail xy@y</mail>
15%
<mailto:abc@j>
15%
None of the above
Which of the following is the container for <th>, and <td> ?
Anonymous Quiz
9%
<data>
61%
<table>
5%
<group>
25%
All of the above
👍1
Which of the following HTML attribute is used to define inline styles?
Anonymous Quiz
10%
type
48%
style
10%
class
10%
id
15%
link
6%
meta
How to create a date 1 March 2021? ⏱
Anonymous Quiz
42%
new Date(1, 3, 2021)
19%
new Date(2021, 2, 1)
30%
new Date(3, 1, 2021)
9%
new Date(3, 1, 2021)
What is the result of execution of this try catch block? 👆🏻
Anonymous Quiz
70%
'an error happened'
30%
Nothing
What is the result of execution of this try catch block? 👆🏻
Anonymous Quiz
54%
'an error happened'
46%
Nothing
Useful: if you work on a large JavaScript project, run
$> npx unimported
It scans your project and lists all unused NPM dependencies and unimported components, that are not used in your code. It helps to remove dead code from your codebase.
$> npx unimported
It scans your project and lists all unused NPM dependencies and unimported components, that are not used in your code. It helps to remove dead code from your codebase.