Вы находитесь на странице: 1из 47

HTML Colors MCQ

MCQ: In HTML, hexadecimal values each color defines intensity between? B


A. 0 - 250
B. 0 - FF
C. 0 - 256
D. 0 – 16

HTML Lists MCQ

MCQ: An unordered list in HTML document starts with a A


A. <ul> tag
B. <li> tag
C. <lu> tag.
D. None

HTML Plug-ins MCQ

MCQ: A well-known helper plug-in for HTML is? D


A. J-Query
B. PHP
C. JavaScript
D. Java Applet

HTML Headings MCQ C


MCQ: HTML is a

A. Programming language
B. Scripting language
C. Markup language
D. All of above
HTML Lists MCQ

MCQ: For arranging your list items in same way as they were arranged in dictionary
which tag you will use?

A. <ul>
B. <ol> D
C. <li>
D. <dl>

HTML Tables MCQ

MCQ: In HTML tables table row is defined by B


A. <th> tag
B. <tr> tag
C. <td> tag
D. <row> tag

HTML5 Migration MCQ

MCQ: <article> element defines a complete, self-contained block of related elements but
<div> element defines?

A. A block of children elements

B. A block of different elements A


C. A class of related elements
D. None

HTML Event handlers MCQ

MCQ: A simply defined functions which can be called against any mouse or keyboard is
known as

A. Event handlers A
B. Interrupt generator
C. Function Call
D. None
HTML Tags MCQ

MCQ: Which character tells browser that it?s end of tag in HTML statement? D
A. <
B. >
C. \
D. /

HTML Tables MCQ

MCQ: In HTML tables gap between two cells of same tables are known as A
A. Cell spacing
B. Cell difference
C. Cell padding
D. All of above

HTML SSE MCQ

MCQ: Server-Sent Events allows a web page to get updates from C

A. Windows
B. Local Storage
C. Server
D. None

HTML Iframe MCQ

MCQ: Which inline function embeds an independent HTML document


into current document?

A. <div>
B. <span> C
C. <iframe>
D. <form>

Answer
Cascading Style Sheets MCQ A

MCQ: CSS hover class is used for

A. Hovering upon using the mouse


B. Formatting
C. Styling of fonts
D. None

Answer
HTML Input Types MCQ

MCQ: <input type="datetime-local"> specifies date and time with C

A. Local time
B. International time
C. No time zone
D. Local time zone

Answer
Text Formatting MCQ

MCQ: Which tag is used for marked and highlighted text in web
document?

A. <highlight>
B. <del> C
C. <mark>
D. Both A and C

Answer
HTML Colors MCQ

MCQ: In HTML, each parameter in RGB(red, green, blue) defines


intensity of color between?

A. 0 - 90
B. 0 – 255 B
C. 0 - 65536
D. 0 - infinity

Answer
HTML Quotation and Citation Elements MCQ

MCQ: For adding quotation marks in web page paragraph or in line


which tag we can use?

A. <quotation> </quotation>
B. <quo> </quo> D
C. <p> </p>
D. <q> </q>

Answer
HTML Blocks MCQ

MCQ: HTML grouping tags are


A

A. <div> and <span>


B. <div> and <block>
C. <div> and <classes>
D. None

Answer
HTML File Paths MCQ A

MCQ: An absolute file path is referred as?

A. Full path
B. Relative path
C. Direct path
D. None

Answer
HTML SVG MCQ

MCQ: SVG stands for? D

A. Screen Vector Graphics


B. Selectable Vector Graphics
C. Scale Valuable Graphics
D. Scalable Vector Graphics

HTML5 MCQ

MCQ: <applet> element in HTML5 is replaced with?

A. <class>
B. <form> C
C. <object>
D. <frame>

HTML Fonts MCQ

MCQ: For defining default font size, color, and typeface for any part of
document which element attribute you will use

A. <fonttype>
B. <font> C
C. <basefont>
D. All of above
Answer
HTML Tags MCQ

MCQ: Which tag is used to define a block of text that have quotation
marks? C

A. <quote>
B. <mark>
C. <blockquote>
D. None

Answer
JavaScript MCQ

MCQ: How can we insert Javascript in HTML? C

A. Using sockets
B. Using marquee tag
C. Using script tag
D. Using style tag

Answer
HTML Form Element MCQ

MCQ: Which HTML element is used to define a multi-line input field?

A. <text> B
B. <textarea>
C. <blocktext>
D. <textfields>

Answer

Answer
HTML Input Attributes MCQ

MCQ: To specify number intervals for numeric type input which


attribute is used? B

A. Interval
B. Step
C. Limit
D. None

Answer
HTML Tables MCQ

MCQ: In HTML tables table header is defined by A

A. <th> tag
B. <tr> tag
C. <td> tag
D. <t head> tag

Answer
SGML MCQ

MCQ: SGML stands for B

A. Standardized Global Markup Language


B. Standard Generalized Markup Language
C. Social General Markup Language
D. None of them

Answer HTML Geolocation MCQ


MCQ: In HTML Geolocation getCurrentPosition() method is used to

A. Return the user's position


B. Get the map of world A
C. Return the only latitude
D. Return the only longitude
Answer
HTML Elements MCQ B

MCQ: HTML tags are?

A. Case sensitive
B. Not case sensitive
C. lowercase stricter
D. Uppercase stricter

Answer
HTML Formatting MCQ

MCQ: Dir, lang and xml:lang attributes are example of B

A. HTML forms element


B. Internationalization attributes
C. HTML formatting attributes
D. None of them

Answer
HTML Head MCQ

MCQ: (document.getElementById("demo").innerHTML = "Hello!"; )


Function is an example of? B

A. PHP
B. JavaScript
C. HTML5
D. None

Answer
Introduction to HTML MCQ

MCQ: When we want to add many spaces in content than what element
we can use A

A. Non breaking space


B. Applet
C. Marquee
D. None

Answer
XHTML HTML MCQ

MCQ: XHTML is dynamic web page whereas HTML is B

A. Also a dynamic web pag


B. A static web page
C. Programming language
D. User defined language

Answer
HTML Event handlers MCQ

MCQ: For playing soundtrack in background which tag is used? B

A. <backgroundsound>
B. <bgsound>
C. <sound>
D. <bgtrack>

Answer
HTML Lists MCQ

MCQ: An ordered list in HTML document starts with a B

A. <ul> tag
B. <ol> tag
C. <li> tag
D. None

Answer
HTML Blocks MCQ

MCQ: Which one from following is a block level element in HTML?

A. <span> B
B. <div>
C. <class>
D. Both A and B

Answer
HTML Tables MCQ

MCQ: If you want to merge two or more rows in a table which attribute
you can use? B

A. Rowmerge
B. Rowspan
C. Colmerge
D. Colspan

Answer
HTML Tags MCQ

MCQ: For uniquely identifying an elements name which attribute is


used?

A. Id A
B. class
C. header
D. none

Answer
HTML Paragraphs MCQ C

MCQ: Text inside a <pre> element tag is displayed

A. In table
B. In one line
C. In fixed width font
D. In half paragraph

Answer
HTML URL Encode MCQ

MCQ: What is short form of Secure HyperText Transfer Protocol? B

A. HTTP
B. HTTPS
C. SHTTP
D. Secure HTTP

Answer
HTML JavaScript MCQ

MCQ: Which tag is used for defining an alternate content for users that
do not support client-side scripts? B

A. <script>
B. <noscript>
C. <iframe>
D. <nonscript>

Answer
HTML Forms MCQ

MCQ: For defining a submit button which tag is used? C

A. <button>
B. <submit button>
C. <submit>
D. <action submit>

Answer
HTML Basics MCQ

MCQ: Which language is used to create web documents? C

A. PHP
B. JavaScript
C. HTML
D. J-Query

Answer
HTML Forms MCQ

MCQ: When form data contains sensitive or personal information than


which method is more preferable? B

A. Get method
B. Post method
C. Host method
D. Put method

HTML Tags MCQ

MCQ: Tags used to tell browser that how to display text enclosed (e.g.
<b>, <big>) are called as A

A. Physical tags
B. Logical tags
C. User defined tags
D. None

Answer
HTML Semantics MCQ C

MCQ: Which of following is not semantic element?

A. <table>
B. <article>
C. <div>
D. <form>

Answer
HTML Forms MCQ

MCQ: Action attribute in HTMl forms specifies that C

A. Which HTTP method is used


B. Which action is going on
C. Where to submit the form
D. The auto completion of form

Answer
HTML Head MCQ B

MCQ: Title element defines title of document at

A. Header
B. Web browser
C. Middle of the Document
D. Footer

Answer
XHTML HTML MCQ D

MCQ: Next version of XHTML 1.0 is

A. HTML 1.1
B. HTML 4.01
C. HTML 3.2
D. HTML5
XML MCQ

MCQ: XML is application of Extensible Markup Language (XML)


whereas HTML is an application of D

A. HTTP
B. FTP
C. XHTML
D. SGML

Answer
HTTP Methods MCQ

MCQ: Which method is same as GET but returns only HTTP headers
and no document body? C

A. Post method
B. Put method
C. Head method
D. None

Answer
HTML Basics MCQ

MCQ: "href " attribute in HTML document is used to define

A. Paragraph D
B. Heading
C. Table
D. Link Destination

Answer
HTML Images MCQ

MCQ: An image-map is an image with clickable areas, so which tag we


can use for defining an image-map? C

A. <image map>
B. <map image>
C. <map>
D. <image>

Answer
HTML Links MCQ

MCQ: Anchor tag in HTML is denoted as A

A. <a>
B. <anchor>
C. <ach>
D. None

HTML Tables MCQ

MCQ: Which of following element is used for creating a separate table


footer? C

A. <footer>
B. <sepfooter>
C. <tfoot>
D. None of them

Answer
HTTP Methods MCQ

MCQ: Parameters remain in browser history is an example of

A. Get method
B. Post method A
C. Head method
D. Put method

Answer
HTML Links MCQ

MCQ: _blank target attribute opens a linked document in D

A. new window
B. new tab
C. same window
D. Both A and B

Answer
Cascading Style Sheets MCQ

MCQ: To define a style for a special type of elements, we can add a

A. Class A
B. Margin
C. Border
D. Table

Answer
HTML Local Storage MCQ

MCQ: HTML local storage object that stores data for one session is?

A. window.sessionStorage A
B. window.localStorage
C. window.blockStorage
D. window.localStorage

HTML Forms MCQ

MCQ: In HTML form <input type="text"> is used for A

A. One line text


B. Block of text
C. One paragraph
D. None

Answer
HTML Classes MCQ

MCQ: HTML classes that is already defined and allow us to apply


styles on it are called as A

A. Pseudo classes
B. Css classes
C. Javascript classes
D. None

Answer
XHTML HTML MCQ

MCQ: XHTML stands for? A

A. Extensible HyperText Markup Language


B. Extended HyperText Markup Language
C. Extensible HighText Markup Language
D. None

Answer
HTML Responsive MCQ

MCQ: Web design that makes your web page look good on all devices
is called as?

A. Good web design C


B. Interactive web design
C. Responsive web design
D. Both A and B

Answer
HTML Blocks MCQ

MCQ: Which of following is not an inline element? D

A. <span>
B. <a>
C. <img>
D. <div>

HTML Basics MCQ

MCQ: Type of tag used for inserting an image in web document is

A. <imp> B
B. <img>
C. <image>
D. <src>

Answer
HTML Marquees MCQ

MCQ: Scrolling piece of text displayed either horizontally or vertically


is created by

A. <floating text> tag C


B. <scrolling text>
C. <marquee> tag
D. None of them

Answer
HTML Quotation and Citation Elements MCQ

MCQ: A tag which is used for overriding current text direction e.g.
Right to left side

A. <bdo dir="rtl"> </bdo> A


B. <bdo dir="ltr"> </bdo>
C. <bdo = "right to left"> </bdo>
D. None

Answer
HTML Tables MCQ

MCQ: For adding styles in HTML tables we can use properties of?

A. J-Query B
B. CSS
C. Java
D. Php

Answer
HTML Plug-ins MCQ

MCQ: Plug-ins can be added to web pages with <object> tag and?

A. <source> tag
B. <link> tag C
C. <embed> tag
D. None

HTML Colors MCQ

MCQ: RGB stands for

A. Red, Green, Blue A


B. Red, Green, Black
C. Red, Gray, Black
D. None

Answer
HTML Elements MCQ

MCQ: Starting and ending tag of HTML document is

A. <body> </body> C
B. <http> </http>
C. <html> </html>
D. None

Answer
Introduction to HTML MCQ

MCQ: A small program that can be embedded within web pages to


perform a specific functionality is called as B

A. Class
B. Applet
C. Sheet
D. All of above

Answer
HTML Basics MCQ

MCQ: Visible part of HTML document lies in A

A. Body Tag
B. Paragraph Tag
C. Links Tag
D. Image Tag

Answer
HTML Head MCQ

MCQ: For specifying character set, page description, keywords, authors


and other metadata which tag is used? C

A. <head>
B. <title>
C. <meta>
D. <metadata>

HTML Forms Element MCQ

MCQ: For creating a drop-down list in HTML forms which element is


suitable?

A. <list> C
B. <dropdown>
C. <select>
D. All of above

Answer
HTML Semantics MCQ

MCQ: Semantic element <nav> defines B

A. An article on the web page


B. Navigational links
C. Navigational forms
D. None

Answer
Cascading Style Sheets MCQ

MCQ: For applying styles on many web pages which style sheet is
more preferable? B

A. Inline CSS
B. External CSS
C. Internal CSS
D. None

Answer
HTML Comments MCQ

MCQ: This <!-- Your text --> tag is used for? D

A. Adding line break


B. Adding paragraph break
C. Adding Table
D. Adding Comment

Answer
HTML Canvas MCQ

MCQ: HTML <canvas> element is used to draw graphics, on fly via

A. PHP B
B. JavaScript
C. J-Query
D. Applet

HTML Colors MCQ

MCQ: In HTML you can display a color by using only

A. RGB Values D
B. HEX Values
C. Gray Codes
D. Both A and B

Answer
HTML Basics MCQ

MCQ: Which tag is used to define links in HTML document?

A. <p>
B. <h1> C
C. <a>
D. <img>

Answer
HTML Lists MCQ

MCQ: HTML <dl> tag defines the

A. Unordered list C
B. Ordered list
C. Description list
D. Descriptive list

Answer
HTML Links MCQ

MCQ: In HTML links an unvisited link is underlined and

A. Red colored B
B. Blue colored
C. Black colored
D. None

Answer
HTML Audio MCQ

MCQ: .midi extension file format is a\an

A. Video format B
B. Audio format
C. Movie format
D. Graphics format

HTML Tables MCQ

MCQ: In HTML tables space between cell content and cell border is
called

A. Cell spacing C
B. Cell difference
C. Cell padding
D. All of above

Answer
HTML Media MCQ

MCQ: MPEG stands for?

A. Map Pictures Expert Group B


B. Moving Pictures Expert Group
C. Magnifying Pictures Expert Group
D. None
Answer
HTML Attributes MCQ

MCQ: Attributes usually come in name/value pairs forms like:

A. name="value"
B. value= name A
C. value= value
D. None

Answer
HTML Forms MCQ

MCQ: While submitting a form method attribute specifies what?

A. Get and Post method


B. Get and Set method A
C. Put and Set method
D. Get and Host method

Answer
HTTP Methods MCQ

MCQ: Hypertext transfer protocol (HTTP) is designed to enable


communications between?

A. Server to server
B. Client to Client C
C. Client and server
D. None

HTML Links MCQ

MCQ: For opening linked document in same window which target


attribute is more suitable?

A. _blank B
B. _self
C. _parent
D. _top

Answer
Cascading Style Sheets MCQ

MCQ: CSS stands for?

A. Cascading Style Sheets A


B. Copy Style Sheet
C. Cascading Screen Sheets
D. None

Answer
HTTP Methods MCQ

MCQ: Which method uploads a representation of a specified URI in


HTML?

A. Post method
B. Put method
C. Head method
D. Get method B

Answer
HTML Semantics MCQ

MCQ: Non-semantic elements in HTML5 is? D

A. <div>
B. <span>
C. <form>
D. Both A and B

Answer
HTML Styles MCQ

MCQ: <h1 style="text-align: center;"> My Web Page </h1> displays?

A. Centered align paragraph B


B. Centered align Heading
C. Left aligned paragraph
D. Left aligned Heading

HTML Headings MCQ

MCQ: HTML <br> element defines

A. Line break A
B. Preformatted text
C. Paragraph
D. Both A and C

Answer
HTML Head MCQ

MCQ: For using an external style sheet in your web document which
tag is used?

A. <script> D
B. <sheet>
C. <css>
D. <link>

Answer
HTML Forms MCQ

MCQ: Default method while submitting a form is

A. Put method
B. Post method
C. Set method D
D. Get method
Answer
HTML Form Element MCQ

MCQ: Cols attribute in forms text area specifies what? A

A. The visible width of a text area


B. The visible number of lines in a text area
C. Size of a text area
D. Size of a text field

Answer
HTML Tags MCQ

MCQ: Non breaking space is denoted by A

A.
B. &nbs
C. #nbs
D. &nonbreak

Introduction to HTML MCQ

MCQ: What is first version of HTML?

A. HTML 0.1
B. HTML5
C. HTML1.0
D. None

Answer
HTML Blocks MCQ

MCQ: HTML block-level elements always starts on a

A. New line
B. Same line
C. New block
D. None
Answer
HTML Input Types MCQ

MCQ: Which of following is a new input type in HTML5?

A. Button
B. Text
C. Address
D. Date

Answer
HTML Head MCQ

MCQ: For controlling page's dimensions and scaling which element is


used in <meta> tag?

A. <scaling>
B. <scale>
C. <zoom>
D. <viewport>

Answer
HTML Elements MCQ

MCQ: <p> tag defines a

A. Paragraph
B. Line
C. Link
D. Table

Answer
Cascading Style Sheets MCQ

MCQ: CSS padding property is used for?

A. Space
B. Border
C. Background color
D. Margin

Answer
HTML Header MCQ

MCQ: A small piece of program that can add interactivity to your


website is called as

A. Meta
B. Script
C. Marquee
D. All of above

Answer
HTML Local Storage MCQ

MCQ: Web application that can store data within user's browser is
called as?

A. Storage
B. Server storage
C. Local Storage
D. Media Storage

Answer
HTML Input Types MCQ

MCQ: For checking a regular expression in input fields of HTML


forms which attribute is used?

A. <checker>
B. <valid input>
C. <pattern>
D. None of them

Answer
HTML Tags MCQ

MCQ: Tags that are used to tell meaning of enclosed text (e.g. <strong>
</strong> ) these type of tags are called

A. Similar tags
B. Defined tags
C. Physical tags
D. Logical tags

Answer
HTML Links MCQ

MCQ: External style sheets are referred in web document through a

A. Class
B. Link/Url or path
C. Page
D. None

Answer
Introduction to HTML MCQ

MCQ: Which from following is not a type of screen frames in HTML

A. iframe
B. noframe
C. frameset
D. uframe

Answer
HTML5 MCQ

MCQ: In HTML web sockets are not available whereas in HTML5

A. Full duplex communication channel is present


B. Still it is not available
C. No networking capability available
D. All of above

Answer
HTML SSE MCQ

MCQ: When connection of a web page is opened to a server which


event is invoked?

A. On-error
B. On-message
C. On-open
D. On-running

Answer
HTML Video MCQ

MCQ: Which attribute is used to add video controls like play, pause,
and volume in Video

A. <autoplay>
B. <play>
C. <video controls>
D. <controls>

Answer
HTML JavaScript MCQ

MCQ: For defining a client-side script e.g. JavaScript which tag is used
in HTML documents?

A. <iframe>
B. <script>
C. <java>
D. <javascript>

Answer
HTML Layout MCQ
MCQ: There are how many ways to create multicolumn layouts in a
web document?

A. 1
B. 2
C. 3
D. 4

Answer
HTML Headings MCQ

MCQ: There are how many types of tag for HTML headings

A. 3
B. 4
C. 5
D. 6

Answer
HTML Character Sets MCQ

MCQ: Default character set in HTML 5 is

A. UTF-1
B. UTF-4
C. UTF-8
D. UTF-12

Answer
HTML Colors MCQ

MCQ: In HTML, a color can be specified using a hexadecimal value in


form of

A. #000000
B. #0 - #255
C. #RRGGBB
D. None
Answer
HTML Quotation and Citation Elements MCQ

MCQ: For displaying contact information in web document or in


article, we can use?

A. <address> tag
B. <article> tag
C. <contact info> tag
D. None

Answer
HTML Input Attributes MCQ

MCQ: Autofocus attribute is an example of

A. HTML
B. PHP
C. J-Query
D. HTML5

Answer
HTML Attributes MCQ

MCQ: Which attribute is used to declare language in HTML document?

A. <!DOCTYPE html>
B. <html = " ">
C. < a href = " ">
D. <html lang =" ">

Answer
Cascading Style Sheets MCQ

MCQ: Which style of CSS sheets are more preferable for applying a
unique style in single web element?

A. Inline CSS
B. External CSS
C. Internal CSS
D. None

Answer
HTML Basics MCQ

MCQ: HTML is a set of

A. Markup tags
B. Markup links
C. Markup elements
D. All of above

Answer
HTML Styles MCQ

MCQ: For using subscript in web document which tag is used?

A. <sup> </sup>
B. <sub> </sub>
C. <subscript> </subscript>
D. <superscript> </superscript>

Answer
HTML Local Storage MCQ

MCQ: Window.localStorage HTML object stores data with

A. Expiration Date
B. No expiration date
C. One session
D. Both B and C

Answer
HTML Images MCQ

MCQ: Ismap attribute makes a special image when user click


somewhere on image

A. It blinks
B. It hides
C. It opens a hyper link
D. All of above

Answer
Cascading Style Sheets MCQ

MCQ: There are how many ways to add CSS sheets in HTML
elements?

A. 3 ways
B. 2 ways
C. 1 way
D. a lot of ways

Answer
HTML Basics MCQ

MCQ: All HTML documents must start with a

A. Header tag
B. Body tag
C. Title tag
D. Document type declaration

Answer
HTML Images MCQ
MCQ: For specifying height and width of an image which attribute is
used in image tag?

A. alt attribute
B. Height and width attribute
C. Style tag
D. Both A and C

Answer
HTML Google Maps MCQ

MCQ: To display many types of map e.g. ROADMAP, SATELLITE,


HYBRID, and TERRAIN which property of googlemap is used?

A. MapOptions
B. MapTypeId
C. TypeOfMap
D. None

Answer
HTML Headings MCQ

MCQ: <head> element is a container for?

A. HTML documents
B. HTML head tags
C. Metadata
D. None

Answer
HTML Input Types MCQ

MCQ: <input type="reset"> defines a

A. link to reset all the form values


B. Reset button
C. Reset field
D. Reset radio button
Answer
Introduction to HTML MCQ

MCQ: HTML documents transmitted from web servers to web


browsers using

A. FTP
B. HTTP
C. XML
D. All of above

Answer
HTML Attributes MCQ

MCQ: "src" attribute for an image specifies what?

A. Text for image


B. Url for an image
C. Alternate image
D. Both A and B

Answer
HTML Forms MCQ

MCQ: <fieldset> element in HTML forms is used for

A. Group of related data


B. Group of irrelevant data
C. Text field
D. None

Answer
HTML Headings MCQ

MCQ: HTML only uses

A. Pre-specified tags
B. User- defined tags
C. Fixed tags defined by the language
D. All of above

Answer
HTML Basics MCQ

MCQ: Which tag is used for bigger headings in HTML document?

A. <h>
B. <h1>
C. <h4>
D. <h6>

Answer
HTML5 MCQ

MCQ: HTML5.1 was released in

A. 2010
B. 2012
C. 2014
D. 2016

Answer
HTML Header MCQ

MCQ: Which tag provides data about page expiry, page author, list of
keywords, page description etc.

A. <Head>
B. <Document type>
C. <Title>
D. <Meta>

Answer
HTML Images MCQ
MCQ: Mailto tag is used for

A. Image
B. Email
C. Facebook
D. Twitter

Answer
HTML Tables MCQ

MCQ: In HTML tables table data or cell is defined by

A. <th> tag
B. <tr> tag
C. <td> tag
D. <t data>

Answer
HTML SSE MCQ

MCQ: Server-Sent Events usually denoted as?

A. SE
B. SSE
C. Server Event
D. SS-Events

Answer
HTML SVG MCQ

MCQ: Which one is resolution independent?

A. SVG
B. Canvas
C. Google Maps
D. Bitmap Graphics

Answer
HTML URL Encode MCQ

MCQ: For converting Non-ASCII characters into format that can be


transmitted over Internet is called?

A. Unicoding scheme
B. URL Encoding scheme
C. URL Multicoding scheme
D. None

Answer
HTML SVG MCQ

MCQ: Canvas draws 2D graphics, on fly whereas SVG draws 2D


graphics on

A. XML
B. XHTML
C. Screen
D. None

Answer
Cascading Style Sheets MCQ

MCQ: Using style sheets in head section of a web document is called

A. Inline CSS
B. External CSS
C. Internal CSS
D. Both A and B

Answer
HTTP Methods MCQ

MCQ: Which are commonly used methods for request and response
between a client and server?

A. Get and Put


B. Set and Put
C. Set and Post
D. Get and Post

Answer
HTML Layout MCQ

MCQ: If you want to create your web layout faster, than which
framework you would preferably use

A. JavaScript
B. PHP
C. Bootstrap
D. None

Answer
HTML Links MCQ

MCQ: This <a href="url"> Your text </a> tag is used to define a

A. Link
B. Class
C. CSS sheet
D. Both A and B

Answer
HTML6 MCQ

MCQ: How invented WWW?

A. Tim Berners Lee


B. Dava Raggett
C. Bill Gates
D. Linus Torvalds

Answer
HTML Headings MCQ

MCQ: For smallest size headings which tag you most prefer to use

A. <headings>
B. <h1>
C. <h4>
D. <h6>

Answer
HTML Tags MCQ

MCQ: Which tag is used for creating a horizontal line to break up


section in web document?

A. <line>
B. <horizontal>
C. <hl>
D. <hr>

Answer
HTML Colors MCQ

MCQ: Choose correct HTML statement for adding a background color

A. <body bgcolor="yellow">
B. <body style="background-color : yellow;">
C. <body color="#yellow">
D. Both A and B
HTML Attributes MCQ

MCQ: In image tag " alt " attribute specifies what?

A. Alternative text
B. Alternative image
C. Link of image
D. None

Answer
HTML Input Attributes MCQ

MCQ: To specify a hint that describes expected value of an input field


which attribute is used?

A. Autofocus
B. Hint
C. Text hint
D. Placeholder

Answer
HTML Headings MCQ

MCQ: Why <hr> tag is used in HTML page?

A. For creating table


B. For thematic break
C. For heading
D. None

Answer
HTML Phrase Tags MCQ

MCQ: Which tag we can use for adding an emphasized text in web
document?

A. <emphasized> </emphasized>
B. <emp> </emp>
C. <em> </em>
D. <mark> </mark>

Answer
Text Formatting MCQ

MCQ: <b> and <i> tags in HTML document are used for?

A. Big and small text


B. Bold and small text
C. Bold and italic text
D. None

HTML7 MCQ

MCQ: In 1989 Tim Berners-Lee invented WWW and in 1991 he


invented?

A. Microsoft
B. Linux
C. HTML
D. XML

Answer
HTML Semantics MCQ

MCQ: In HTML5 how many new semantic elements were introduced?

A. 4
B. 5
C. 6
D. 8
Answer
Answer
Answer
Answer
Answer
Answer
Answer
Answer
Answer
Answer
Answer
Answer

Вам также может понравиться