Unorded list displays incorrectly

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.
what2

for some context, i’m using the latest version of notepad++

It’s hard to say without seeing your code. Please post your code (not a picture of your code)

is there a way to embed it, or upload the file?

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.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').

<!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>

thank you for that! sorry for not knowing.

it’s like, I’m not sure what the problem would be, perhaps i typed it in wrong? i don’t know.

Those look like the number 1 instead of the letter l for ‘list’

oh thank you! i got it to work! turns out my “li” was l1, very sorry.

1 Like

No worries, happy to help

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.