Questions
Which of the following tags in NOT related to creating a table?
- th
- td
- tr
- tt
- table
Which of the following attributes of a textbox limits the number of characters it can hold?
- length
- value
- size
- limit
- maxlength
HTML documents are read and rendered by ________.
- Compiler
- Interpreter
- Browser
- Network
- Web server
Which of the following statements is FALSE regarding HTML tags?
- HTML tags are case sensitive.
- Some html tags are not required to be closed.
- The opening and closing html tag is optional.
- HTML tags can have attributes.
- HTML tags can be written using any text editor.
What can be defined as a white space between the cell content and its borders?
- Cell spacing
- Cell width
- Table border
- Cell padding
- Cell height
Which of the following is NOT a valid HTML tag?
- INPUT
- SUB
- META
- CAPTION
- HEADING
Which of the following is NOT an attribute of the img tag?
- src
- align
- border
- size
- alt
Which of the following is NOT a valid attribute for a frame target?
- _blank
- _new
- _self
- _parent
- _top
Which attribute of the input tag is used to create a Text Box?
- input type = textbox
- input type = text
- input type = label
- input type = textfield
- textarea
Which of the following is NOT a value for the background-repeat property?
- repeat
- repeat-x
- repeat-y
- norepeat
- no-repeat
HTML is a subset of which of the following languages?
- SGML
- DHTML
- XML
- JSP
- None of the above
Which of the following is NOT a valid statement with reference to CSS?
- CSS defines how to display HTML elements.
- External style sheets are stored in CCS files.
- Styles were added from HTML 4.0.
- External style sheets can save a lot of work.
- A CSS rule has two main parts: a selector, and one or more declarations.
Which of the following is NOT a valid attribute of the a(anchor) tag?
- type
- rel
- href
- name
- link
Which of the following is the correct syntax for making all the paragraph (p) tags bold?
- p {text-size:bold;}
- p {text-size=bold;}
- p {font-weight:bold;}
- p style=text-size:bold;
- p={text-size:bold}
With reference to CSS, which font property is used to display the text in bold letters?
- font-style
- font-variant
- font-weight
- font-size
- font-family
Which of the following tags is used to display a heading in smallest size?
- h1
- p
- h5
- h6
- h7
Which html tag is used to divide an HTML document into different sections or parts?
- division
- frame
- div
- table
- body
Which of the following statements is the correct syntax to create an email hyperlink?
- a href=mailto:[email protected]
- a href=mail:[email protected]
- a href=email:[email protected]
Which of the following is NOT a valid html form element?
- fieldset
- option
- select
- choice
- input
Which of the following statements is FALSE regarding !DOCTYPE declaration?
- It can appear anywhere in an HTML page.
- !DOCTYPE is not an HTML tag.
- It does not have an end tag.
- If the !DOCTYPE is not specified the page will be rendered in quirks mode.
- The !DOCTYPE refers to DTD.
Which of the following statements is FALSE regarding the class' selector in CSS?
- The class selector is used to specify a style for a single, unique element.
- The class selector is defined with '.' (dot).
- Class name should comprise only alpha numeric characters, and hyphens.
- The name of the class can be as desired by the user.
- It is used with style sheets.
Which of the following is NOT a valid attribute of the while creating a radio button using the input tag?
- checked
- value
- name
- type
- selected
Which tag is used to display the fullform of a abbreviation as a tooltip when the user places the mouse over it?
- acronym
- code
- dd
- blockquote
- cite
Which of the following is NOT a valid shape type with reference to ImageMap?
- oval
- rect
- default
- circle
- poly
Which of the following is tag is used to create an inline frame?
- iframe
- inframe
- form
- frame
- frameset