Which of the following type of HTML tag is used to define an internal style sheet ??
Anonymous Quiz
14%
<script>
5%
<link>
78%
<style>
3%
<class>
β€1β‘1π1π₯°1
Which of the following is the correct syntax for referring the external style sheet ??
Anonymous Quiz
12%
<style src = example.css>
69%
<link rel="stylesheet" type="text/css" href="example.css">
8%
<stylesheet> example.css </stylesheet>
10%
<style src = "example.css" >
π―3β‘1π₯°1
Which of the following is the correct syntax to select all paragraph elements in a div element ??
Anonymous Quiz
25%
p
40%
div p
26%
div#p
9%
div ~ p
π₯°2β‘1π₯1
Which of the following CSS property is used to add shadows to the text ??
Anonymous Quiz
4%
text-stroke
10%
text-overflow
11%
text-decoration
74%
text-shadow
π₯°2β€1π₯1π1
The CSS property used to specify the transparency of an element is ??
Anonymous Quiz
17%
Hover
62%
opacity
9%
clearfix
11%
overlay
π―2π₯1π1
Which course do you want to take ??
Anonymous Poll
35%
HTML
58%
JAVASCRIPT
32%
NODE JS
45%
REACT JS
28%
CSS
β€2π₯°1π1
β€1π₯1π1
β€1π₯1π1
What is the path for an image located in same folder as the current page ??
Anonymous Quiz
58%
<img src= βpic.jpgβ>
11%
<img src= β../pic.jpgβ>
13%
<img src= βimages/pic.jpgβ>
19%
<img src= β/images/pic.jpgβ>
β€1π₯1π1
What is the correct syntax of doctype in HTML5 ??
Anonymous Quiz
18%
</doctype html>
11%
<doctype html>
9%
<doctype html!>
62%
<!doctype html>
π₯°2β‘1π1
β€2π₯°1π1
β€2π₯1π1
Which of the following is the correct name of React.js ??
Anonymous Quiz
6%
React
49%
React.js
15%
ReactJS
31%
All of the above
π₯1π₯°1π1
Which of the following command is used to install create-react-app ??
Anonymous Quiz
38%
npm install -g create-react-app
45%
npm install create-react-app
7%
npm install -f create-react-app
10%
install -g create-react-app
π₯1π₯°1π1
What is the default port where webpack-server runs ??
Anonymous Quiz
60%
8080
27%
3000
10%
3030
2%
6060
β€1π₯1π1
How many numbers of elements a valid react component can return ??
Anonymous Quiz
47%
1
28%
2
15%
4
10%
5
π₯1π₯°1π1