Test Series - html

Test Number 52/72

Q: target attribute cannot have?
A. _blank
B. _self
C. _parent
D. _color
Solution: Target attribute can have values _blank, _self, _parent, _top and filename. _blank opens the linked document in a new tab window or tab, _self opens linked document in the same window, _parent opens linked document in the parent frame.
Q: Which of the following opens linked document in full body?
A. _blank
B. _top
C. _parent
D. framename
Solution: _parent opens linked document in parent frame, _top opens the linked document in full body of the window, framename opens the linked document in a named frame,
e.g.  Visit The site !! .
Q: Which attribute is used to link the bookmark?
A. href
B. id
C. target
D. 
Solution: href attribute is used to link the bookmark. The id attribute is for defining bookmarks in a page, target attribute is for specifying where to open linked document i.e. in new tab, same frame, parent frame, full body of the window etc.
Q: Which of the following sets the color of a link before it has been clicked on?
A. ALINK
B. LINK
C. VLINK
D. ULINK
Solution: LINK set the color of a link before it has been clicked on, ALINK set the color of a link when a link is clicked on, VLINK set the color of a link after it has been clicked on, here A and V stands for Active and Visited.
Q: What is used for specifying an email to be sent?
A. mailto:
B. target
C. id
D. href
Solution: Target attribute is for specifying where to open linked document i.e. in a new tab, same frame, parent frame, full body of the window etc. We use mailto: with  and href for specifying the email address that we want to be sent to. It will open a new email message and address to a person specified in the link. The email link will appear like a normal link. The id attribute is for defining bookmarks in a page.
Q: Which of the following is not the parameter for email link?
A. body
B. bcc
C. cc
D. #
Solution: There are various parameters used for email links like mailto, bcc, body, cc, subject, ‘&’, ‘?’. mailto: is used for e-mail recipient address, bcc is for blind carbon copy mail address, cc is for carbon copy e-mail address, subject is for the subject of the e-mail, ‘?’ is first parameters delimiter.
Q: Which one of the following is used for space character?
A. %50
B. %60
C. %20
D. %10
Solution: %50 represent a capital letter P. %60 specifies “`” symbol. %20 represents space character.
 
mail with cc, bcc, subject and body
. A data link escape is shown by %10.
Q: What will add line break in the body of mail?
A. %20
B. %0D%0A
C. %0h%0A
D. %10
Solution: %20 represents space character. A data link escape is shown by %10. %0D%0A will add a newline in the text of the body.
Send mail
Q: which extension flash file is to be saved?
A. .fla
B. .swf
C. .jpg
D. .gif
Solution: The flash file created in flash authoring environment, it is saved with .fla extension. If we want to use this file on a web page it has to be saved in a different format known as SWF. Its extension is .swf
Q: For exporting movie into SWF format which element is used?
A. 
B. 
C. 
D. 
Solution: We use  and  elements for exporting movie into SWF format. A code is created by flash that can be used to embed Flash movie into the page. Traditionally these elements were used but now JavaScript has taken their place.
               
        







You Have Score    /10