DEV Community

Cover image for How to create a list on HTML.
Noel V Abraham
Noel V Abraham

Posted on

How to create a list on HTML.

As you all know, HTML is the base of web development. It decides the structure of a website. Everything starts with HTML, followed by CSS for the designing, and JavaScript for the functioning of the website. Here, take a look at how to create a list in HTML.

Image description

Always keep in mind that maintain a standard in coding. Don't mix up all the lines while coding. Reduce the use of too much comment in the code. I have seen that some people will write too much comment in 3 or 4 lines. That is totally unnecessary. If you really want to add a comment, conclude it in 1 or 2 lines.

Save this post, and make sure to check out all the useful contents for web development in this page.
Happy coding!

Top comments (0)