Welcome to the 2 nd day of my 100 days web development challenge. So, basically this is my day 2 of learning HTML. Yesterday, I started this challenge by learning some basics about the HTML language and it's syntax. It was not very hard to understand the syntax, actually it's syntax is way easier than many other languages out there. I wrote a "Hello World" program using HTML and tried to explain the whole 10 to 11 lines of code in the last blog. You can check the blog and if you want to see the code it is available on my GitHub . So, today I proceeded with the of tag in HTML and implemented them. They are given below. Topics: HTML Headings HTML Lists HTML Headings: Headings are used to display some title or a heading in a web page. Headings indicate the starting of a new topic or some important text. They are important as it helps the browser to search the content of a web page with the name of the heading. There are total 6 heading tags in HTM...
Programming Snippets 😉