Question:
(a) How does HTML allow you to:
(i) turn an image into a clickable hyperlink? Include code to switch off the default border
(ii) convert the above hyperlink into an email link
(iii) link to a specific spot in a targeted document found in an external website.
(b) Briefly describe the following Web-related terms:
(i) Hypermedia
(ii) Hypertext
(iii) URL
(iv) TCP.
(c) Consider the following CSS codes fragment:
H3, H5 {color:green; background:purple}
.mode {text-transform: uppercase}
H2 span {font-style:oblique}
#med {text-decoration:line-through}
(i) Specify the type of selectors used in the external CSS file given above
(ii) Explain how these rules will be applied to its corresponding HTML tags.