linneamadsen / linneamadsen.github.io

0 stars 0 forks source link

links to companies/schools #3

Open linneamadsen opened 6 years ago

linneamadsen commented 6 years ago

Any way to do this without being ugly (ie blue/underline)? What are best practices?

linneamadsen commented 6 years ago

<html> <body link="blue"> < p > <a href="https://www.w3schools.com" > W3Schools.com> </a></p> <p> <a href="https://www.w3schools.com/html/" > HTML Tutorial</a></p> </body> </html>

via mom