_________ attribute is used to specify , where to open the linked document.
1.target
2.coords
3.rel
4. pos
Posted Date:-2022-06-07 21:16:11
A linked page using anchor tag is normally displayed in the ____________
1.New Window
2.Current Window
3.New Tab
4.None of these
Posted Date:-2022-06-07 21:15:06
A webpage displays a picture. What tag was used to display that picture?
1.picture
2.image
3.img
4. src
Posted Date:-2022-06-07 19:47:31
Browsers automatically add an __________ before and after a paragraph.
1.empty line
2.underline
3.empty space
4.None of these
Posted Date:-2022-06-07 21:34:06
Default attribute value of "target" is ______________ in HTML.
1._top
2._blank
3._self
4._parent
Posted Date:-2022-06-07 21:22:11
Default color of active link in browser is ____________.
1.red
2.blue
3.green
4.brown
Posted Date:-2022-06-07 21:13:31
For Showing heading in HTML web page we use ____________ tag.
1.Strong
2.Article
3.Paragraph
4.Heading
Posted Date:-2022-06-07 21:27:47
HTML markup language is a set of Markup ___________.
1.Tags
2.Attributes
3.Groups
4.Sets
Posted Date:-2022-06-07 19:46:33
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
Posted Date:-2022-06-07 20:52:35
In HTML we have _________ type of heading tags.
1.7
2.4
3.6
4.5
Posted Date:-2022-06-07 21:29:07
Link URL in HTML is specified using __________ attribute.
1.src
2.href
3.link
4. rel
Posted Date:-2022-06-07 21:06:41
Relationship Between the Current document and the Linked document is specified using ___________ attribute.
1.href
2.relation
3.rel
4.target
Posted Date:-2022-06-07 21:17:50
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
Posted Date:-2022-06-07 21:35:12
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
Posted Date:-2022-06-07 19:44:54
Which is smallest Heading Tag ?
1.H3
2.H5
3.H6
4.H4
Posted Date:-2022-06-07 21:28:37
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
Posted Date:-2022-06-07 20:00:59
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>
Posted Date:-2022-06-07 21:19:17
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
Posted Date:-2022-06-07 20:01:58
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
Posted Date:-2022-06-07 19:53:36
_______ attribute is used to specify MIME type of linked document ?
1.Rev Attribute
2.Type Attribute
3.Media Attribute
4.MIME Attribute
Posted Date:-2022-06-07 21:20:07
_________ attribute specifies what media/device the linked document is optimized for ?
1.device
2.media
3.name
4.href
Posted Date:-2022-06-07 21:21:03
_________ defines the most important heading ?
1.H1
2.H4
3.H6
4.H2
Posted Date:-2022-06-07 21:26:36
__________ automatically add some empty space (a margin) before and after each heading.
1.Browser
2.Interpreter
3.Server
4.Compiler
Posted Date:-2022-06-07 21:29:59
A group of font families with a similar look -
1.Generic Families
2.Cluster Families
3.Node Families
4.Grouped Families
Posted Date:-2022-06-07 20:51:22
Courier / Courier New" resembles following generic font family -
1.monospace
2.serif
3.cursive
4.fantasy
Posted Date:-2022-06-07 20:46:51
Currently clicking and holding down the mouse button on represents ___________ pseudo class.
1.a:link
2.a:visited
3.a:active
4.a:hover
Posted Date:-2022-06-07 20:41:45
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
Posted Date:-2022-06-07 21:10:38
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
Posted Date:-2022-06-07 20:40:29
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
Posted Date:-2022-06-07 20:54:02
Following tag Stands for - <a>
1.Active Tag
2.Action Tag
3.Anchor Tag
4.Additional Tag
Posted Date:-2022-06-07 21:07:41
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
Posted Date:-2022-06-07 20:44:58
How many type faces inside property "font-family" ?
1.1
2. Maximum 2
3.No Limit
4.Maximum 3
Posted Date:-2022-06-07 20:43:56
HTML Document can contain ______________.
1.Attributes
2.Tags
3.Plain Text
4.All of these
Posted Date:-2022-06-07 20:56:07
HTML is basically used to design
1.Database
2.Graphics
3.Tables and Frames
4.Web-page
Posted Date:-2022-06-07 20:29:10
HTML is considered as _________ language.
1.Higher Level Language
2.Markup Language
3.OOP Language
4.Programming Language
Posted Date:-2022-06-07 19:45:52
HTML Links can be styled using ___________.
1. CSS
2.JavaScript
3.XML
4.PHP
Posted Date:-2022-06-07 21:23:10
HTML program can be read and rendered by _________.
1.Compiler
2.Web Browser
3.Server
4.Interpreter
Posted Date:-2022-06-07 20:59:26
HTML program is saved using ____________ extension.
1..htnl
2. .htl
3. .hml
4..html
Posted Date:-2022-06-07 20:58:30
HTML stands for?
1.Hyper Text Markup Language
2. High Text Markup Language
3.Hyper Tabular Markup Language
4.None of these
Posted Date:-2022-06-07 19:38:26
HTML supports
1.ordered lists
2.unordered lists
3. both of the above
4.None of the above
Posted Date:-2022-06-07 19:52:35
HTML tags are surrounded by __________ brackets.
1.Square
2.Round
3.Angle
4.Curly
Posted Date:-2022-06-07 21:03:02
HTML tags are used to describe document ___________.
1.Content
2.Definition
3.Language
4.None of these
Posted Date:-2022-06-07 20:55:00
HTML was firstly proposed in year _______.
1. 1995
2.1990
3.2000
4.1980
Posted Date:-2022-06-07 21:02:13
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
Posted Date:-2022-06-07 21:35:58
Link in HTML can be of following type(s).
1.Visited
2.Active
3.Unvisited
4. All are the Types of Links
Posted Date:-2022-06-07 21:09:31
Multiple font faces are separated by __________ .
1.Semicolon
2.Comma
3.Dot
4.Slash
Posted Date:-2022-06-07 20:49:28
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
Posted Date:-2022-06-07 20:09:48
Opening Tag of HTML Tag is called as __________.
1.Ending Tag
2.Closed Tag
3.Starting Tag
4.Forward Tag
Posted Date:-2022-06-07 21:04:04
Page Designed in HTML is called as ________.
1.Front Page
2.Yellow Page
3.Server Page
4.Web Page
Posted Date:-2022-06-07 20:57:15
Pseudo-classes are used to represent ___________________.
1.Static Events
2.Dynamic Events
3.Related Events
4.Casual Events
Posted Date:-2022-06-07 20:30:18
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
Posted Date:-2022-06-07 21:33:18
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
Posted Date:-2022-06-07 19:40:35
The language used for creating web pages
1.HyperText Machine Language
2.HyperText Markup Language
3.HyperText Makeup Language
4.HyperText Manage Language
Posted Date:-2022-06-07 20:08:02
The special formatting codes in HTML document used to present conten tare
1.tags
2.attributes
3.values
4.None of above
Posted Date:-2022-06-07 19:50:01
There are ____ different of heading tags in HTML.
1.4
2.5
3.6
4.7
Posted Date:-2022-06-07 19:50:48
Value of Attribute "href" is also called as __________ of the Destination Web Page.
1.URM
2.URL
3.URK
4.URS
Posted Date:-2022-06-07 21:08:40
Visited Link in Mozilla Firefox is Generally shown in __________ Color.
1.Brown
2.Purple
3.Blue
4. Red
Posted Date:-2022-06-07 21:11:51
We write single ______ before the pseudo-class property.
1.Colon
2. Dot
3.Hash
4.Semicolon
Posted Date:-2022-06-07 20:39:26
Which is largest Heading tag ?
1. H3
2.H4
3.H2
4.H1
Posted Date:-2022-06-07 21:24:51
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
Posted Date:-2022-06-07 21:16:59
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
Posted Date:-2022-06-07 19:39:36
Which of the following fonts are Generic Fonts ?
1.Cursive
2.Serif
3.Monospace
4.All of the above
Posted Date:-2022-06-07 20:45:53
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
Posted Date:-2022-06-07 19:59:54
Which of the following is not an example of browser ?
1.Netscape Navigator
2.Opera
3.Mozilla Firefox
4.Microsoft's Bing
Posted Date:-2022-06-07 21:00:23
Which of the following is used to represent unvisited hyperlink.
1. :link
2.:nonvisited
3. :unvisited
4. :fresh
Posted Date:-2022-06-07 20:38:01
Which of the following is used to represent Visited hyperlink.
1. :visited
2.:clicked
3. :focus
4. :link
Posted Date:-2022-06-07 20:36:36
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
Posted Date:-2022-06-07 19:42:33
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
Posted Date:-2022-06-07 19:56:15
Which of the following property is used to set the opacity of an image?
1.border
2.height
3.width
4.moz-opacity
Posted Date:-2022-06-07 20:03:21
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
Posted Date:-2022-06-07 20:04:37
Which of the following tag is used to link the URL ?
1. <a>
2.<style>
3. <link>
4. <hyperlink>
Posted Date:-2022-06-07 21:05:49
Which of the Style is applied to the H1 heading by default ?
1.Italic
2. Bold and Underline
3.Bold
4.Underline
Posted Date:-2022-06-07 21:31:00
Which property is used to specify typefaces ?
1. font-family
2.font-name
3.font-face
4.font-type
Posted Date:-2022-06-07 20:42:50
Which tag is used to divide the HTML document into the paragraphs ?
1.paragraph
2.par
3.para
4.P
Posted Date:-2022-06-07 21:32:18
Who was the primary author of HTML (Hyper Text Markup Language) ?
1.Brendan Eich
2.Tim Berners-Lee
3.Google Inc.
4.Sabeer Bhatiya
Posted Date:-2022-06-07 21:01:16