MCQsExam.com
HTML
HyperText Markup Language - HTML
Which tag embeds an SVG directly?
- A-<img>
- B-<canvas>
- C-<svg>
- D-<picture>
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
- More about this MCQ
Which attribute makes input numeric-only?
- A-pattern
- B-number
- C-inputmode
- D-min
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
- More about this MCQ
Which HTML5 element is semantic for navigation?
- A-<header>
- B-<nav>
- C-<section>
- D-<aside>
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
- More about this MCQ
Which HTML tag creates a hyperlink?
- A-<link>
- B-<a>
- C-<href>
- D-<url>
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
- More about this MCQ
Which of the following is not a programming language?
- A-Python
- B-Java
- C-HTML
- D-C++
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
- More about this MCQ
Which HTML tag is used for creating a hyperlink?
- A-<link>
- B-<a>
- C-<href>
- D-<url>
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
- More about this MCQ
Which HTML element is used to define a term within a definition list?
- A-<term>
- B-<dt>
- C-<def>
- D-<dd>
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
- More about this MCQ
What is the purpose of the <code> tag in HTML?
- A-To define a block of quoted text
- B-To specify computer code
- C-To create a hyperlink
- D-To insert an image
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
- More about this MCQ
What is the purpose of the <dfn> tag in HTML?
- A-To define a block of quoted text
- B-To specify a term being defined
- C-To create a hyperlink
- D-To insert an image
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
- More about this MCQ
Which HTML element is used to define a variable in a mathematical or programming context?
- A-<var>
- B-<variable>
- C-<math>
- D-<value>
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
- More about this MCQ
Which HTML element is used to define an abbreviation or acronym?
- A-<abbr>
- B-<acronym>
- C-<abbrv>
- D-<short>
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
- More about this MCQ
What is the purpose of the <time> tag in HTML?
- A-To define a block of quoted text
- B-To specify a time or date
- C-To create a hyperlink
- D-To insert an image
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
- More about this MCQ
Which HTML element is used to define a citation or reference to another source?
- A-<cite>
- B-<ref>
- C-<source>
- D-<reference>
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
- More about this MCQ
What is the purpose of the <blockquote> tag in HTML?
- A-To define a block of quoted text
- B-To create a hyperlink
- C-To insert an image
- D-To define a block of code
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
- More about this MCQ
Which HTML tag is used to define a definition term in a description list?
- A-<dt>
- B-<dfn>
- C-<def>
- D-<term>
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
- More about this MCQ
Which HTML element is used to define computer code text?
- A-<code>
- B-<pre>
- C-<var>
- D-<kbd>
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
- More about this MCQ
What is the purpose of the <mark> tag in HTML?
- A-To define highlighted text
- B-To create a hyperlink
- C-To insert an image
- D-To define a block of quoted text
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
- More about this MCQ
Which HTML element is used to define emphasized text?
- A-<italic>
- B-<em>
- C-<strong>
- D-<emphasis>
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
- More about this MCQ
Which HTML tag is used to define an abbreviation or acronym?
- A-<abbr>
- B-<acronym>
- C-<abbrv>
- D-<short>
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
- More about this MCQ
What is the purpose of the <del> tag in HTML?
- A-To define deleted text
- B-To create a hyperlink
- C-To highlight important text
- D-To insert an image
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
- More about this MCQ
Which HTML element is used to create a line break?
- A-<break>
- B-<br>
- C-<lb>
- D-<linebreak>
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
- More about this MCQ
What is the purpose of the <sup> tag in HTML?
- A-To define superscript text
- B-To define subscript text
- C-To create a hyperlink
- D-To format text as bold
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
- More about this MCQ
Which tag is used to define a subscript text in HTML?
- A-<sub>
- B-<sup>
- C-<subscript>
- D-<superscript>
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
- More about this MCQ
Which tag is used to italicize text in HTML?
- A-<i>
- B-<italic>
- C-<em>
- D-<italics>
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
- More about this MCQ
Which HTML tag is used to make text bold?
- A-<b>
- B-<strong>
- C-<bold>
- D-<em>
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
- More about this MCQ
What is the purpose of the HTML <section> tag?
- A-To create a section heading
- B-To define the main content of the document
- C-To contain metadata about the document
- D-To specify the page layout
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
- More about this MCQ
Which HTML tag is used to define a table row?
- A-<tr>
- B-<td>
- C-<table-row>
- D-<row>
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
What is the purpose of the HTML <nav> tag?
- A-To create navigation links
- B-To define the main content of the document
- C-To contain metadata about the document
- D-To specify the font size of the page
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
- More about this MCQ
Which HTML tag is used to define an ordered list?
- A-<ul>
- B-<ol>
- C-<li>
- D-<list>
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
What is the purpose of the HTML <footer> tag?
- A-To create a footer at the bottom of the page
- B-To define the main content of the document
- C-To contain metadata about the document
- D-To specify the background color of the page
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
Which attribute is used to specify a unique identifier for an HTML element?
- A-id
- B-class
- C-identifier
- D-unique
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
Which HTML tag is used to define the structure of an HTML document, including the document's title and charset?
- A-<html>
- B-<head>
- C-<structure>
- D-<meta>
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
What is the purpose of the HTML <meta> tag?
- A-To define a hyperlink
- B-To create a meta description
- C-To define metadata about the document
- D-To include external scripts
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
In HTML, which tag is used to create an unordered list?
- A-<ul>
- B-<ol>
- C-<li>
- D-<list>
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
- More about this MCQ
Which of the following tags is used to insert a line break without any extra space?
- A-<lb>
- B-<br>
- C-<newline>
- D-<break>
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
What does the HTML element <br> represent?
- A-What does the HTML element <br> represent?
- B-Break
- C-Bullet
- D-Blockquote
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
- More about this MCQ
Which attribute is used to define inline styles in HTML?
- A-style
- B-css
- C-design
- D-format
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
What is the purpose of the HTML <head> tag?
- A-To define the main content of the document
- B-To contain metadata about the document
- C-To create a heading in the document
- D-To specify the background color of the page
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
- More about this MCQ
Which HTML tag is used to create a hyperlink?
- A-<link>
- B-<anchor>
- C-<a>
- D-<href>
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
- More about this MCQ
In HTML, comment line is as :
- A-// Comment Line
- B-/* Comment Line */
- C-– Comment Line —
- D-<!– Comment Line –>
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
- More about this MCQ
Which is responsible for Standardization of HTML:
- A-ICNA
- B-W3C
- C-IEEE
- D-Google
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
XHTML stands for:
- A-Extreme Hyper Text Markup Language
- B-Expire Hyper Text Markup Language
- C-Expert Hyper Text Markup Language
- D-Extensible Hyper Text Markup Language
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
To interpret the HTML code, and get a visual layout we need a:
- A-Turbo-C Compiler
- B-Any Text Editor
- C-Any Web-Browser
- D-Google’s V8 engine
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
………. is used to import an external style sheet in a manner similar to the <link> element.
- A-@insert
- B-@import
- C-#import
- D-#insert
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
We can handle old browsers by placing CSS codes inside.
- A-//……………….//
- B-<!………………>
- C-/*………………*/
- D-None of the above
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
CSS comments are inserted inside .
- A-//……………….//
- B-<!………………>
- C-/*………………*/
- D-All of the above
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
The correct example of class selector is .
- A-h2.type1 {color: #000000;}
- B-h2 type1 {color: #000000;}
- C-h2 #type1 {color: #000000;}
- D-#h2 type1 {color: #000000;}
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
Which is not the selector type of CSS?
- A-Type selector
- B-Universal selector
- C-Local selector
- D-Descendant selector
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
Choose the correct HTML tag for the largest heading
- A-<h6>
- B-<heading>
- C-<head>
- D-<h1>
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
What does HTML stand for?
- A-Hyperlinks and Text Markup Language
- B-Home Tool Markup Language
- C-Hyper Text Markup Language
- D-None of the above
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
What is a FTP program used for?
- A-Transferring files to and from an Internet server
- B-Designing a website
- C-Connecting to the internet
- D-None of the above
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
While searching on the Internet, you decided to check in more than one search engine because —
- A-that will avoid false information
- B-that will avoid repetition of information
- C-each engine produces different results
- D-all Web users prefer this technique
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
- More about this MCQ
Which domain must be present in the website address (URL) of a university library?
- A-.org (organization)
- B-.gov (government)
- C-.edu (education)
- D-.com (commercial)
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
To determine if a sports website has current information, you should check —
- A-how many other sites are listed
- B-the website address
- C-when the site was last updated
- D-how the site is organized
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
A keyword is the —
- A-main search word
- B-name of a search engine
- C-word used to get rid of results
- D-style of the search word
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
Which of the following is used to explore the Internet?
- A-Browser
- B-Spreadsheet
- C-Clipboard
- D-Draw
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
Which would be the best keyword(s) for you to enter to search an electronic encyclopedia for information about the World Cup soccer tournament?
- A-Soccer
- B-Soccer tournament
- C-Sports
- D-World Cup soccer
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
Height attribute specifies the height of which frame?
- A-iframe
- B-jframe
- C-inline frame
- D-outline frame
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
Seamless is a __________ type of attribute.
- A-integer
- B-Char
- C-Boolean
- D-Float
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
Which storage object is used for storing the data with no expiry date?
- A-Session storage
- B-local storage
- C-mass storage
- D-stack storage
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
Canvas is able to draw the 2D graphics using—————-
- A-XML
- B-HTML
- C-Java script
- D-XHTML
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
_________ Function displays the latitude or Longitude in geoLocation in HTML5.
- A-showLocation()
- B-showPosition()
- C-both a and b
- D-showStatus()
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
Where does web worker(s) script run?
- A-in forground
- B-in background
- C-both a and b
- D-can’t determinte
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
Which file is used by the browser to fetch the appropriate data ?
- A-Text file
- B-HTML file
- C-XML file
- D-manifest file
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
- More about this MCQ
The manifest file is __________.
- A-Text file
- B-HTML file
- C-XML file
- D-java file
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
________ property returns the url of current audio/video.
- A-currentSrc
- B-controls
- C-ended
- D-mediaGroup
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
Terminate() method in HTML5 is used for ____________.
- A-terminate everything
- B-terminate all method
- C-terminate a web worker
- D-terminate program
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
<canvas> elements is only a _________ to the graphics.
- A-component
- B-container
- C-attribute
- D-method
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
For defining the possible link break which tag do we have to use HTML5?
- A-<video>
- B-<track>
- C-<summary>
- D-<wbr>
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
- More about this MCQ
Which element provides a secure way to authenticate the user?
- A-<keygen>
- B-<datalist>
- C-<output>
- D-<input>
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
Target attribute is used for
- A-opening new document
- B-selecting previous document
- C-deleting frame
- D-none of above
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
<output> element represent?
- A-Authenticate the user
- B-Result of a calculation
- C-Pre-defines value
- D-none of these
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
Which of the following term describes the art of making dynamic & interactive pages?
- A-DHTML
- B-HTML
- C-XHTML
- D-XML
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
- More about this MCQ
MCQs Exam
- Computer Science MCQs
- PHP
- Dot NET
- Algorithms and Data Structures
- Software Engineering
- Database Management Systems
- Computer Networks
- Operating Systems
- Artificial Intelligence (AI) and Machine Learning (ML)
- Computer Graphics
- Cybersecurity
- Mobile Computing
- HTML
- JAVA
- Cascading Style Sheets - CSS
- Javascript
- MySQL
- Jquery
- Bootstrap
- REACT
- C#
- Django
- General MCQs
- PHP
- Dot NET
- Algorithms and Data Structures
- Software Engineering
- Database Management Systems
- Computer Networks
- Operating Systems
- Artificial Intelligence (AI) and Machine Learning (ML)
- Computer Graphics
- Cybersecurity
- Mobile Computing
- HTML
- JAVA
- Cascading Style Sheets - CSS
- Javascript
- Arithmetic
- Basic Maths Mcqs
- Antonyms Mcqs
- Synonyms Mcqs
- Idioms And Phrases Mcqs
- MySQL
- Grammer and Vocabulary
- Jquery
- Bootstrap
- REACT
- C#
- Django