HTML5 Flashcards
(40 cards)
_____ 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