Test Series - html

Test Number 50/72

Q: For explaining, which new technology is used?
A. 
B. 
C. 
D. 
Solution: When for the first time when we explain any new terminology like any jargon or any academic concept in the document we use  It is defining an instance of it. It is used for defining an instance of a new term. In some browsers, the content of  are shown in italics but in Chrome and Safari, nothing will be changed. Title of work is defined by .  is for abbreviation. Information about author or owner is provided by 
.
Q: Which element indicates about something which is no longer accurate?
A. 
B. 
C. 
D. 
Solution:  indicates about something that is no longer relevant or accurate. It should also not to be deleted. The content of this element is displayed a line through the center. In older versions of HTML it had  element for the content to be underlined, but now it is no longer in use. Information about author or owner is provided by 
. A text which has been inserted into a document is defined by a . describes a text that has been deleted from a document.
Q: Metadata does not define _________
A. character set
B. links
C. scripts
D. color
Solution: Metadata define character set, title of the document, links, styles, scripts and other meta information. E.g.    The Code    .
Q: In HTML5 which element defines thematic change in the content?
A. 
B. 

C. 
D. 

Solution: For thematic change in the content 
tag is used. It is also used to separate content or for defining a change in any HTML page. All the browsers like Internet Explorer, Firefox, Opera, Chrome, Safari supports this element.
Q: Which element defines preformatted text?
A. 

B. 
C. 
D. 
Solution: 

defines paragraph/text.

Q: Which element is used for creating links?
A. 
B. 

C. 
  • D. 
      Solution:  element is used for creating links. We can click anything written between opening  tag and closing  tag. E.g.  GMAIL . The text written between  and  is called link text. 

      defines paragraph.
    1. specifies list of item.
        is ordered list which can be either numerically or alphabetically.
    2. Q: Relative URLs are used to ____________
      A. link other pages within the same site
      B. link the same page with other sites
      C. link other pages with other sites
      D. does not link
      Solution: Relative URLs are used for linking other pages within the same site. These are the shorthand version of absolute URLs. It does not need a domain name. These URLs are helpful when building a site on a computer because we can create links between pages without having set up for hosting or domain name.
      Q: What is the color of an unvisited link?
      A. red
      B. blue
      C. purple
      D. green
      Solution: In all browsers by default the color of an unvisited link is blue. The color of a visited link is purple. The color of the active link is red. The link is underlined by default. E.g. www.google.com We can also change these default colors by the use of style.
      Q: Which one of the following is not the value of the target attribute?
      A. _blank
      B. _top
      C. _self
      D. _empty
      Solution: Where to open linked document is specified by target attribute. It can have the values _blank, _top, _parent, _self, framename. _blank opens linked document is a new tab or window. The linked document is opened in the parent frame by _parent. Linked document is opened in a named frame by framename. Linked document is opened in the same window by _self.
      Q: What is the path for an image located in same folder as the current page?
      A. 
      B. 
      C. 
      D. 
      Solution: The path  indicates that pic.jpg is located in same folder as current page. The path  indicates that pic.jpg is located in current folder. The path  is located in images folder at root of current web. The path  indicates that pic.jpg is located in folder one level up from current folder.

      You Have Score    /10