Joined on 3/12/24
Posted by Thatusernamstaken9 - July 20th, 2024
I'm learning HTML! I've made a simple website
https://fzlphp.mimo.run/index.html
I cant wait to get better!
Here's the code for it when I'm writing this
<!doctype html> <html> <head> <title></title> <link rel="stylesheet" href="style.css"> </head> <body> <p>Im Austin. i like <strong>robots</strong> and <em>code</em>. </p> <button type=button onclick="alert ('Test Complete')">Test</button><br> <a href="https://thatusernamstaken9.newgrounds.com"><strong>My Newgrounds</strong></a><br> <h4>Things I've drawn</h4><br> <img src=https://art.ngfiles.com/images/5738000/5738642_834790_thatusernamstaken9_ies-logo-ideas.600544b13354eeba91388002e8e409db.webp?f1716966722 width=300 height=225><br> <a href="https://www.newgrounds.com/art/view/thatusernamstaken9/ies-logo-ideas">IES Logo </a> <script src="script.js"></script> </body> </html>