+923132835245
safcodeinstitute@gmail.com
Online Quiz
10000+ Questions!
Students Works
Ideas & Topics!
Live Coding
HTML & CSS
Home
(current)
About
Courses
CIT
Web Designing
Graphic Designing
Web Development
Digital Marketing
WordPress + SEO
Artificial Intelligence (AI)
Shopify + WordPress Development
Tutorials
Feedback
Programming Notes
Enroll Now
Contact
Test Your Programming Skills with Safcode!
Here is all important interview / exams questions.
Student doing practice apptitude test on safcode platform.
Instruction: "Total Number of Questions: 20
Each question carry 10 mark , no negative marking"
Quiz Start
1. Which class provides a full width container, spanning the entire width of the viewport?
.container-fluid
.full-container
.container-fixed
.container
View Answer
2. Which sign does jQuery use as a shortcut for jQuery?
? Sign
$ Sign
% Sign
@ Sign
View Answer
3. The _________ property of any event refers to the element that originated the event.
target
get
action
event
View Answer
4. DOM Stands for?
Domestic Oriented Model
Document Objection Model
Document Object Model
Dynamic Object Model
View Answer
5. Get Id Selector by using _________ function.
$.GetElementId()
$.getId()
document.getElementById()
All of these
View Answer
6. If you want to have 3 equal columns in Bootstrap, which class would you use?
.col-md-3
.col-md-12
.col-md-4
.col-md-6
View Answer
7. How many columns in bootstrap grid system?
9
6
12
10
View Answer
8. jquery written in _________ .
Java
All of these
C++
Javascript
View Answer
9. __________ class defines the dialog layout of the modal?
modal-content
modal-table
modal-dialog
modal-header
View Answer
10. Which method is used to converts a string value into uppercase()?
Upper()
Capitalize()
toUpperCase()
toLowercase()
View Answer