Skip to main content

Posts

Showing posts with the label html syntax

DAY 2 OF 100 DAYS WEB DEVELOPMENT CHALLENGE

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

DAY 1 OF 100 DAYS WEB DEVELOPMENT CHALLENGE

 Welcome to day 1 of my 100 days web development challenge. Yesterday, I announced this challenge on my blog post. It is a 100 day challenge that I have started to learn web development and improve my coding efficiency. It was a good start as I was able to understand the importance of HTML in website development and learnt some good things that I will be sharing with you all. Below are the topics I learnt today and I have tried to explain it. Table of Content: What is HTML? HTML Syntax and Explanation What is HTML? HTML stands for Hypertext Markup Language and is the standard markup language for structuring the web content. It was released in 1993. As the name suggests, Hypertext means linking one web document to another web document via creating links and Markup means to provide structure to a web page. Structure of a web page simply means where the content should be present, For example, when you open YouTube's website, you see the YouTube's logo on top-left, a long sear...