Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Technology Questions
In HTML, what is the marquee tag and what does it do when used in a web page, despite being non standard and deprecated?
In HTML, what is the purpose of the span inline element and how can you use it with one example?
Explain the difference between traditional HTML and HTML5 in terms of structure, new elements, and browser features.
In a web page, how can you insert JavaScript code into HTML so that the browser can execute it?
In HTML, what is the importance of the document type declaration Doctype at the top of a page?
Differentiate common HTML document type declarations such as HTML4 transitional, strict, XHTML, and HTML5.
What are the different ways to integrate Cascading Style Sheets CSS into a web page?
In CSS, what is a selector and why is it important in defining styles for an HTML document?
What is the use of CSS sprites in web design and front end performance optimization?
In Cascading Style Sheets, what are the main parts of a CSS ruleset and how are they structured?
What is the difference between a CSS class selector and an id selector when styling HTML elements?
What is the purpose of CSS pseudo elements and how do they enhance styling of content?
What is the use of media types in CSS and how do they support responsive design?
What are the advantages of using an external style sheet compared to inline styles in HTML pages?
In web development, how does JavaScript compare with JScript and what is the relationship between them?
What is the difference between client side JavaScript and server side JavaScript in web applications?
In the context of web browsers, where are HTTP cookies actually stored on the user hard disk?
In JavaScript, how can you access elements in the HTML document object model DOM to read or change them?
How can you set the mouse cursor to a wait or busy shape using JavaScript in a web page?
In JavaScript, what do the functions encodeURI and decodeURI do when working with web addresses?
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79