An excellent book + matching coursework --> learning wherever you are

Chapter 5: Managing Multiple Styles: The Cascade

What are the color and approximate letter size of the link in this document?
<html><head>
<style>
body { font-size: 40px; }
ul { font-size: 10px; }
a { color: green; }
</style>
</head>
<body>
<p>Please go to
<a href='https://super-secure-page.com'>A super-secure page</a>
</p>
</body></html>