As told earlier, HTML is a markup language and makes use of various tags to format the content. These tags are enclosed within angle braces <Tag Name>. Except few tags, most of the tags have their corresponding closing tags. For example <html> has its closing tag </html> and <body> tag has its closing tag </body> tag etc.
Lecture 1.2 - HTML Tags
Related Posts:
Lecture 4.3 - CSS Properties (part-2) … Read More
Lecture 4.4 - CSS Properties (part-3) … Read More
Lecture 4.6 - CSS Properties (part-5) … Read More
Lecture 4.1 - CSS Introduction & types of CSS including ID and Class Cascading Style Sheets, fondly referred to as CSS, is a simple design language intended to simplify the process of making web pages presentable. CSS… Read More
Lecture 4.2 - CSS Properties (part-1) … Read More