Page 131 - Plus_V2.2_C8_Flipbook
P. 131
test Your skiLLs
1. Tick ( ) the correct option.
a. Which attribute of the <A> tag is used to create a named anchor i.e. a link within the same HTML
web page?
(i) HREF (ii) ID
(iii) SRC (iv) None of the above
b. Which of the following is not a state of hyperlink?
(i) a:link (ii) a:visited
(iii) a:hover (iv) a:inactive
c. Which of the following is the correct command to set a colour for the visited link?
(i) a:visited{color_name;} (ii) alink:visited{color:color_name;}
(iii) a:visited_link{color:color_name;} (iv) a:visited{color:color_name};
d. If a website wants to collect user information systematically, then the website can create which
of these:
(i) Frames (ii) Links
(iii) Forms (iv) Images
e. Which command do we use to link an HTML page with another HTML page?
(i) <a link=page.HTML>click here</A>
(ii) <a href=page.HTML>click here</A>
(iii) <a connect=page.HTML>click here</A>
(iv) <a attach=page.HTML>click here</A>
2. Write ‘T’ for true and ‘F’ for false statements.
a. An <A> tag always takes you to the end of the linked document. ____________
b. Password box accepts the information in a masked way. ____________
c. We cannot add images as links to a web page. ____________
d. The state of the hyperlink when the mouse is hovered over it is a:active. ____________
e. The name attribute of the input tag is used to specify a name for an HTML element. ____________
3. Fill in the blanks using the words from the help box.
Radio Button, Frames, Action, Checkbox, Anchor tag
a. An ____________ is used to define hyperlinks.
b. In ____________ more than one option can be selected.
Links, Frames, and Forms in HTML5 129

