A linked page using anchor tag is normally displayed in the ____________
1.New Window
2.Current Window
3.New Tab
4.None of these
A webpage displays a picture. What tag was used to display that picture?
1.picture
2.image
3.img
4. src
Browsers automatically add an __________ before and after a paragraph.
1.empty line
2.underline
3.empty space
4.None of these
Default attribute value of "target" is ______________ in HTML.
1._top
2._blank
3._self
4._parent
Default color of active link in browser is ____________.
1.red
2.blue
3.green
4.brown
For Showing heading in HTML web page we use ____________ tag.
1.Strong
2.Article
3.Paragraph
4.Heading
HTML markup language is a set of Markup ___________.
1.Tags
2.Attributes
3.Groups
4.Sets
In Descendant Selector , style is applied to element based on ________ .
1. whether element have sub element or not
2.whether element have only 2 sub elements or not
3.whether element is of particular type or not
4.None of These
In HTML we have _________ type of heading tags.
1.7
2.4
3.6
4.5
Link URL in HTML is specified using __________ attribute.
1.src
2.href
3.link
4. rel
Relationship Between the Current document and the Linked document is specified using ___________ attribute.
1.href
2.relation
3.rel
4.target
To create a link to an e-mail address following syntax is used -
1.<a email="name@example.com">email</a>
2.<a href="mail:name@example.com">email</a>
3.<a href="mailto:name@example.com">email</a>
4.None of These
When trying to access a URL, the following message is displayed on the browser: Server Error 403 What could be the reason for the message?
1.The requested HTML file is not available
2.The URL refers to a CGI script and the header of the script does not indicate where the interpreter is located
3.The path to the interpreter of the script file is invalid
4.The requested HTML file or CGI script has insufficient permission
Which is smallest Heading Tag ?
1.H3
2.H5
3.H6
4.H4
Which of the following defines a measurement as a percentage relative to another value, typically an enclosing element?
1. %
2.cm
3.em
4.ex
Which of the following is used to open document in new window ?
1.<a target="_self">Link</a>
2.<a target="_blank">Link</a>
3.<a target="_blank">Link</a>
4.<a target="_parent">Link</a>
Which of the following property is used as a shorthand to specify a number of other background properties?
1.background-attachment
2.background
3. background-repeat
4.background-position
Which of the following selector matches a particular element only when it lies inside a particular element?
1.The Type Selector
2.The Descendant Selector
3.The Universal Selector
4.The Class Selector
_________ attribute is used to specify , where to open the linked document.
1.target
2.coords
3.rel
4. pos
A group of font families with a similar look -
1.Generic Families
2.Cluster Families
3.Node Families
4.Grouped Families
Courier / Courier New" resembles following generic font family -
1.monospace
2.serif
3.cursive
4.fantasy
Currently clicking and holding down the mouse button on represents ___________ pseudo class.
1.a:link
2.a:visited
3.a:active
4.a:hover
Default Style and Color of Unvisited Link in any browser is ____________.
1. Normal and Blue
2.Underline and Pink
3.Underline and Magento
4.Underlined and Blue
Element that Currently has the user’s mouse pointer hovering over it represents one of the following Pseudo Class.
1. :hover
2.:hovar
3. :focus
4.:gotfocus
Following Style is applied to - div.wrapper h2 { font-size: 18px; margin-top: 0; }
1.Type 2 Heading inside Element div of class wrapper
2.Type 2 Heading inside Element div with id wrapper
3.Type 2 Heading inside Element div of any class
4.None Of These
Following tag Stands for - <a>
1.Active Tag
2.Action Tag
3.Anchor Tag
4.Additional Tag
Fonts such as Times New Roman which have spaces in between must be wrapped inside ______ .
1.Quotation Mark
2.Round Brackets
3. Triangular Brackets
4. Curly Braces
How many type faces inside property "font-family" ?
1.1
2. Maximum 2
3.No Limit
4.Maximum 3
HTML Document can contain ______________.
1.Attributes
2.Tags
3.Plain Text
4.All of these
HTML is basically used to design
1.Database
2.Graphics
3.Tables and Frames
4.Web-page
HTML is considered as _________ language.
1.Higher Level Language
2.Markup Language
3.OOP Language
4.Programming Language
HTML Links can be styled using ___________.
1. CSS
2.JavaScript
3.XML
4.PHP
HTML program can be read and rendered by _________.
1.Compiler
2.Web Browser
3.Server
4.Interpreter
HTML program is saved using ____________ extension.
1..htnl
2. .htl
3. .hml
4..html
HTML stands for?
1.Hyper Text Markup Language
2. High Text Markup Language
3.Hyper Tabular Markup Language
4.None of these
HTML supports
1.ordered lists
2.unordered lists
3. both of the above
4.None of the above
HTML tags are surrounded by __________ brackets.
1.Square
2.Round
3.Angle
4.Curly
HTML tags are used to describe document ___________.
1.Content
2.Definition
3.Language
4.None of these
HTML was firstly proposed in year _______.
1. 1995
2.1990
3.2000
4.1980
In HTML , If we need to send the email then href attribute of anchor tag starts with _________ keyword.
1. email
2.mailto
3.mail
4.None of these
Link in HTML can be of following type(s).
1.Visited
2.Active
3.Unvisited
4. All are the Types of Links
Multiple font faces are separated by __________ .
1.Semicolon
2.Comma
3.Dot
4.Slash
Name the section at the top of the document used to place the name, page number etc. :
1.Header
2.Web Layout
3.Footer
4.Hyperlink
Opening Tag of HTML Tag is called as __________.
1.Ending Tag
2.Closed Tag
3.Starting Tag
4.Forward Tag
Page Designed in HTML is called as ________.
1.Front Page
2.Yellow Page
3.Server Page
4.Web Page
Pseudo-classes are used to represent ___________________.
1.Static Events
2.Dynamic Events
3.Related Events
4.Casual Events
Text written inside the following pair of tags is considered as paragraph.
1.<p></p>
2. <paragraph></paragraph>
3.<para></para>
4.None of These
The attribute, which define the relationship between current document and HREF'ed URL is
1.REL
2.URL
3.REV
4.None of the above
The language used for creating web pages
1.HyperText Machine Language
2.HyperText Markup Language
3.HyperText Makeup Language
4.HyperText Manage Language
The special formatting codes in HTML document used to present conten tare
1.tags
2.attributes
3.values
4.None of above
There are ____ different of heading tags in HTML.
1.4
2.5
3.6
4.7
Value of Attribute "href" is also called as __________ of the Destination Web Page.
1.URM
2.URL
3.URK
4.URS
Visited Link in Mozilla Firefox is Generally shown in __________ Color.
1.Brown
2.Purple
3.Blue
4. Red
We write single ______ before the pseudo-class property.
1.Colon
2. Dot
3.Hash
4.Semicolon
Which is largest Heading tag ?
1. H3
2.H4
3.H2
4.H1
Which of the Anchor Attribute is used to specify the language of the linked document ?
1.alang
2.lang
3.hreflang
4.None of these
Which of the following attributes of text box control allow to limit the maximum character?
1.size
2.len
3.maxlength
4.All of the above
Which of the following fonts are Generic Fonts ?
1.Cursive
2.Serif
3.Monospace
4.All of the above
Which of the following is correct about Hex Code format of CSS colors?
1.The first two digits(RR) represent a red value.
2.The next two are a green value(GG).
3.The last are the blue value(BB).
4.All of the above
Which of the following is not an example of browser ?
1.Netscape Navigator
2.Opera
3.Mozilla Firefox
4.Microsoft's Bing
Which of the following is used to represent unvisited hyperlink.
1. :link
2.:nonvisited
3. :unvisited
4. :fresh
Which of the following is used to represent Visited hyperlink.
1. :visited
2.:clicked
3. :focus
4. :link
Which of the following options is correct with regard to HTML?
1.It is a modelling language
2.It is a DTP language
3.It is a partial programming language
4.It is used to structure documents
Which of the following property is used to increase or decrease how bold or light a font appears?
1.font-family
2. font-style
3. font-variant
4. font-weight
Which of the following property is used to set the opacity of an image?
1.border
2.height
3.width
4.moz-opacity
Which of the following property specifies whether a long point that wraps to a second line should align with the first line or start underneath the start of the marker of a list?
1.list-style-type
2. list-style-position
3.list-style-image
4. list-style
Which of the following tag is used to link the URL ?
1. <a>
2.<style>
3. <link>
4. <hyperlink>
Which of the Style is applied to the H1 heading by default ?
1.Italic
2. Bold and Underline
3.Bold
4.Underline
Which property is used to specify typefaces ?
1. font-family
2.font-name
3.font-face
4.font-type
Which tag is used to divide the HTML document into the paragraphs ?
1.paragraph
2.par
3.para
4.P
Who was the primary author of HTML (Hyper Text Markup Language) ?
1.Brendan Eich
2.Tim Berners-Lee
3.Google Inc.
4.Sabeer Bhatiya
_______ attribute is used to specify MIME type of linked document ?
1.Rev Attribute
2.Type Attribute
3.Media Attribute
4.MIME Attribute
_________ attribute specifies what media/device the linked document is optimized for ?
1.device
2.media
3.name
4.href
_________ defines the most important heading ?
1.H1
2.H4
3.H6
4.H2
__________ automatically add some empty space (a margin) before and after each heading.
1.Browser
2.Interpreter
3.Server
4.Compiler