Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<html>
<head>
<style>
a {color: blue}
a.one:visited {color: green}
a.one:hover {color: red; font-weight: bold}
</style>
</head>
<body>
<p><a class="one" href="default.asp" target="_blank">An example hyperlink</a></p>
</body>
</html>