Page 110 - Plus_V2.2_C8_Flipbook
P. 110
<!DOCTYPE HTML>
<HTML>
<HEAD>
<TITLE> Creating Hyperlink </TITLE>
<STYLE>
a:link { color: red; }
a:visited { color: blue: }
a:hover { color: orange; }
a:active { color: black; }
</STYLE>
</HEAD>
<BODY>
<H2> XYZ Public School <H2>
<H3> This website contains a link to check the result of the entrance exam </H3>
<A HREF="result.html" TITLE="Click here"> Result </A>
</BODY>
</HTML>
Output:
Displaying non-visited link Displaying link on mouse hovered
Displaying linked web page Displaying clicked link
108 Premium Edition-VIII

