Hello, I’m making a little website and was adding the obligatory “who am i” part of it. But for some reason when i added the unordered list, it’s horizontal and has no bullets. I typed it in right i thought? and whats even weirder is that this hasn’t ever happened before.
for some context, i’m using the latest version of notepad++
When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.
You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.
<!DOCTYPE html>
<html>
<body>
<head>
<link rel="stylesheet" href="style.css">
</head>
<h1>Hello, i'm max</h1>
<u1>
<l1>20</l1>
<l1>trans man</l1>
<l1>grey-ace</l1>
<l1>artist</l1>
<l1>autistic</l1>
</u1>
<p>this site will be a dumping ground for stuff. have fun looking around.</p>
</body>
</html>