The only tags you need when first learning HTML

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 ธ.ค. 2024

ความคิดเห็น • 80

  • @NathanSan1144
    @NathanSan1144 ปีที่แล้ว +28

    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.

  • @lunaticberserker5869
    @lunaticberserker5869 ปีที่แล้ว +148

    remember boys, the only one you need is ;)

    • @itzikca
      @itzikca ปีที่แล้ว +8

      Lol absolutely

    • @TechtalkAi2762
      @TechtalkAi2762 ปีที่แล้ว +3

      That where you make the dive grid or flex box div the only one you need more then others

    • @lunaticberserker5869
      @lunaticberserker5869 ปีที่แล้ว

      @@TechtalkAi2762 You need to be skilled to be able to center a div.

    • @Someone-vg6jk
      @Someone-vg6jk ปีที่แล้ว +5

      Nah,semantic html for SEO😔

    • @TechtalkAi2762
      @TechtalkAi2762 ปีที่แล้ว

      @@Someone-vg6jk it woks same as div but has special meanings for programmers and search engine robot

  • @jonathanschwartz8
    @jonathanschwartz8 ปีที่แล้ว +3

    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!

  • @rafacalvodev
    @rafacalvodev ปีที่แล้ว +6

    The article vs. section always confused me, and you made me understand their differences in a very clear way. Thanks mate!

  • @MasayaShida
    @MasayaShida ปีที่แล้ว +6

    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.

  • @Khawar_Mehfooz
    @Khawar_Mehfooz ปีที่แล้ว +5

    The explanation of Strong and em tag.💯

  • @dgenerationx5220
    @dgenerationx5220 ปีที่แล้ว +30

    Can you please do video on meta tags and seo

  • @EsmeiLaura
    @EsmeiLaura ปีที่แล้ว

    I'm so glad I found this channel😁. It was hard for me to find creators that explain these in a way I understand.

  • @Brainspoil
    @Brainspoil ปีที่แล้ว +2

    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.

  • @bumbleguppy
    @bumbleguppy ปีที่แล้ว

    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.

  • @juanbravo2501
    @juanbravo2501 หลายเดือนก่อน

    Thanks Kevin you are really helpful 👍

  • @fwily2580
    @fwily2580 8 หลายเดือนก่อน

    I love how much you talk.

  • @ssava_ema
    @ssava_ema ปีที่แล้ว

    All along have been using the content
    tags the wrong way.
    Great video. have added the 1% daily on this thanks.👍👍

  • @kamrulislamshantow1966
    @kamrulislamshantow1966 ปีที่แล้ว

    I love your content .You are awesome....keep teaching us Sir

  • @peterlistig2020
    @peterlistig2020 ปีที่แล้ว

    You only need one tag in : ! One tag and a ton of CSS to emulate all other tags. :)

  • @phantom-333-
    @phantom-333- 2 หลายเดือนก่อน

    This video is awesome!

  • @dezlymac
    @dezlymac ปีที่แล้ว

    Awesome! Well explained

  • @MochaPlayer1
    @MochaPlayer1 9 หลายเดือนก่อน

    Another great video! I love that you used Smitten Kitchen's site as an example for the tag! Her oatmeal raisin cookies are amazing!

  • @bulelanibotman
    @bulelanibotman ปีที่แล้ว

    awesome explanation!

  • @mahadevovnl
    @mahadevovnl ปีที่แล้ว +8

    Most applicants I review: "I will use only div. Oh, and I'll nest a inside an tag. This is fine."
    Me:

  • @NicholasShanks
    @NicholasShanks ปีที่แล้ว

    7:08 that other type of list, are you referring to DIR, MENU, or DL?

    • @iamtharunraj
      @iamtharunraj 4 หลายเดือนก่อน

      Probably the *Definition list*

  • @kszyh_
    @kszyh_ ปีที่แล้ว +1

    so next essential CSS for beginners plz :)

    • @KevinPowell
      @KevinPowell  ปีที่แล้ว +2

      It's in the works, but won't be ready for a little bit :)

  • @Xeratas
    @Xeratas ปีที่แล้ว

    so is it tag or element, since it doesn't have a closing tag, the entire tag is also always an element.

    • @KevinPowell
      @KevinPowell  ปีที่แล้ว +2

      It's both 😅 - It's a self-closing tag, and by definition, an element.

  • @martinsenoner8186
    @martinsenoner8186 ปีที่แล้ว +1

    I started 20 years ago (sadly our new cms (content AI hasn't e html section)

  • @AxxionMarketPlace-iu6ri
    @AxxionMarketPlace-iu6ri ปีที่แล้ว

    Thank you

  • @TheCocoaDaddy
    @TheCocoaDaddy ปีที่แล้ว

    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)

    • @KevinPowell
      @KevinPowell  ปีที่แล้ว +2

      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 😅

  • @27sosite73
    @27sosite73 ปีที่แล้ว

    thank you

  • @RareBM
    @RareBM ปีที่แล้ว

    Wonder if the screen readers will also blush when saying LOVE like that.. Just kidding, cool video.

  • @parkvictor1940
    @parkvictor1940 ปีที่แล้ว

    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

    • @KevinPowell
      @KevinPowell  ปีที่แล้ว

      I honestly have no idea, it was just a good example I found looking around online 😅

  • @sujoykrhaldar
    @sujoykrhaldar ปีที่แล้ว

    I want to design a card so for that is it right to use article as html tag ?

    • @KevinPowell
      @KevinPowell  ปีที่แล้ว +2

      Often, yes. Depends a little on the context, but a lot of the time articles work.

  • @NicholasShanks
    @NicholasShanks ปีที่แล้ว

    STRONG is short for “strong emphasis” not “strong importance”

  • @Anonymous-zi5wr
    @Anonymous-zi5wr 10 หลายเดือนก่อน

    Why didn't you mention description lists? They aren't deprecated or obsolete.

  • @lamejehn6000
    @lamejehn6000 ปีที่แล้ว +1

    118 elements? Where did I hear that before... Ah :( In chemistry when I FAILED IT

  • @GR_BackingTracks
    @GR_BackingTracks ปีที่แล้ว

    I am very ergerly on...
    #NewbieTuesday
    Sections within articles, not the other way around. I'll remember that!

  • @franciscobarria3647
    @franciscobarria3647 ปีที่แล้ว

    I love you too Kevin

  • @re.liable
    @re.liable ปีที่แล้ว

    What's the other type of list?

  • @travellingstranger3378
    @travellingstranger3378 ปีที่แล้ว

    ...excellent

  • @frittex
    @frittex ปีที่แล้ว

    nice video

  • @darthdzl
    @darthdzl ปีที่แล้ว

    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.

    • @KevinPowell
      @KevinPowell  ปีที่แล้ว +1

      Did I not? Oh no 😅 - Bit of an oversight on my part there

    • @darthdzl
      @darthdzl ปีที่แล้ว

      @@KevinPowell Hey, it happens. 😁 Just wanted you to know.

  • @sldimaf
    @sldimaf ปีที่แล้ว

    Niiiice!

  • @andrew_ray
    @andrew_ray 3 หลายเดือนก่อน

    Maybe this is overly nitpicky, but the Doctype declaration is not really a tag.

  • @GiorgiKavtaradze-cy1ye
    @GiorgiKavtaradze-cy1ye ปีที่แล้ว

    ❤🔥🔥

  • @nnaemekasama
    @nnaemekasama ปีที่แล้ว

    You mean div tags?

  • @Plykiya
    @Plykiya ปีที่แล้ว +1

    I'm guilty of using headings for styling purposes instead of for organizing page content :(

    • @goodshiro10
      @goodshiro10 ปีที่แล้ว +2

      at least you're not the only one

  • @Joey-ni8kh
    @Joey-ni8kh ปีที่แล้ว +2

    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.

    • @KevinPowell
      @KevinPowell  ปีที่แล้ว +2

      Good point, I should have mentioned it for sure.

    • @njordholm
      @njordholm ปีที่แล้ว

      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.

  • @VoloInTech
    @VoloInTech ปีที่แล้ว

    💙💙💙💙💙👍💛💛💛💛💛💛

  • @NicholasShanks
    @NicholasShanks ปีที่แล้ว

    The only element you need is TITLE.

  • @Greg8872
    @Greg8872 ปีที่แล้ว

    Two different types of lists.... or three.... LOL

    • @KevinPowell
      @KevinPowell  ปีที่แล้ว

      There is as well, but I wouldn't include that one as essential at the very start 🙂

    • @Greg8872
      @Greg8872 ปีที่แล้ว

      @@KevinPowell true, though I feel it is one of the ones that has some good uses but it overlooked.

  • @cryptobrarry
    @cryptobrarry 4 หลายเดือนก่อน

    Aside you forgot

  • @zivot92
    @zivot92 5 หลายเดือนก่อน

    HTML is nothing compared to CSS isn't it?😢

  • @tebohomokgomatha9682
    @tebohomokgomatha9682 2 หลายเดือนก่อน

    This is great 🤌🏾🤌🏾🤌🏾