<thead>
<footer>
<tfoot>
<tbody>
<label>
<caption>
<title>
Browser
Compiler
Database
Text Editor
Video
Voice
Image
Syntax
<link>
<script>
<style>
<css>
Server-only
Client-side
Class Selector
Tag Selector
ID Selector
Universal Selector
text-color
font-color
font-style
color
Child Selector
Descendant Selector
Adjacent Selector
~
>
+
*
href="_blank"
open="new"
target="_blank"
new="tab"
<!-- comment -->
// comment
/* comment */
# comment
borderspacing
cellpadding
cellspacing
colspan
<ol>
<ul>
<li>
<item>
<dt>
<dl>
<dd>
value
method
type
action
placeholder
id
name
h1 h2 h3
h1+h2+h3
h1,h2,h3
h1>h2>h3
repeat-x
repeat-y
no-repeat
fixed
list-image
bullet-image
list-style-image
image-style
order
stack
z-index
layer
Universal Selector (*)
Tag > Class > ID
Class > Tag > ID
ID > Class > Tag
Universal > ID > Class
Standard Graphical Markup Language
Standard Generalized Markup Language
System General Markup Language
Structured General Markup Language
HTML
SGML
CSS
HTTP
ISO
W3C
IEEE
ANSI
Shared Hosting
VPS Hosting
Dedicated Hosting
Free Hosting
PDF
XML
JPG
MP3
Maintains its own database
Searches multiple search engines simultaneously
Hosts websites
Manages domains
Network Layer
Transport Layer
Application Layer
Physical Layer
Success
Unauthorized
Page Not Found
Internal Server Error
Content Management System
Central Management Service
Computer Managed Software
Content Monitoring Standard
Notepad Only
Adobe Dreamweaver
Command Prompt
Sublime
Styling Pages
Providing Information about Web Pages
Executing Scripts
Database Queries
Lasso Tool
Quick Selection Tool
Magic Wand Tool
Pen Tool
Freehand Lasso
Polygonal Lasso
Magnetic Lasso
Marquee Tool
Healing Brush
Clone Stamp Tool
Dodge Tool
Smudge Tool
Burn Tool
Sponge Tool
Clone Tool
Notepad++
Sublime Text
Photoshop
Notepad
Code Folding
Auto Completion
Macro Recording
Multi View
Ctrl + Shift + D
Ctrl + D
Alt + D
Shift + D
Compression Format
Character Encoding Standard
File System
Backup Tool
Syntax Coloring
Auto Pairing
Macro
var
let
static
public
==
=
===
!=
What is the output?
console.log("5" + 2);
7
52
Error
Undefined
::
?:
??
=>
console.log(2+"2"*2);
44
12
6
ng-if
ng-show-only
ng-hide-if
ng-condition
ng-model
ng-repeat
ng-bind
ng-app
Microsoft
Google
Oracle
IBM
getElement()
getElementById()
getId()
queryElement()
onblur
onfocus
onclick
onsubmit
let x=10; if(x="5") console.log("Yes");
No Output
Yes
/
%
^
w3-gray
w3-grayscale
w3-image-gray
w3-filter-gray
w3-round
w3-circle
w3-image-round
w3-rounded
w3-italic
w3-font-italic
w3-style-italic
w3-i
w3-center
w3-middle
w3-align-center
w3-text-center
w3-border-all
w3-bordered
w3-border
w3-frame
w3-left-border
w3-leftbar
w3-bar-left
w3-panel-left
What will be the output?
let x = 0; if(x) console.log("True"); else console.log("False");
True
False
0
console.log(true + true);
1
2
for(i=1;i<=3;i++); console.log(i);
1 2 3
3
4
Server-side Framework
JavaScript Framework
Database System
CSS Framework
MVC
FTP
TCP/IP
Client-Server Only
{{ }}
[[ ]]
(( ))
<< >>
<div ng-app="" ng-init="x=10"> {{x*2}} </div>
10
20
100
number
range
slider
progress
focus
autofocus
auto
active
regex
pattern
validate
match
require
required
mandatory
play
controls
media
autoplay
<menu>
<nav>
<sidebar>
Supported in HTML5
Deprecated in HTML5
Required in HTML5
Used for multimedia
clear
erase
reset
refresh
<input type="textarea">
<textbox>
<textarea>
<multiline>
margin
spacing
//
/*
<!--
#
title
alt
caption
<strike>
<s>
<del>
Both A and C
SMTP
Bill Gates
Tim Berners-Lee
Dennis Ritchie
Steve Jobs
Search Engine
Web Server
Programming Language
JavaScript
PHP
Node.js
ASP.NET
200
404
403
500
News Portal
Facebook
Personal Portfolio Website
Amazon
Media Queries
Tables
Frames
Applets
Client-Server
Ring Network
Peer-to-Peer Only
Bus Architecture
Client Computer
Mobile Device
JSP
POST
GET
PUT
DELETE
target
href
<legend>
No difference
Disabled field is submitted with form data
Readonly field is submitted, disabled field is not
Disabled field can be edited
What will this pattern accept?
<input pattern="[0-9]{4}">
Any number
Exactly 4 digits
At least 4 digits
Maximum 4 digits
input.required
input[required]
input(required)
input::required
:focus
:active
:hover
:visited