connects web pages
1.Connector
2.Link
3.Hyperlink
4. None of the above
FTP is an acronym for
1. File Transaction Protocol
2.File Transmission Protocol
3.File Translation Protocol
4.File Transfer Protocol
How to add alternative text for an Image?
1.<img src = "https://mcqsets.com/brand.png" alternate = "Brand of website" />
2.<img src = "https://mcqsets.com/brand.png" alt text = "Brand of website" />
3.src = "https://mcqsets.com/brand.png" alternate text = "Brand of website" />
4.src = "https://mcqsets.com/brand.png" alt = "Brand of website" />
Opening tag of HTML is called
1. Ending tag
2.Starting tag
3.Closed tag
4.Pair tags
The first page of a website is called
1.Design
2.Home page
3.First page
4.Main page
Which is the largest heading tag?
1.H1
2.H3
3.H4
4.H6
Which of the following is correct to align H1 tag to Right Alignment
1.<h1 align = "right"> …
2.<h1 alignment = "right"> …
3.<h1 tag align = "right"> … </h1>
4.H1 cannot make Right Alignment
Which of the following is correct to change font face in Web Page
1.<font = "font name"> …
2.<font name = "font name"> … </font>
3.<font face = "font name"> … </font>
4.Font Face cannot change
Which of the following is correct to set "Black" color as Background of page?
1.bgcolor = "#000000">
2.<body background = "#000000">
3.<body Background color = "#000000">
4.All of above
Which of the following is incorrect regarding Logical styles?
1. Code looks like teletype
2. Sample looks like teletype
3. Keyboard looks like teletype
4.Variable looks like teletype
Which of the following is not an example of browser?
1.Netscape Navigator
2.Microsoft Bing
3.Mozilla Firefox
4.Opera
Which organization defines the Web Standards?
1.Microsoft Corporation
2.IBM Corporation
3.World Wide Web Consortium
4.Apple Inc.
Who is the primary author of HTML?
1.Brendan Eich
2.Tim Berners-Lee
3.Web Programmer
4.Google Inc
Basic fundamental block is called as ___
1. HTML tag
2.HTML body
3.HTML Attribute
4. HTML Element
Choose the correct HTML tag to left-align the content of a cell.
1.<tdleft>
2.<td leftalign>
3.valign= “left”>
4. <td align= “left”>
Head tag is used for?
1.Writing style
2. Writing Java Script
3. Including CSS JS Files
4.All of these
How many heading tags are supported by HTML?
1.3
2.4
3.5
4.6
How to embedded Audio Files in HTML?
1.src = "mysong.mid" width = "100" height = "15">
2.<embed sound = "mysong.mid" width = "100" height = "15">
3.<embed audio = "mysong.mid" width = "100" height = "15">
4.<embed music = "mysong.mid" width = "100" height = "15">
How to set a picture as a background web page?
1. <body background= “bgimage.gif”>
2.<body background image= “bgimage.gif”>
3.<background= “bgimage.gif”>
4.<background image= “bgimage.gif”>
HTML document can contain
1.Attributes
2.Tags
3.Plain text
4.All of these
HTML document contain one root tag called ____
1.HEAD
2.Title
3.Body
4.HTML
HTML document is saved using ____ extension.
1..htl
2..html
3..hml
4..htnl
HTML is considered as ___ language
1.Programming Langauge
2.OOP Language
3. High Level Language
4.Markup Language
HTML language is a set of markup ___
1.Attributes
2.Tags
3.Sets
4.Groups
HTML tags are surrounded by ___ brackets
1.Angle
2.Square
3.Round
4.Curly
HTML tags are used to describe document ____
1.Definition
2.Language
3.Content
4. None of these
HTML was first proposed in year ___.
1.1980
2.1990
3.1995
4.2000
Is it possible to insert a table within another table?
1.Yes but there must be exactly 2 rows and 2 columns in first table.
2.Yes table can be inserted into cell of another table.
3.Yes but there must be no border in second table.
4.No it’s not possible.
What is the use of Web Font in HTML ?
1. that is the core font that is use to develop Web Pages.
2. that enables to use fonts over the Web without installation.
3.that is the special font that developed by Microsoft Corp.
4. All of the Above.
Page designed in HTML is called a
1.Yellow Page
2. Web Page
3.Server Page
4.Front Page
PCs running Windows 3.x will have ____extension for html pages
1..htl
2..html
3. .htm
4. .hml
Pick the odd out
1.Table
2.TR
3.TD
4.Form
The software that can read and render HTML documents is
1.Server
2.Compiler
3.Interpreter
4.Browser
The version of HTML is
1.HTML0
2.HTML1
3.HTML2
4.All of these
We can write HTML code using ____. Select appropriate option(s).
1. VLC Media
2.Notepad++
3.Microsoft PowerPoint
4.None of these
What is <tt> tag in HTML?
1.It renders fonts as teletype text font style.
2. It renders fonts as truetype text font style.
3. It renders fonts as truncate text font style.
4.None of the Above
What is the usage of alt value in <img> tag?
1.Alternative text for an Image
2.Alternative source of an Image
3.Caption of an Image
4.All of above
What is the use of Forms in HTML?
1.to display contents of email.
2. to display animation effect.
3.to collect user’s input.
4.None of the Above
What is the use of iframe in HTML?
1.to display a web page within a web page.
2.to display a web page with animation effect.
3.to display a web page without browser.
4.All of the Above.
Which HTML Tag will use to scroll a text in web page?
1.<marquee> … </marquee>
2.<scroll> … </scroll>
3.<round> … </round>
4.<go> … </go>
Which is the correct to create an Arabic numeral list
1.<ul type="1">
2.<ol type="1">
3. <il type="1">
4.<li type="1">
Which of following HTML Tag will inserting a line break?
1. <p />
2. <lb />
3.<br />
4.<break />
Which of the following are attributes of Font tag?
1.Face
2.Size
3.Color
4.all of the above
Which of the following is correct character entities for "Copyright" symbol?
1.•
2. Ÿ
3.©
4.³
Which of the following is correct HTML for inserting an image?
1. <image source= “mcqsets.com/admin.jpg” alt= “This is me” />
2.<img src= “mcqsets.com/admin.jpg” alt= “This is me” />
3. <img source= “mcqsets.com/admin.jpg” alt= “This is me” />
4.<img alt= “This is me”>mcqsets.com/admin.jpg
Which of the following is the correct regarding meta tag in HTML?
1.<meta> … </meta>
2.<meta name = " " />
3.<metadata> … </metadata>
4.<metadata name = " " />
Which of the following is used to create web pages?
1. HTML
2.C
3.JVM
4.DTD
Which of the following tags are related to Table in HTML ?
1. <table> <row> <column>
2.<table> <tr> <td>
3. <table> <head> <body>
4. <table> <header> <footer>
Which tag is used to display Preformatted texts?
1.<pre> … </ pre>
2.<pre> … </ pre>
3.<pre text> … </ pre text>
4. <pre format> … </ pre format>
Which tag is used to lists the items with bullets?
1.<bullet>…</bullet>
2.. <list>…</list>
3.<ul>…
4.<ol>…</ol>