+ 1
Hey guys I am not understanding what is this <section> tag use please tell but I am learning coding from phone
9 Answers
+ 3
What SoloLearn is trying to teach here is that these extra tags are used to represent different kinds of sectioning in HTML and in web page content. Here it explains that `<section>` divides content in `<articles>` into, what for it, different *sections*. The whole point is to add meaning to different scopes in your HTML code.
I will say I don't agree with their statement that article replaces div. div is still used as the generic block container.
+ 2
The <section> tag is similar to a <div> But the main advantage of the section tag is, it is a semantic element, which describes its meaning to both browser and developer.
So instead of this <div class="section"> All you have to do is <section> and the developer and browser will know this is a section for related contents.
+ 2
Yes i know hindi
0
These new tags are very useful when building a website. Semantic HTML gives context to screen readers, which read the contents of a webpage out loud.
0
Hey but I can't understanding aside ,section div tag alsoš¢šš®šššæš¢šš¢šæ
0
Sorry
0
Anybody know Hindi?
0
You can find most of this information on youtube for free. And in the language your prefer.
https://www.youtube.com/watch?v=E3ByCRqE7Lo
Happy coding