HTML coding endevours

Here is where i'll be logging the things i figure out while i make this website! :3.

basic functions

text functions

< p> < /p> for paragraph breaks

< i> < /i> for italics

< b> < /b> for bold

< u> < /u> for underlined

< img src="image.png"> to add an image

< u1>

< li> to make < /li>

< li> a < /li>

< li> list < li>

< /u1>

< a href="link.com">link button text< /a> to make a clickable link with custom text

random functions idk

< button type="button" onclick="alert('Hello world!')">Click Me!< /button> to make a lil button like this

for button styling : .button { background-color: #xxxxxx; (enter hex code color) border: none; color: white; padding: 15px 32px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; (change depending on size you want) }

the neocities thing vvv

To learn more HTML/CSS, check out these tutorials!

or anything on this godsend of a website < 3

back we go