We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8484d7 commit 30d68b7Copy full SHA for 30d68b7
exercises/01-Hello-World/index.html
@@ -1 +1,7 @@
1
<!-- your code here -->
2
+<style>
3
+ a {
4
+ color: pink;
5
+ }
6
+</style>
7
+<a href="https://google.com" target="_blank">Click me to open google.com</a>
0 commit comments