Welcome to your HTML Set – 4
1.
How to write an IF statement for executing some code if "i" is NOT equal to 5?
2.
How do you make the text bold using CSS?
4.
How do you group selectors?
5.
Which is Not a Text Editor Software
6.
Which text Editor is in-built in Windows operating System
7.
How do you round the number 7.25, to the nearest integer?
8.
How do you create a function in JavaScript?
9.
How do you write "Hello World" in an alert box?
10.
How do you declare a JavaScript variable?
11.
which is the correct format to set the border width for (top=10px,bottom=5px,left=20px and right=1px)
12.
How do you display hyperlinks without an underline?
13.
What is the correct way to write a JavaScript array?
14.
How do you declare a JavaScript variable?
15.
Which property is used to change the font of an element?
16.
How do you find the number with the highest value of x and y?
17.
Which operator is used to assign a value to a variable?
18.
How to write an IF statement in JavaScript?
19.
How do you select all p elements inside a div element?
20.
How can you add a comment in a JavaScript?
21.
What is the default value of the position property?
22.
Which is Not a Text Editor Software
24.
What is the correct CSS syntax for making all the elements bold?
25.
How do you make each word in a text start with a capital letter?