+ 18
Tag <big> & <small>
I know that these tags are valid but I didnât really see it in anyoneâs code. So my question is âis it that these tag are not useful or is it other reasons?â
11 RĂ©ponses
+ 22
I guess it's just that as people learn more css they tend to keep the html tab short and simple while doing all the design work in CSS..... atleast that's how I dođ
+ 15
I agree with Madhav's statement, and would like to add that, from my point of view as a web developer, it is not sustainable nor preferable to use lesser known HTML elements, as different browsers / devices have the potential to display things differently, which may lead to undesirable results. CSS is a much more reliable option as everything can be exactly defined. Hope that helps. Cheers.
+ 14
Madhav Anthony Quick I agree with you! Thanks!
+ 13
Thanigai Velan Donât worry. We are all here to learn.đ
+ 11
Thanigai Velan <big> tag is for making the text big not bold.
+ 7
I guess they are helpful to the ppl who are yet to learn CSS, as HTML is the first choice to learn by most of the ppl, it's helpful for them. Well that's what I think.... It may be wrongđ
+ 5
It's to do with text size. But I feel it is pretty useless now we have CSS
+ 5
CSS is more preferable.
+ 2
Using tags like "big" or "small" is bad practice because the html markup is supposed to describe the contents of the page, not how it should presented.
You should always separate the markup and styling (with css) to make it easier for search engines to understand what the website is about.
+ 1
Big and small are the basic tags of HTML that why we learned this tag you question is that this are not useful as per requirement we can use this tag if someone do not want that other options there
0
Exampe If you did style all body size Deferent accept this tag you don't want style it in CSS because it will be slower way you use this tag i think it will be Fast & Easy Way .