Fixed URL

This commit is contained in:
Arcron ArchLinux 2024-10-29 21:01:52 +05:30
parent 4d3a07e207
commit 685d88eefb

View File

@ -10,7 +10,7 @@
<h1>Three Methods of Adding CSS</h1> <h1>Three Methods of Adding CSS</h1>
<!-- Create 3 Links to The 3 Webpages: inline, internal and external --> <!-- Create 3 Links to The 3 Webpages: inline, internal and external -->
<a href="./internal.html">Internal CSS</a> <a href="./internal.html">Internal CSS</a>
<a href="./internal.html">Inline CSS</a> <a href="./inline.html">Inline CSS</a>
<a href="./external.html">External CSS</a> <a href="./external.html">External CSS</a>
</body> </body>