DEV Community

Discussion on: What I learned in 3 years of Web Dev?

Collapse
 
grahamthedev profile image
GrahamTheDev

Next thing, learn to write lists using - instead of headings 😋😉

Seriously though, headings as lists (without any content between the headings) make no sense to people using a screen reader, they will find your headings and then expect content to be below them.

As there is no content they will find it confusing.

On super short posts like this use - to create an ordered list or 1,2 to create an ordered list in the editor.

p.s. tip 5 is the top one, practice makes perfect and exposes you to new problems to solve / learn from!

Collapse
 
abhishekraj272 profile image
Abhishek Raj

Oh this got posted, I was saving it as a draft. Let me retract it.

Collapse
 
abhishekraj272 profile image
Abhishek Raj

Thanks for pointing it out.