Difference between revisions of "Msc1G2:Group"

From uf
Jump to: navigation, search
(TUD 2)
Line 1: Line 1:
__NOTITLE__ __NOTOC__
 
 
<html>
 
<head>
 
<style>
 
a:hover {
 
    background-color: yellow;
 
}
 
</style>
 
</head>
 
<body>
 
 
 
=='''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>
</html>
 

Revision as of 00:04, 2 November 2017

TUD 2

Banner1.png


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>