WorksheetsINTRODUCTION TO WEB DEVELOPMENT
Total questions: 8
Worksheet time: 80secs
It is the program used by web clients to view the web pages.
Protocol
Web Browser
Web Server
Search Engine
The followings are the three main languages of web development except for?
HTML
CSS
JavaScript
Pycharm
What does SQL stand for?
Structured Query Language
Strong Question Language
Structured Question Language
None of the above.
Which button class is used to create a large button?
.btn-large
.btn-lg
.btn-xl
.btn-l
A standard navigation bar is created with:
<nav class="nav navbar">
<nav class="navbar navbar-default">
<nav class="navigationbar navbar-default">
<nav class="navbar default-navbar">
Which sign does jQuery use as a shortcut for jQuery?
the % sign
the ? Sign
the $ sign
the ( ); sign
In HTML, which attribute is used to specify that an input field must be filled out?
required
placeholder
validate
formvalidate
The Bootstrap grid system is based on how many columns?
11
10
12
9
