Тёмный

Why & When to Use Semantic HTML Elements over Divs 

ByteGrad
Подписаться 117 тыс.
Просмотров 75 тыс.
50% 1

Hi, I'm Wesley. I'm a brand ambassador for Kinde. I'll help you master the latest tech here:
👉 NEW React & Next.js Course: bytegrad.com/courses/professi...
👉 Professional JavaScript Course: bytegrad.com/courses/professi...
👉 Professional CSS Course: bytegrad.com/courses/professi...
👉 Discord: all my courses have a private Discord where I actively participate
🔔 Email newsletter (BIG update soon): email.bytegrad.com
0:00 Solution
#webdevelopment #coding #programming

Наука

Опубликовано:

 

16 дек 2022

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 46   
@1015AK
@1015AK 9 месяцев назад
I use sections to create sections of content on the page and then if I need to divide up the section for styling I use a div for that
@mikeandrewfernandez9797
@mikeandrewfernandez9797 Год назад
I was confused by the difference between article and sections until I found this video. Awesome content! 👍
@itsjiraheta
@itsjiraheta 6 месяцев назад
I have worked in soft dev (mainly in mobile) for over a decade. I used to work a long, long, loooonggg time ago on websites. They have gotten more complex, to say the least, and are in their own category nowadays with so many things to consider. Thank you for the explanation and the level of detail. Def got me as a sub! keep up the great work.
@MichalRutz
@MichalRutz Год назад
A very clear and professional introduction. thanks!
@orangeprogrammer
@orangeprogrammer 9 месяцев назад
Thank you! This explanation and examples helped me understand the tags. Well done!
@joaovitorschmidt6194
@joaovitorschmidt6194 8 месяцев назад
your way of teaching is very good, english isn't my first language, I understand like 70% of the words and still understand you, even with reaaaaly basic knowledge of programming. Thank you so much for your content, keep it up.
@kauheaa
@kauheaa 3 месяца назад
Had been reading about web accessibility and sematic tags all day and was looking for an explanation on the distinction between section and article, this provided answer to that and some other questions as well. Thank you!
@sehitgoker5073
@sehitgoker5073 9 месяцев назад
good stuff mate, was clear and helpfull.
@RichReflectionz
@RichReflectionz 7 месяцев назад
I was confused about sections and articles till you explained it, thanks
@RaghadJohani
@RaghadJohani 6 месяцев назад
I love this kind of videos, insightful, and fun to watch. Thanks.
@whoozie
@whoozie Месяц назад
thanks for the overall explanation with the examples, this was what I wanted!!!
@vanezamanlangit7989
@vanezamanlangit7989 Год назад
Thank you! You're very helpful.
@evanmico
@evanmico 4 месяца назад
1:36 From what I understand, a element isn't for "the most important links on a page", but rather it just specifies a grouping of links on the page. It is NOT uncommon to have them in the footer. The important thing is that *if you have multiple elements you need to label them.* This is done using an attribute called aria-label="" or aria-labelledby="" with an h tag child containing an id set equal to the value in aria-labelledby="". Dave Gray did a nice explanation of this particular topic here: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-kX3TfdUqpuU.htmlsi=nqgp6qUcEy9_5bkq&t=450
@DarkD33p
@DarkD33p 3 месяца назад
Finally a clear explanation on the subject. Thank you very much.
@gfred3234
@gfred3234 16 дней назад
I like to use div in my sections as nested... because I separate contents inside the section and better to toggle for styling
@humphrey4930
@humphrey4930 3 месяца назад
Thank you, I understand it a bit better. Nice Content
@kakyoin4535
@kakyoin4535 Год назад
thank you!
@arafathossain3778
@arafathossain3778 11 месяцев назад
Very helpful
@heavenlyhighlights-em4cl
@heavenlyhighlights-em4cl 4 месяца назад
Great Explanation . Earned a Subscriber..
@TsTheSeason
@TsTheSeason 3 месяца назад
Hey thanks so much for the great content!
@zahid9652
@zahid9652 8 месяцев назад
I am from India love you from heart ❤️ Really your example and explanation are very actually very good From hear ❤️
@mks-h
@mks-h Год назад
Good video, thanks
@RoboticsDevelopment
@RoboticsDevelopment 7 месяцев назад
Subscribed!
@user-rq2ek3he9w
@user-rq2ek3he9w 2 месяца назад
good stuff
@wisdomsyx
@wisdomsyx 5 месяцев назад
I think we can still use a nav element in the footer section. We just have to use an arial-label to specify what section they belong to.
@tambeegbeayuk1836
@tambeegbeayuk1836 Месяц назад
This Is the best video ever🎉🎉
@igu642
@igu642 7 месяцев назад
i thought html is easy but when i trying to do project in my own then i finded what the heck how to use this things i thought nuh developing is not for me but when i watch your video i am happy now
@djt6fan
@djt6fan Год назад
Appreciate the effort. Any idea when you will be releasing the web design course, or the React course? I'd be interested in those.
@ByteGrad
@ByteGrad Год назад
React course will be published next month, definitely make sure to be subscribed to the email newsletter 😉
@lauraudechukwu2899
@lauraudechukwu2899 10 месяцев назад
this is really helpful and easy to understand. I have a question though, what are screen readears/accessibility mean?
@cristopherguillen4435
@cristopherguillen4435 9 месяцев назад
Screen readers are a feature that some phones and computers use to read and help blind people.
@chemaalonso7931
@chemaalonso7931 Месяц назад
I ALWAYS use article and inside sections I tjink is more semantic surround a whole article and divide the article in sections because you can have for example an article about cats and inside sections like food, sex, ages, dead, etc.. that has no sense if you pu it out of the article but if you put put the whole article has meaning, and i use header even in a section and articles i use footer too inside articles and even aside and navs if i got some links inside that article in the aside, you can mix it elements and it is good
@SoulSovereignty
@SoulSovereignty 11 месяцев назад
My #1 interest is knowing how to quickly create my own site "template" for a small Svelte or React project. For the former (Svelte) perhaps that means using Pico CSS and...flexbox for layout? For the latter (React)...I'm not sure (Tailwind is generally for larger projects, and is flexbox sufficient, or bootstrap overkill?). Do you have either videos or coursework that cover this "mastery of making a site template/layout"? I suppose just a video/course that shows how easily(?) flexbox replaces bootstrap layout? As for styling, I'm not excited about a CSS deep-dive because...as stated...I only have small projects and I don't want to take a ton of time to learn all the intricacies of CSS if something like Pico CSS will suffice.
@ByteGrad
@ByteGrad 11 месяцев назад
Hi, I highly recommend you check out my CSS-course. Flexbox is king but you need to know CSS grid too, everything else is just an abstraction built on top of plain CSS (easy to learn once you’ve mastered CSS itself)
@toastedclosure2770
@toastedclosure2770 8 месяцев назад
u forgot to mention details, dialog, summary and data
@BK-iu6ow
@BK-iu6ow 9 месяцев назад
What’s the best way to set up html in the head and body, that will make it mobile friendly or screen friendly where if screen is bigger it still comes out the same
@hetoverseo3887
@hetoverseo3887 8 месяцев назад
Use min(), max(), create a style for mobile first then add media queries with min-width to style content when the screen gets bigger.
@mobilejo1
@mobilejo1 3 месяца назад
you de esser is working hard asf
@epicturnip
@epicturnip 10 месяцев назад
What theme is this?
@user-om2zq2je9w
@user-om2zq2je9w 3 месяца назад
большое спасибо мне очень понравился данный урок а вам, не так ли?
@AlThePal78
@AlThePal78 5 месяцев назад
why did stripe put the stuff in a div that is confusing though
@edgarspujats8282
@edgarspujats8282 10 месяцев назад
I really likes the video but shouldn't section include atleast one heading?
@lucialuciferion6720
@lucialuciferion6720 2 месяца назад
I hear a Dutch accent :)
@ISoHEoBASSIST
@ISoHEoBASSIST 22 дня назад
"I'm under the impression that semantic HTML is one of those things that everybody sells as a super important good practice, but nobody really ever ends up using. Am I wrong?
@AdmiralFatcock
@AdmiralFatcock 2 месяца назад
To be honest, this shit right here is why I wanted to quit lol. I got so frustrated
@Sakamoto-san7
@Sakamoto-san7 2 месяца назад
what is that sound in the background? so annoying
Далее
When to Use Semantic HTML Elements Instead of Divs
17:57
All 29 Next.js Mistakes Beginners Make
1:45:10
Просмотров 23 тыс.
The only tags you need when first learning HTML
17:07
Top 10 CSS One Liners That Will Blow Your Mind
13:34
Просмотров 872 тыс.
Simple Yet Powerful: 5 HTML Elements to Use!
12:11
Просмотров 7 тыс.
Learn Flexbox CSS in 8 minutes
8:16
Просмотров 1,3 млн
How to Properly Layout A Website (For Beginners)
14:50
Просмотров 470 тыс.
Semantic HTML Tags | HTML5 Semantic Elements Tutorial
24:38
Web Developer Roadmap (2024) - Everything is Changing
25:02
Top 10 CSS Features You Should Know & Use in 2023
19:56
Semantic HTML - How to Write Clean Code (Beginner)
19:48
Learn CSS Position In 9 Minutes
9:26
Просмотров 1,9 млн
Рекламная уловка Apple 😏
0:59
Просмотров 642 тыс.