about summary refs log tree commit diff
path: root/usth/ICT3.2/prac/1/task8.html
blob: ec64663f84c8ecccfe28a031783c3d984f818c67 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
<style>
a { text-decoration: none }
a:visited { color: red }
a:hover { color: green }
</style>
<body>
  <a href='https://en.wikipedia.org/wiki/Foobar'>Foo</a>
  <a href='https://en.wikipedia.org/wiki/Foo_was_here'>was here</a>,
  <a href='https://en.wikipedia.org/wiki/Xyzzy_(computing)'>xyzzy</a>
</body>
</html>