00:00
00:00
Thatusernamstaken9

Joined on 3/12/24

Level:
6
Exp Points:
358 / 400
Exp Rank:
> 100,000
Vote Power:
4.73 votes
Rank:
Civilian
Global Rank:
> 100,000
Blams:
0
Saves:
0
B/P Bonus:
0%
Whistle:
Normal
Medals:
18

I'm learning HTML!

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>

Comments

It looks alright. Good job!

Thanks!