Sree Sankar
Hey, first you have to understand the things about tags are, most of the
tags have attributes, and we are the one who define that, the
attributes are like your own characters, think about you!
which type of hoooman are you?
You might have six pack or family pack, like rest of us (bad eating
habits);
let's talk about the apples
What do you think about apples? there are different kind of apples, isn't
it?
Green, Red, and Yellow (oh that's ripped one); like that
some tags have also extra characters, that's called attributes, we can
change these characters according to our wish!
We will discuss this later
I am paragraph.
I am a line breaker! I can break lines see n
ow I broke this line and
remember this! I am a self-closing tag. If you're coding on HTML 5 then
you don't have to self-close me (but do that anyway),
on other versions of HTML, I'll be a bitch to you if you don't close me!
I can make horizontal line (rule)
see I can make space I can make line break even I can capture the font style that I written! (only, if you don't add any font in your stylesheet) even I am good at capturing font size also I am so versatile than all the stupid tags but developers rarely only use me. Anyway, their lose!
bold and strong without line break
I AM BOLD I AM STRONGbold and strong with line break
I AM BOLD #include stdio.h #include conio.h
I am useful, isn't it? that doesn't mean you can write HTML code inside of
me.
See, I know... Now you also thinking I am garbage piece of shit!
But you know? you can use HTML Entities for that! Okay, let's learn what
is HTML entities.
Character entities are used to display reserved characters in HTML.
for eg symbol like "<", ">" and so on..
So, we can display these symbol by its code name. Remember you can display
HTML entities by its name or number.
#include <stdio.h> int main() { printf("Hello Geeks"); }
#include <stdio.h>
int main() {
printf("Hello Geeks");
}
<sub> Heyyyyy I Defines subscripted text Normally people use me for writing chemical/mathematical equations H20
<sup> Heyyyyy I Defines superscripted text Normally people use me for writing chemical/mathematical equations 22 = 4
Hey, I emphasize and I've a cousin his name is italics <i> but I'm
better than italics
I am written by italics
I am <s> tag I am for striking through the middle of the text
I am <u> tag I do underlines :)