minor
This commit is contained in:
parent
dbf5c7587c
commit
edb33a122c
2 changed files with 20 additions and 0 deletions
BIN
2-ui/1-document/02-dom-nodes/elks-styles.png
Normal file
BIN
2-ui/1-document/02-dom-nodes/elks-styles.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 45 KiB |
|
@ -0,0 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<body>
|
||||
|
||||
<a name="list">The list:</a>
|
||||
<ul>
|
||||
<li><a href="http://google.com">http://google.com</a></li>
|
||||
<li><a href="/tutorial">/tutorial.html</a></li>
|
||||
<li><a href="local/path">local/path</a></li>
|
||||
<li><a href="ftp://ftp.com/my.zip">ftp://ftp.com/my.zip</a></li>
|
||||
<li><a href="http://nodejs.org">http://nodejs.org</a></li>
|
||||
<li><a href="http://internal.com/test">http://internal.com/test</a></li>
|
||||
</ul>
|
||||
|
||||
<script>
|
||||
// ...your code...
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue