Menu mobile
Home
PYTHON
Python Tutorial
Program Example
Interview Questions
JAVA
Java Tutorial
Program Example
Interview Questions
C Language
C Tutorial
Program Example
Interview Questions
Web Design
HTML
CSS
Java Script
PHP
Assignment
MS Office
HTML
CSS
Java Script
QUIZ ON : HTML - GETTING STARTED WITH HTML
GETTING STARTED WITH HTML
00:00:00
English
Hindi
Question No# :
01
out of 45
HTML tags are recognized by:
HTML टैग किसके द्वारा पहचाने जाते हैं:
A.
< >
< >
B.
<< >>
<< >>
C.
<= =>
<= =>
D.
none of the above
इनमे से कोई भी नहीं
Question No# :
02
out of 45
The year in which HTML was first proposed
HTML को पहली बार कब प्रस्तावित किया गया था
A.
1990
1990
B.
1980
1980
C.
2000
2000
D.
1995
1995
Question No# :
03
out of 45
Where is the title tag defined?
<title > टैग का प्रयोग कहा किया जाता है?
A.
Immediately inside the html tag
तुरंत html टैग के अंदर
B.
Immediately inside the head tag
हेड टैग के अंदर
C.
Immediately inside the body tag
बॉडी टैग के अंदर
D.
None of the above
इनमे से कोई भी नहीं
Question No# :
04
out of 45
What is the correct syntax for writing ‘doctype’ in HTML5?
What is the correct syntax for writing ‘doctype’ in HTML5?
A.
<!doctype html>
<!doctype html>
B.
<!DOCTYPE html>
<!DOCTYPE html>
C.
<!Doctype html>
<!Doctype html>
D.
All of the above
All of the above
Question No# :
05
out of 45
HTML tags are enclosed in
HTML टैग्स संलग्न हैं
A.
# and #
# and #
B.
{ and }
{ and }
C.
! and ?
! and ?
D.
< and >
< and >
Question No# :
06
out of 45
The entire web document is contained within ____
संपूर्ण वेब दस्तावेज़ ____ के भीतर समाहित है
A.
Comments
कम्मेन्ट्स
B.
Tags
टैग
C.
Web page
वेब पेज
D.
HTML element
एचटीएमएल तत्व
Question No# :
07
out of 45
What should be the first tag in any HTML document?
किसी भी HTML पेज में पहला टैग क्या होना चाहिए?
A.
<head>
<head>
B.
<title>
<title>
C.
<html>
<html>
D.
<document>
<document>
Question No# :
08
out of 45
HTML uses
HTML उपयोग करता है
A.
User defined tags
यूजर के द्वारा बनाये गए टैग
B.
Pre-specified tags
पूर्व-निर्दिष्ट टैग
C.
Fixed tags defined by the language
भाषा द्वारा परिभाषित निश्चित टैग
D.
Tags only for linking
केवल लिंक करने के लिए टैग
Question No# :
09
out of 45
Which is the correct format to apply attribute in any tag
Which is the correct format to apply attribute in any tag
A.
<tagName attributeName="value">...</tagName>
<tagName attributeName="value">...</tagName>
B.
</tagName attributeName="value">...</tagName>
</tagName attributeName="value">...</tagName>
C.
<attributeName="value" tagName>...</tagName>
<attributeName="value" tagName>...</tagName>
D.
<tagName >...</ attributeName="value" tagName>
<tagName >...</ attributeName="value" tagName>
Question No# :
10
out of 45
The latest HTML standard is
HTML का नवीनतम संस्करण कौन सा है
A.
XML
XML
B.
SGML
SGML
C.
HTML 4.0
HTML 4.0
D.
HTML 5.0
HTML 5.0
Question No# :
11
out of 45
Which tag tells the browser where the HTML page starts and stops?
कौन सा टैग ब्राउज़र को बताता है कि HTML पेज कहाँ से शुरू होता है और कहाँ रुकता है?
A.
<html>
<html>
B.
<body>
<body>
C.
<head>
<head>
D.
<title>
<title>
Question No# :
12
out of 45
How to insert a background image in HTML?
How to insert a background image in HTML?
A.
<body background = "img.png">
<body background = "img.png">
B.
<img background = "img.png">
<img background = "img.png">
C.
<bg-image = "img.png">
<bg-image = "img.png">
D.
None of the above
None of the above
Question No# :
13
out of 45
In which part of the HTML metadata is contained?
In which part of the HTML metadata is contained?
A.
body tag
body tag
B.
html tag
html tag
C.
head tag
head tag
D.
title tag
title tag
Question No# :
14
out of 45
What is the role of charset attribute? It specifies
What is the role of charset attribute? It specifies
A.
a scheme to be used to interpret the value of the content attribute
a scheme to be used to interpret the value of the content attribute
B.
a name for the metadata
a name for the metadata
C.
the character encoding for the HTML document
the character encoding for the HTML document
D.
none of the mentioned
none of the mentioned
Question No# :
15
out of 45
What is the value of rel attribute to describe a favicon?
What is the value of rel attribute to describe a favicon?
A.
favicon
favicon
B.
image
image
C.
icon
icon
D.
fav
fav
Question No# :
16
out of 45
HTML tags are surrounded by which type of brackets
HTML टैग में किस प्रकार के ब्रैकेट का उपयोग करते है
A.
Curly
Curly
B.
Round
Round
C.
Square
Square
D.
Angle
Angle
Question No# :
17
out of 45
What is the abbreviation of HTML?
एचटीएमएल का संक्षिप्त नाम क्या है?
A.
Hyper Tag Markup Language
हाइपर टैग मार्कअप लैंग्वेज
B.
Hyper Text Markup Language
हाइपर टेक्स्ट मार्कअप लैंग्वेज
C.
Hyper Text Main Language
हाइपर टेक्स्ट मुख्य भाषा
D.
Hyper Tag Main Language
हाइपर टैग मुख्य भाषा
Question No# :
18
out of 45
HTML web pages can be read and rendered by
HTML वेब पेजों को किसके मदद से पढ़ा और प्रस्तुत किया जा सकता है
A.
Compiler
Compiler
B.
Server
Server
C.
Web Browser
Web Browser
D.
Interpreter
Interpreter
Question No# :
19
out of 45
Tags and texts that are not directly displayed on the page are written in which section
टैग और टेक्स्ट जो सीधे पेज पर प्रदर्शित नहीं होते हैं वह किस सेक्शन में लिखे जाते हैं
A.
<head>
<head>
B.
<title>
<title>
C.
<body>
<body>
D.
<html>
<html>
Question No# :
20
out of 45
Which of the following is a notation that uses a name in angle brackets to annotate a piece of Web page information ?
निम्नलिखित में से कौन सा एक नोटेशन है जो वेब पेज की जानकारी के एक पीस को एनोटेट करने के लिए एंगल ब्रैकेट्स में एक नाम का यूज़ करता है?
A.
HTML
एचटीएमएल
B.
Tag
टैग
C.
Attribute
एट्रिब्यूट
D.
Markup Language
मार्कअप लैंग्वेज
Question No# :
21
out of 45
Web pages starts with which of the following tag?
वेब पेज निम्न में से किस टैग से शुरू होते हैं?
A.
<Body>
<Body>
B.
<Title>
<Title>
C.
<HTML>
<HTML>
D.
<Form>
<Form>
Question No# :
22
out of 45
_______are the HTML codes that control the apearance of the document contents
_______ HTML कोड हैं जो दस्तावेज़ सामग्री की उपस्थिति को नियंत्रित करते हैं
A.
Tags
टैग
B.
Codas
कोडस
C.
Slashes
स्लैश
D.
Properties
गुण
Question No# :
23
out of 45
which one is invalid attribute of <body> tag
which one is invalid attribute of <body> tag
A.
bgcolor
bgcolor
B.
text
text
C.
color
color
D.
background
background
Question No# :
24
out of 45
An HTML file starts with the tag:
एक HTML फ़ाइल टैग से शुरू होती है:
A.
<TITLE>
<TITLE>
B.
<BODY>
<BODY>
C.
<BODY>
<BODY>
D.
<HTML>
<HTML>
Question No# :
25
out of 45
Which tag is used to identify the author’s name of the web document?
वेब दस्तावेज़ के लेखक के नाम की पहचान करने के लिए किस टैग का उपयोग किया जाता है?
A.
Anchor tag
एंकर टैग
B.
Meta tag
मेटा टैग
C.
Title tag
टाइटल टैग
D.
Font tag
फ़ॉन्ट टैग
Question No# :
26
out of 45
which attribute is used to set the background image in <body> tag
which attribute is used to set the background image in <body> tag
A.
image
image
B.
backgrounimage
backgrounimage
C.
backgrounpic
backgrounpic
D.
background
background
Question No# :
27
out of 45
Which One is the valid color code for RED in Hexadecimal color scheme
Which One is the valid color code for RED in Hexadecimal color scheme
A.
#FFFFFF
#FFFFFF
B.
#000000
#000000
C.
#FF0000
#FF0000
D.
#00FF00
#00FF00
Question No# :
28
out of 45
What can be the possible extension for the HTML5 file?
HTML5 फ़ाइल के लिए संभावित एक्सटेंशन क्या हो सकता है?
A.
.htm
.htm
B.
.html
.html
C.
.txt
.txt
D.
Both .html and .htm
Both .html and .htm
Question No# :
29
out of 45
Which of the following is a container tag
निम्न में से कौन एक कंटेनर टैग है
A.
<select>
<select>
B.
<body>
<body>
C.
<input>
<input>
D.
Both (A) and (B)
Both (A) and (B)
Question No# :
30
out of 45
The Browser applies the feature of a tag until it encounters_____tag.
ब्राउज़र एक टैग की विशेषता को तब तक लागू करता है जब तक कि उसका सामना _____टैग से नहीं हो जाता।
A.
Quit
छोड़ना
B.
Closing
समापन
C.
Exit
बाहर निकलना
D.
Anti
एंटी
Question No# :
31
out of 45
Which section of the Web page will contain Meta tags?
वेब पेज के किस सेक्शन में मेटा टैग होंगे?
A.
Body section
बॉडी सेक्शन
B.
Heading section
हेडिंग सेक्शन
C.
(a) or (b)
(ए) या (बी)
D.
None
कोई भी नहीं
Question No# :
32
out of 45
Which attribute gives the value associated with the http-equiv or name attribute?
Which attribute gives the value associated with the http-equiv or name attribute?
A.
content
content
B.
name
name
C.
charset
charset
D.
http-equiv
http-equiv
Question No# :
33
out of 45
Which one is valid attribute of <body> tag
Which one is valid attribute of <body> tag
A.
color
color
B.
text
text
C.
font
font
D.
image
image
Question No# :
34
out of 45
Which of the following is a valid tag?
निम्नलिखित में से कौन एक मान्य टैग है?
A.
[BODY]
[BODY]
B.
<BODY>
<BODY>
C.
Both a) and b)
Both a) and b)
D.
None of these
None of these
Question No# :
35
out of 45
The BODY tag is usually used after
<body > टैग आमतौर पर किस टैग के बाद प्रयोग किया जाता है
A.
HTML tag
HTML tag
B.
HEAD tag
HEAD tag
C.
TITLE tag
TITLE tag
D.
EM tag
EM tag
Question No# :
36
out of 45
Fundamental HTML Block is known as
HTML के बेसिक ब्लॉक एलिमेंट को किस नाम से जाना जाता है
A.
HTML Body
HTML Body
B.
HTML Tag
HTML Tag
C.
HTML Attribute
HTML Attribute
D.
HTML Element
HTML Element
Question No# :
37
out of 45
The page title is inside the____tag.
पृष्ठ का शीर्षक ____टैग के अंदर है।
A.
Body
बॉडी
B.
Head
सिर
C.
Division
विभाजन
D.
Table
मेज
Question No# :
38
out of 45
Meta tag appear in
Meta tag appear in
A.
<HEAD>
<HEAD>
B.
<TITLE>
<TITLE>
C.
<BODY>
<BODY>
D.
<FORM>
<FORM>
Question No# :
39
out of 45
Metadata store information about the web page that is not necessarily visible to end users.
Metadata store information about the web page that is not necessarily visible to end users.
A.
TRUE
B.
FALSE
Question No# :
40
out of 45
Which of the following is not a pair tag?
Which of the following is not a pair tag?
A.
img
img
B.
ul
ul
C.
a
a
D.
li
li
Question No# :
41
out of 45
Which of the following is part of an HTML tag and provides additional information about the element?
निम्नलिखित में से कौन एक HTML टैग का पार्ट है और एलिमेंट के बारे में अतिरिक्त जानकारी प्रदान करता है?
A.
Attribute
एट्रिब्यूट
B.
Cookie
कुकी
C.
Ordered List
ऑर्डर्ड लिस्ट
D.
Hypertext
हाइपरटेक्स्ट
Question No# :
42
out of 45
What does the name attribute in meta tags specify?
What does the name attribute in meta tags specify?
A.
HTTP header value
HTTP header value
B.
name of the metadata
name of the metadata
C.
name of character encoding
name of character encoding
D.
all of the above
all of the above
Question No# :
43
out of 45
The title tag
The title tag
A.
defines a title in the browser toolbar
ब्राउज़र टूलबार में एक शीर्षक परिभाषित करता है
B.
provides a title for the page when it is added to favorites
बाहरी टूल बार्स को एक श्रेणी में रखा गया है
C.
displays a title for the page in search-engine results
सर्च -इंजन परिणामों में पृष्ठ के लिए एक शीर्षक प्रदर्शित करता है
D.
all of the above
ऊपर के सभी
Question No# :
44
out of 45
In HTML, tags that include both start and end tag are called
In HTML, tags that include both start and end tag are called
A.
Comment tag
Comment tag
B.
Document tag
Document tag
C.
Container tag
Container tag
D.
None of the above
None of the above
Question No# :
45
out of 45
HTML is what type of language ?
HTML किस प्रकार की भाषा है?
A.
Markup Language
Markup Language
B.
Programming Language
Programming Language
C.
Network Protocol
Network Protocol
D.
Scripting Language
Scripting Language
CCC Online Test 2021
CCC Practice Test Hindi
Python Programming Tutorials
Best Computer Training Institute in Prayagraj (Allahabad)
Best Java Training Institute in Prayagraj (Allahabad)
Best Python Training Institute in Prayagraj (Allahabad)
O Level NIELIT Study material and Quiz
Bank SSC Railway TET UPTET Question Bank
career counselling in allahabad
Sarkari Naukari Notification
Best Website and Software Company in Allahabad
Website development Company in Allahabad