Improved Code

This commit is contained in:
Arcron ArchLinux 2024-10-28 19:43:05 +05:30
parent c213535d6d
commit e3b2438a78

View File

@ -9,6 +9,9 @@
<body> <body>
<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="http://127.0.0.1:3000/5.1+Adding+CSS/5.1. Adding CSS/internal.html">Internal CSS</a>
<a href="http://127.0.0.1:3000/5.1+Adding+CSS/5.1. Adding CSS/inline.html">Inline CSS</a>
<a href="http://127.0.0.1:3000/5.1+Adding+CSS/5.1. Adding CSS/external.html">External CSS</a>
</body> </body>
</html> </html>