What are HTML tags?
Don't know what is HTML? Click here!
What are HTML tags?
HTML is made up of several key components called as tags. Briefly, an HTML code that defines every structure on an HTML page, including the placement of text and images and hypertext links is called as an HTML tag.
HTML tags begin with the less-than sign (<) and end with greater-than sign (>). These symbols are also called "angle brackets." But it's better to call them with names that they own in inequalities!
They are always used in pairs of opening and closing tag. The HTML document itself begins with <html> and ends with </html>. Every other thing is enclosed in these tags. The content that should be visible to readers is enclosed in the tags <body> and </body>.
HTML tags begin with the less-than sign (<) and end with greater-than sign (>). These symbols are also called "angle brackets." But it's better to call them with names that they own in inequalities!
They are always used in pairs of opening and closing tag. The HTML document itself begins with <html> and ends with </html>. Every other thing is enclosed in these tags. The content that should be visible to readers is enclosed in the tags <body> and </body>.
List of all HTML tags:
Get the complete list of all HTML tags and their uses by clicking here.
Posts before October 2021 have been marked as "Old Posts". Less likely, but they might have out dated or incorrect information, ugly looking bits of code, no labels, etc. Don't get me wrong, many of these posts are top-notch and interesting too.
I thought it would be better not to delete or revamp these posts, even if they suck. The bitter truth is that old works always suck, but I take that as a positive tool to convey that I am growing. Besides there's no better way to showcase my journey without these old, messy, poorly written posts!
I thought it would be better not to delete or revamp these posts, even if they suck. The bitter truth is that old works always suck, but I take that as a positive tool to convey that I am growing. Besides there's no better way to showcase my journey without these old, messy, poorly written posts!
Old Post