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