These are great, I love the explanation that comes with these beginner videos. I can find tutorials anywhere that tell me about h1, h2, h3 elements, but having you explicitly say things like "only have 1 h1 tag in your page, here's why" is such a valuable piece of information that often gets glanced over. It's like having a survival guide telling you "eat these berries, they're okay" instead of reading a book with a list of edible berries.
Kevin, I’ve been coding for 20 years but my knowledge base is like Swiss cheese. At retirement age, I decided to start over with this course. Sure enough, I learned new things. Too many to admit. Thanks!
I am trying to make an HTML tutorial in my local language and this has helped me alot to make things less scary for people just getting started. Thank you.
Oh man, that takes me back...I remember back in the day when I was first starting and if digital content could get dog-eared, my HTML cheat sheet would have been down right furry with fingerprints and coffee stains.
I very much appreciate this video. It explained some of the things I've been having some problems grasping fully, like article, section and div. You explained it in a very easy and understandable way. Thank you.
I did this and my teacher responded - The navigation is not complete. Look back at what was done in Tutorial 1 in the about page. You need the and tags. Not sure what a tag is. Fix this in both html files. home & services show up and work as links properly but they are supposed to show in white and in a different font and for some odd reason I can not figure this out.
Thanks for posting this! I have a question about the use of terminology (tag vs element). Generally speaking, I'll refer to things on the page as "elements" unless I'm talking about some specific in-line attributes. Then, I'll use "tag". With regard to em, strong, and span, is it ever appropriate to refer to them as "elements"? You're a genius and I recommend your work and classes to everyone I know who works with HTML! Thanks again! (Sorry if this comment was posted twice)
tag is really the opening and closing bits, and when you take them and everything in between, it's an element, so yeah, it is a strong element, but it does seem a bit funny to think of it that way 😅
Thanks Kelvin! this is great work you are doing here, keep up the good work. I am becoming seriously interested in CSS and demystifying it. However, I desire your help here. The contents of the business training book you used as an illustration in this tutorial appears captivating and interesting to read. I want to know the business training book, "title" and the publisher (Author). Business: what's it all about? 2 Purpose of a Business 4 The Nature of business Operation 5 Ownership structure of a business 6 Sole Proprietorship 6
this is great however I think you missed an opportunity by not also stating that elements have a default display style and explain what that is. P is block, span is inline etc. why important to get the look you want.
In the kind of same direction, I would have also mentioned the tag, you can use, to create a single line break within a paragraph. I sometimes also use it instead of a to visually break up a sentence which contains a (longer) enumeration, without the need to undo preformatting of lists. Sth. like this: Kevin spoke about the basic html tags in this video, which are html, body, header, main, footer, and a couple more. instead of this: Kevin spoke about the basic html tags in this video, which are html, body, header, main, footer, and a couple more.
These are great, I love the explanation that comes with these beginner videos. I can find tutorials anywhere that tell me about h1, h2, h3 elements, but having you explicitly say things like "only have 1 h1 tag in your page, here's why" is such a valuable piece of information that often gets glanced over. It's like having a survival guide telling you "eat these berries, they're okay" instead of reading a book with a list of edible berries.
remember boys, the only one you need is ;)
Lol absolutely
That where you make the dive grid or flex box div the only one you need more then others
@@TechtalkAi2762 You need to be skilled to be able to center a div.
Nah,semantic html for SEO😔
@@Someone-vg6jk it woks same as div but has special meanings for programmers and search engine robot
Kevin, I’ve been coding for 20 years but my knowledge base is like Swiss cheese. At retirement age, I decided to start over with this course. Sure enough, I learned new things. Too many to admit. Thanks!
The article vs. section always confused me, and you made me understand their differences in a very clear way. Thanks mate!
Can you please do video on meta tags and seo
The explanation of Strong and em tag.💯
I am trying to make an HTML tutorial in my local language and this has helped me alot to make things less scary for people just getting started. Thank you.
I'm so glad I found this channel😁. It was hard for me to find creators that explain these in a way I understand.
Oh man, that takes me back...I remember back in the day when I was first starting and if digital content could get dog-eared, my HTML cheat sheet would have been down right furry with fingerprints and coffee stains.
Another excellent video. Thank you.
Thanks Kevin you are really helpful 👍
I love how much you talk.
I love your content .You are awesome....keep teaching us Sir
All along have been using the content
tags the wrong way.
Great video. have added the 1% daily on this thanks.👍👍
I very much appreciate this video. It explained some of the things I've been having some problems grasping fully, like article, section and div. You explained it in a very easy and understandable way. Thank you.
Awesome! Well explained
This video is awesome!
awesome explanation!
You only need one tag in : ! One tag and a ton of CSS to emulate all other tags. :)
Another great video! I love that you used Smitten Kitchen's site as an example for the tag! Her oatmeal raisin cookies are amazing!
so next essential CSS for beginners plz :)
It's in the works, but won't be ready for a little bit :)
I did this and my teacher responded - The navigation is not complete. Look back at what was done in Tutorial 1 in the about page. You need the and tags. Not sure what a tag is. Fix this in both html files.
home & services show up and work as links properly but they are supposed to show in white and in a different font and for some odd reason I can not figure this out.
home
services
Is what i coded
any advise ?
so is it tag or element, since it doesn't have a closing tag, the entire tag is also always an element.
It's both 😅 - It's a self-closing tag, and by definition, an element.
7:08 that other type of list, are you referring to DIR, MENU, or DL?
Probably the *Definition list*
Thanks for posting this! I have a question about the use of terminology (tag vs element). Generally speaking, I'll refer to things on the page as "elements" unless I'm talking about some specific in-line attributes. Then, I'll use "tag". With regard to em, strong, and span, is it ever appropriate to refer to them as "elements"? You're a genius and I recommend your work and classes to everyone I know who works with HTML! Thanks again! (Sorry if this comment was posted twice)
tag is really the opening and closing bits, and when you take them and everything in between, it's an element, so yeah, it is a strong element, but it does seem a bit funny to think of it that way 😅
Thank you
STRONG is short for “strong emphasis” not “strong importance”
Most applicants I review: "I will use only div. Oh, and I'll nest a inside an tag. This is fine."
Me:
I want to design a card so for that is it right to use article as html tag ?
Often, yes. Depends a little on the context, but a lot of the time articles work.
118 elements? Where did I hear that before... Ah :( In chemistry when I FAILED IT
Wonder if the screen readers will also blush when saying LOVE like that.. Just kidding, cool video.
thank you
nice video
I started 20 years ago (sadly our new cms (content AI hasn't e html section)
Why didn't you mention description lists? They aren't deprecated or obsolete.
Great video. One thing: strong and em...I don't think you got around to actually saying that "em" defaults to being shown as italics.
Did I not? Oh no 😅 - Bit of an oversight on my part there
@@KevinPowell Hey, it happens. 😁 Just wanted you to know.
I am very ergerly on...
#NewbieTuesday
Sections within articles, not the other way around. I'll remember that!
...excellent
I love you too Kevin
Thanks Kelvin! this is great work you are doing here, keep up the good work. I am becoming seriously interested in CSS and demystifying it. However, I desire your help here. The contents of the business training book you used as an illustration in this tutorial appears captivating and interesting to read. I want to know the business training book, "title" and the publisher (Author).
Business: what's it all about? 2
Purpose of a Business 4
The Nature of business Operation 5
Ownership structure of a business 6
Sole Proprietorship 6
I honestly have no idea, it was just a good example I found looking around online 😅
What's the other type of list?
Niiiice!
❤🔥🔥
Maybe this is overly nitpicky, but the Doctype declaration is not really a tag.
I'm guilty of using headings for styling purposes instead of for organizing page content :(
at least you're not the only one
You mean div tags?
The only element you need is TITLE.
this is great however I think you missed an opportunity by not also stating that elements have a default display style and explain what that is. P is block, span is inline etc. why important to get the look you want.
Good point, I should have mentioned it for sure.
In the kind of same direction, I would have also mentioned the tag, you can use, to create a single line break within a paragraph. I sometimes also use it instead of a to visually break up a sentence which contains a (longer) enumeration, without the need to undo preformatting of lists.
Sth. like this:
Kevin spoke about the basic html tags in this video, which are
html,
body,
header,
main,
footer,
and a couple more.
instead of this:
Kevin spoke about the basic html tags in this video, which are html, body, header, main, footer, and a couple more.
💙💙💙💙💙👍💛💛💛💛💛💛
Aside you forgot
HTML is nothing compared to CSS isn't it?😢
Two different types of lists.... or three.... LOL
There is as well, but I wouldn't include that one as essential at the very start 🙂
@@KevinPowell true, though I feel it is one of the ones that has some good uses but it overlooked.
This is great 🤌🏾🤌🏾🤌🏾