We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbf5c75 commit edb33a1Copy full SHA for edb33a1
2-ui/1-document/02-dom-nodes/elks-styles.png
44.6 KB
2-ui/1-document/06-attributes-and-properties/2-yellow-links/source.view/index.html
@@ -0,0 +1,20 @@
1
+<!DOCTYPE HTML>
2
+<html>
3
+<body>
4
+
5
+ <a name="list">The list:</a>
6
+ <ul>
7
+ <li><a href="http://google.com">http://google.com</a></li>
8
+ <li><a href="/tutorial">/tutorial.html</a></li>
9
+ <li><a href="local/path">local/path</a></li>
10
+ <li><a href="ftp://ftp.com/my.zip">ftp://ftp.com/my.zip</a></li>
11
+ <li><a href="http://nodejs.org">http://nodejs.org</a></li>
12
+ <li><a href="http://internal.com/test">http://internal.com/test</a></li>
13
+ </ul>
14
15
+ <script>
16
+ // ...your code...
17
+ </script>
18
19
+</body>
20
+</html>
0 commit comments