diff options
Diffstat (limited to 'usth/ICT3.2/prac/1/task8.html')
-rw-r--r-- | usth/ICT3.2/prac/1/task8.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/usth/ICT3.2/prac/1/task8.html b/usth/ICT3.2/prac/1/task8.html new file mode 100644 index 0000000..ec64663 --- /dev/null +++ b/usth/ICT3.2/prac/1/task8.html @@ -0,0 +1,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> |