HTML, CSS & JS Questions

Welcome to your HTML, CSS and JS Questions

Name Email Phone Number
1. 

How will you make all paragraph elements 'RED' in color?

2. 

The attribute, which defines the relationship between the current document and HREF'ed URL is

3. 

If we want to define style for an unique element, then which css selector will we use ?

4. 

Which of the following method is used to evaluate a string of JavaScript code in the context of the specified object?

5. 

tag is designed to fit a single line of our web page but
tag will accept a

6. 

What should be the table width, so that the width of a table adjusts to the current width of the browser window?

7. 

Which is the correct way to write a JavaScript array?

8. 

is

9. 

Any part of the graphic that is not included in another hot zone is considered to be part of

10. 

Is it possible to declare font-weight, font-face & font-size by using ONLY ONE CSS properly?

11. 

The latest HTML standard is

12. 

By default, Hyperlinks are displayed with an underline. How do you remove the underline from all hyperlinks by using CSS code?

13. 

Which of the following is not a valid JavaScript variable name?

14. 

How to append a value to an array of JavaScript?

15. 

Which of the following is a server-side JavaScript object?

16. 

Character encoding is

17. 

What language defines the behavior of a web page?

18. 

www is based on which model?

19. 

HTML stands for?

20. 

Java Script entities start with ____________ and end with ______________

21. 

Which CSS property you will use if you want to add some margin between a DIV's border and its inner text?

22. 

Which of the following is correct to write “Hello World” on the web page?

23. 

Java script can be used for Storing the form's contents to a database file on the server

24. 

Which of the ways below is incorrect of instantiating a date?

25. 

What java wrapper type is created when a JavaScript object is sent to Java?