HTML 5 Semantic Elements : Header Tag, Main Tag, Footer Tag, Nav Tag, Section Tag

  Рет қаралды 8,864

Shane Crouch - The Coding Zoo

Shane Crouch - The Coding Zoo

Күн бұрын

Пікірлер: 36
@DonNjabs
@DonNjabs 3 жыл бұрын
You're the clearest out of over 50 channels I have been trying to learn from so far....thank you man really appreciated, please don't stop!
@ShaneCrouch
@ShaneCrouch 3 жыл бұрын
Hey thank you for the kind words. Thanks for watching.
@biironhernandez4256
@biironhernandez4256 2 жыл бұрын
Thank you for you step by step video. You do understand that some of us are still struggling with the syntax and the hierarchy of the elements. Thank you for not just jumping to styling the page. Some of the titles of the videos in YT out there shows a title "how to build a website from scratch", but when you click on them, they already have all the html code written and they just put all the time to styling in CSS, which is fun but is not the base of the html page. Thank you again!!
@ShaneCrouch
@ShaneCrouch 2 жыл бұрын
Glad to hear it was helpful. thanks for watching
@caizza3
@caizza3 3 жыл бұрын
Best and most useful explanation I've seen on semantic html so far!
@ShaneCrouch
@ShaneCrouch 3 жыл бұрын
Thanks, great to hear. Thanks for watching.
@Ezinma88
@Ezinma88 2 жыл бұрын
Thanks. Very well explained.
@ShaneCrouch
@ShaneCrouch 2 жыл бұрын
Glad to hear. Thanks for watching.
@EMR80
@EMR80 5 жыл бұрын
Let me this straight, use div only for styling and positioning content. Use html 5 tags for Semantics only, so from what I been reading, most Semantics tags such as, Section and Article use h1 tags.
@ShaneCrouch
@ShaneCrouch 5 жыл бұрын
Not quite but close, just remember div does not provide context of the content. If you have a case where section, article, other semantic tags describes the context correctly then use them instead of div. Articles and sections most likely will have a header to title the article or section. In those case you can use the h1, h2, he etc tags to define the title of the section or article but that does not mean you cannot also put style attributes on semantic tags, article, section, etc. Just think if the semantic tags as a replace for div when the contents context fits otherwise just use div. Hope this helps, if not let me know and I will get back to you.
@ShaneCrouch
@ShaneCrouch 5 жыл бұрын
Putting a style on a semantic element is acceptable. title ...... Above is better than title
@EMR80
@EMR80 5 жыл бұрын
@@ShaneCrouch Thank you, I forgot to say thank you. I think after looking at your video and reading books and going crazy. I think I just use div tags for wrapping images and text. If I'm specifying a area I will use an html 5 tag.
@AnthonyCrouchPhotography
@AnthonyCrouchPhotography 5 жыл бұрын
@@EMR80 My pleasure. Going Crazy.... LOL I like that. I love programming, not that it cannot be tedious but it can be very rewarding. It is great to see people passionate about learning. It is a field that will always keep you learning something new. Best wishes, Shane
@kevintaylornowskills6618
@kevintaylornowskills6618 3 жыл бұрын
Excellent Tutorial. I will use this when I next teach HTML 5.. Thanks
@ShaneCrouch
@ShaneCrouch 3 жыл бұрын
Glad you enjoyed it
@mehdiyevvaleh9720
@mehdiyevvaleh9720 3 жыл бұрын
Great explanation man. I wish you'd get more followers. Subscribed .
@ShaneCrouch
@ShaneCrouch 3 жыл бұрын
Thank you. I wish the same :)
@celestinnarose
@celestinnarose 2 жыл бұрын
Thanks for sharing
@ShaneCrouch
@ShaneCrouch 2 жыл бұрын
My pleasure, thanks for watching
@mohammedeleriaan5986
@mohammedeleriaan5986 3 жыл бұрын
I really like the way you explain .. keep it up & thank you a lot.
@ShaneCrouch
@ShaneCrouch 3 жыл бұрын
Mohammed, thank you for the kind words, thanks for watching.
@mostafaghafoori6182
@mostafaghafoori6182 2 жыл бұрын
Hey man. Thanks for your knowledge to share with us. I'm not English, so if possible speak some slower to I can understand, thanks again
@Mmzhran
@Mmzhran 3 жыл бұрын
I would like to thank you so much for this video. It is simple and to right to the point without any complications.
@ShaneCrouch
@ShaneCrouch 3 жыл бұрын
Thanks for watching. Glad it was helpful.
@khnrzk7102
@khnrzk7102 3 жыл бұрын
The content inside the main element should be unique to the document. It should not contain any content that is repeated across documents such as sidebars, navigation links, copyright information, site logos, and search forms.
@ShaneCrouch
@ShaneCrouch 3 жыл бұрын
Good point. Thanks
@MAD-kh2oy
@MAD-kh2oy 4 жыл бұрын
Kinda sad to know that with those great tutorials for like 3 years you still going ane still only 2k subs
@ShaneCrouch
@ShaneCrouch 4 жыл бұрын
Thank you. 40 to 50 subscribers a month is pretty low!. It's all good, I enjoy and learn from making them. As long as they are helpful to someone, I am happy putting them out.
@ShaneCrouch
@ShaneCrouch 4 жыл бұрын
The watch time growth doubled this last year compared to the previous two years so that is good at least.
@MAD-kh2oy
@MAD-kh2oy 4 жыл бұрын
@@ShaneCrouch 👍this video really helped me, i used to put header tag inide the div tag
@ShaneCrouch
@ShaneCrouch 4 жыл бұрын
@@MAD-kh2oy glad to hear. Thanks for sharing.
@Mmvexxx
@Mmvexxx 2 жыл бұрын
where would a body tag go? i'm still a little confused between main and body. i know there should be one main per page but where would body go?
@ShaneCrouch
@ShaneCrouch 2 жыл бұрын
Check out my video kzbin.info/www/bejne/jYvbiJagnr-Mo9U Main goes inside of body. Body is required, main is nice but optional.
@Mmvexxx
@Mmvexxx 2 жыл бұрын
@@ShaneCrouch wow thank you so much for the quick reply! i just finished my first week self-teaching myself and was creating a mini cheat sheet to try some projects out!
@aboxtrki536
@aboxtrki536 2 жыл бұрын
What about aside ?
@ShaneCrouch
@ShaneCrouch 2 жыл бұрын
Next video bud .... kzbin.info/www/bejne/m2fNhqyfgptkkLM
HTML 5 Semantic Elements : Section tag, Article tag, Aside tag, Figure tag
18:02
Shane Crouch - The Coding Zoo
Рет қаралды 7 М.
Learn CSS Position In 9 Minutes
9:26
Web Dev Simplified
Рет қаралды 2 МЛН
Which team will win? Team Joy or Team Gumball?! 🤔
00:29
BigSchool
Рет қаралды 15 МЛН
Car Bubble vs Lamborghini
00:33
Stokes Twins
Рет қаралды 40 МЛН
ЛУЧШИЙ ФОКУС + секрет! #shorts
00:12
Роман Magic
Рет қаралды 32 МЛН
Learn Every CSS Selector In 20 Minutes
19:38
Web Dev Simplified
Рет қаралды 457 М.
Data Analysis with Python for Excel Users - Full Course
3:57:46
freeCodeCamp.org
Рет қаралды 3,1 МЛН
CompTIA Network+ Certification Video Course
3:46:51
PowerCert Animated Videos
Рет қаралды 8 МЛН
SQL Training | SQL Tutorial | Intellipaat
3:08:06
Intellipaat
Рет қаралды 1,8 МЛН
Flexbox Tutorial (CSS): Real Layout Examples
28:46
LearnWebCode
Рет қаралды 1 МЛН
Learn CSS Grid in 20 Minutes
27:40
codeSTACKr
Рет қаралды 182 М.
Why & When to Use Semantic HTML Elements over Divs
12:01
ByteGrad
Рет қаралды 108 М.
10 CSS Pro Tips - Code this, NOT that!
9:39
Fireship
Рет қаралды 2,2 МЛН
Harvard University:Step-by-step Solution.
5:12
Maths Simplified Solutions
Рет қаралды 1
Which team will win? Team Joy or Team Gumball?! 🤔
00:29
BigSchool
Рет қаралды 15 МЛН