HTML5 Flashcards
_____ attribute is used to specify where to open the linked document.
A target
B coords
C rel
D none of the above
A target
Which *anchor* attribute is used to specify the language of the linked document ?
A alang
B lang
C hreflang
D all the above
C hreflang
Relationship between the current document and the linked document is specified using the _____ attribute.
A relation
B rel
C href
D target
B rel
Which of the following is incorrect value provided to “rel” attribute of the anchor tag ?
A previous
B help
C Bookmark
D none of the above
A previous
How to open the document in new window with anchor tag?
target = “_blank”
The _____ attribute is used to specify MIME type of the linked document ?
A MIME
B Type
C Media
D none of the above
B Type
type=”application/json” …
The _____ attribute specifies what media/device the linked document is optimized for ?
A media
B device
C name
D href
A media
The default attribute value of “target” is _____ in HTML.
A _self
B _parent
C _top
D _blank
_self
_blank Opens the linked document in a new window or tab
_self Opens the linked document in the same frame as it was clicked (this is default)
_parent Opens the linked document in the parent frame
_top Opens the linked document in the full body of the window
For showing heading in HTML web page we use _____ tag.
A Article
B Strong
C Heading
D Bold
C Heading
Which of the following Styles is applied to the H1 heading by default.
A Bold
B Underline
C Bold and Underline
D none of the above
A Bold
_____ automatically adds some empty space before and after each heading.
A Compiler
B Server
C Browser
D Interpreter
C Browser
Browsers automatically add a/an _____ before and after a paragraph.
A empty space
B empty line
C horizontal line
D none of the above
B empty line
The align attribute of paragraph tag in HTML is no longer supported in:
A HTML3.2
B HTML2.0
C HTML5
D HTML4
C HTML5
Who was the primary author of HTML ?
A Brendan Eich
B Tim Berners-Lee
C Google Inc.
D Sabeer Bhatiya
B Tim Berners-Lee
HTML was firstly proposed in year
A 1995
B 1997
C 1976
D 1990
D 1990
Anchor Link URL in HTML is specified using _____ attribute.
A src
B link
C rel
D href
D href
Link in HTML can be of following type(s).
A Active
B Visited
C Unvisited
D all the above
D all the above
Active
Visited
Unvisited
Default style and color of unvisited link in any browser is
A Normal and Blue
B Underlined and Blue
C Underline and Red
D Underline and Pink
B Underlined and Blue
Visited link in Mozilla Firefox is generally shown in _____ color.
A Purple
B Red
C Blue
D Black
A Purple
Which of the following attribute(s) cannot be present if the href attribute is not present ?
A target
B rel
C hreflang
D all the above
D all the above
target
rel
hreflang
A linked page using the anchor tag is normally displayed in the
A Current Window
B New Window
C New Tab
D Current Tab
A Current Window
If we need to send the email then href attribute of the anchor tag starts with _____ keyword.
A mail
B mailto
C email
D send
B mailto
Value of attribute “href” is also called the _____ of the destination web page.
A URL
B URI
C URG
D none of the above
A URL
URL in HTML stands for
A Uniform Resource Locator
B Universal Resource Locator
C Uniform Resource Location
D Uni Resource Locator
A Uniform Resource Locator
We can include the default subject heading and body text by passing the query parameter(s) separated by the _____ symbol.
A Question Mark
B Colon
C Comma
D Ampersand
D Ampersand
If the image cannot be displayed then the _____ attribute specifies an alternate text for an image.
A alt
B text
C value
D caption
A alt
The default color of the active link in browser is
A green
B red
C blue
D black
B red
Fundamental blocks in HTML are called as
A HTML Attribute
B HTML Tag
C HTML Body
D HTML Element
B HTML Tag
The _____ attribute is used to display an image ?
A source
B srs
C sr
D src
D src
Which of the following pair of attribute is required for the img tag ?
A img and src
B img and alt
C src and alt
C src and alt
src points to the image file and
alt has text to display if the image cannot be rendered
The alt attribute is more useful in that situation when user has:
A High Speed Internet Connection
B Slow Internet Connection
C Broadband Connection
D none of the above
B Slow Internet Connection
How to define clickable area in an image map ?
<map><br></br> <area></area>
<br></br> <area></area>
<br></br> <area></area>
<br></br></map>
Which of the anchor attribute is used to specify the language of the linked document ?
A alang
B lang
C hreflang
D all the above
C hreflang
specifies the language of the document in the link target
Relationship between the current document and the linked document is specified using the _____ attribute.
A relation
B rel
C href
D target
B rel
alternate Provides a link to an alternate representation of the document (i.e. print page, translated or mirror)
author Provides a link to the author of the document
bookmark Permanent URL used for bookmarking
external Indicates that the referenced document is not part of the same site as the current document
help Provides a link to a help document
license Provides a link to licensing information for the document
next Provides a link to the next document in the series
nofollow Links to an unendorsed document, like a paid link.
(“nofollow” is used by Google, to specify that the Google search spider should not follow that link)
noreferrer Requires that the browser should not send an HTTP referer header if the user follows the hyperlink
noopener Requires that any browsing context created by following the hyperlink must not have an opener browsing context
prev The previous document in a selection
search Links to a search tool for the document
tag A tag (keyword) for the current document
Which of the following is incorrect value provided to “rel” attribute of the anchor tag ?
A previous
B help
C Bookmark
D none of the above
A previous
Which anchor target value is used to open the document in new window ?
_blank
_self
_parent
_top
_blank
_blank Opens the linked document in a new window or tab
_self Opens the linked document in the same frame as it was clicked (this is default)
_parent Opens the linked document in the parent frame
_top Opens the linked document in the full body of the window
The _____ attribute specifies what media/device the linked document is optimized for ?
A media
B device
C name
D href
A media
Which of the following Styles is applied to the H1 heading by default.
A Bold
B Underline
C Bold and Underline
D none of the above
A Bold
_____ automatically add some empty space before and after each heading.
A Compiler
B Server
C Browser
D Interpreter
A Browser
Browsers automatically adds an _____ before and after a paragraph.
A empty space
B empty line
C horizontal line
D none of the above
B empty line