Difference between revisions of "Msc1G2:Group"
From uf
(→TUD 2) |
|||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
=='''TUD 2'''== | =='''TUD 2'''== | ||
Line 42: | Line 30: | ||
+ | <head> | ||
+ | <style> | ||
+ | a:hover { | ||
+ | background-color: yellow; | ||
+ | } | ||
+ | </style> | ||
+ | </head> | ||
+ | <body> | ||
<a href="https://www.w3schools.com">w3schools.com</a> | <a href="https://www.w3schools.com">w3schools.com</a> | ||
Line 49: | Line 45: | ||
</body> | </body> | ||
− |
Revision as of 23:04, 1 November 2017
TUD 2
Hidde Manders - Dafne Swank - Mary Ann Berendson - Arav Kumar - Szymon Lapaj - Koen Martens
<head> <style> a:hover {
background-color: yellow;
} </style> </head> <body>
<a href="https://www.w3schools.com">w3schools.com</a> <a href="https://www.wikipedia.org">wikipedia.org</a>
Note: The :hover selector style links on mouse-over.
</body>