Hyper Tabular Markup Language
Hyper Text Markup Language
High Text Markup Language
None of these
SGMT
SGML
SGMD
Extensible markup language
Extreme Memory language
Extensible Memory line
Extra markup language
.doc
.html
.txt
.tif
Uniform Resource Locator
Uniform Research Locator
Uniform Resource Link
Uniform Research Link
<javascript>
<script>
<scripting>
<link>
A markup language
A programming language
A database
A server
Dots per ink
Dots per inch
Disk Point Inch
Display per inch
it is an ordered list of values
It is an ordered list of objects
It is an ordered list of string
It is an ordered list of functions
Button
Input
Select
All the above
Enhance only foreground of image
Any type of process or treatment that modifies or enhances the color of a natural diamond
Enhance only background of image
None of the above
{ expression }
[{ expression }]
_expression
{{ expression }}
ng-app
ng-init
ng-model
ng-application
ISO 8879
ISO 7879
ISO 8869
UTF 8
UTF 16
Both A and B
font-weight:bold;
text-decoration:bold;
text:bold;
font:bold;
Cyan, Magenta, Yellow and Blue
Cyan, Magenta, Yellow and Key(Black)
Cyan, Magenta, Yellow and Khaki
Front end
Back end
Full end
All of above
text-decoration
font-dimension
text-style
text-underline
The word "favicon" is a combination of "favorite" and "icon"
Icon associated with a particular website
None of above
Size
text-size
font-size
DatePipe
UpperCasePipe
LowerCasePipe
All of the above
Apple
Netflix
Microsoft
IBM
sum()
eval()
calc()
total()
/ Comment /
/* Comment */
<* Comment *>
<!-- Comment--!>
W3.css
Bulma
Bootstrap
Flex
nc-init
<source>
<video>
<slider>
All of these
borders on all slides
borders on left slides
borders on right slides
Point type is often used for headlines and other single lines of text.
Point type, created by selecting the type tool whereas area type created by selecting the area type tool
Bill Gates
Lee. N. Feyong
Tim Berners Lee
TRUE
FALSE
8
12
14
16
<span>
<nav>
<frameset>
displays content inside a circle
displays content in the center
Both a and b
Inline
Internal
External
Padding
Margin
Border
<dl>
<nl>
<ol>
<ul>
Responsive web design
Image Gallery
Encrypted data
keyword
function
Declaration Statement
Data type
PHP
Python
C++
Java
HTTPS
SMTP
FTP
HTTP
min-height property
line-height property
max-height property
ng-bind
ng-expression
ng-statement
ng-bind expression
content shadow
text-shadow
word-shadow
text outline
Transition
Transform
angularjs.module
module.angular
angular.modules
angular.module
Sublime
ecms
Microsoft word
vi
rgba(255,55,255,1)
rgba(255,255,255,0.0)
rgba(255,55,255,.5)
Times New Roman
Arial
Verdana
World three concept
World wide web consortium
word wide web consortium
World wide web Computer
Sublime Text
Eclipse
Visual Studio
horizontal navigation bar
inside the navigation bar
force the navigation bar
navigation bar to stay at the top of the page
w3-round corner
w3-rounded
w3-round
25
23
80
21
16px left and right padding
16px left and right margin
16px top and bottom padding
CSS
HTML
JavaScript
.text
.xml
Cookies are stored on the client's machine.
Cookies are typically used to store small pieces of information.
Cookies can only be created and read by the server.
Cookies can be used to store user preferences.
w3-hover-color
w3.hover-color
w3:hover-color
w3-hovreable-color
p{font-style: "Times New Roman";}
p{font-family:"Times New "roman",Times,serif;}
p{font-weight:"Times New Roman",Times,serif;}
1 digit
2 digit
3 digit
4 digit
w3-large
w3-xxlarge
w3-xlarge
Small Generalized Markup Language.
Standard Generalized Markup Language.
Standard Global Markup Language.
Small Global Markup Language.
4
7
6
5
9
HTML is used for exchanging data, XML is not.
XML is used for exchanging data, HTML is not.
HTML can have user defined tags, XML cannot
Both B and C
provide 16px top and bottom margin and 16px left and right padding
provide 16px top and bottom margin and 16px left and right margin
provide 16px top and bottom padding and 16px left and right margin
provide 16px top and bottom padding and 16px left and right padding
Google
Linux
Windows
Mozila
onclickmouse
onmouseover
onmouseout
onmouseup
Shared hosting
Virtual Hosting
Cloud Hosting
2010
2008
2001
2005
<h1>
<marquee>
<u>
<strong>
w3.card
w3-card
w3-list-card
w3.list-card
Browser
Search Engine
Both Browser & Search Engine
var myApp = angular('myApp', []);
var myApp = angular.module('myApp', []);
var myApp = module.angular('myApp', []);
var myApp = angular.module([],'myApp');
w3-border
w3.border
w3.-border
font-style
fontsize
1
2
3
Clipboard
History Palette
Undo list
Clipart
<quote>
<qt>
<q>
Common style sheet
Code style sheet
Cascading style sheet
Cascading sheet style
to set Space between its content and its border
to set Space outside content
to set Space between tow lines
to set Space between to character
Misko Hevery
.bmp
.psd
,jpg
.photo
.pdf
16px, 16px, 16px, 16px
16px, 20px, 14px, 14px
16px, 16px, 14px, 14px
14px, 14px, 16px, 16px
onclick
onmousehover
onmouseclick
Read the following script what is 'function' in this code:
function myFunction(){ alert("you have successfully defined the function!");}
Identifier
Operator
var defines a variable while let defines a constant.
There is no such major difference between them
The value of variable declared with let cannot be changed
var define function scoped variable while let define block scoped variable
Post
GET
SET
Delete
let and const are block-scoped, while var is function-scoped
var and let are block-scoped, while const is function-scoped
const and var are block-scoped, while let is function-scoped
They are all function-scoped
Displays a message in an alert box
Prints output to the console
Writes data to a file
Logs an error in the browser console
//This is a comment
<!--This is a comment-->
/* This is a comment */
Both A and C
Checks for equality and ignores the data type
Checks for equality, including data type
Assigns a value to a variable
Compares two values and returns true if they are not equal
document.getelementbyid()
document.getElementbyid()
document.getElementByid()
document.getElementById()
Declares a variable
Defines a loop
Creates a function
Represents a conditional statement