The HTML Tags They NEVER Taught You

Поділитися
Вставка
  • Опубліковано 9 січ 2025

КОМЕНТАРІ • 438

  • @giodev_
    @giodev_  5 місяців тому +195

    that was a good nap

    • @b3ll857
      @b3ll857 5 місяців тому +1

      real

    • @yuvrajmishra-ul9lu
      @yuvrajmishra-ul9lu 5 місяців тому +1

      that was really good though

    • @TalalSaghir
      @TalalSaghir 5 місяців тому

      that was cool !

    • @manjilunnobi
      @manjilunnobi 5 місяців тому

      Admin pannel or user pannel create videos nextjs with typescript
      Admin create user
      Balance transfer admin to user
      Products buy user cut balance
      MySQL/post SQL database backup or restore website full
      Time or calenders expired date products
      Time add

    • @Christobanistan
      @Christobanistan 4 місяці тому +1

      Comb your hair.

  • @clairedotpng
    @clairedotpng 5 місяців тому +722

    I can't believe I spent days making a dynamic bar graph with nothing but divs to only now find out it's a built-in tag

    • @abhinaykatta
      @abhinaykatta 5 місяців тому +15

      lol same dude

    • @InfiniteWithout
      @InfiniteWithout 5 місяців тому +2

      ?

    • @Sudheesh_P
      @Sudheesh_P 5 місяців тому +7

      Which tag is that?

    • @rokrok27
      @rokrok27 5 місяців тому +34

      I downloaded and installed full Calendar not knowing there an input type calendar

    • @iBen-jz5xz
      @iBen-jz5xz 5 місяців тому +15

      ​@@rokrok27😂
      Confession is very good for the soul.

  • @mrwensveen
    @mrwensveen 5 місяців тому +69

    I'm a table-layout era survivor. I love how far html has come. There were a few gems that were new to me, so huge thanks!

    • @nfinzer22
      @nfinzer22 4 місяці тому +2

      Love it. I remember when table layout was the hot new thing because now frames were considered lame. Good times.

  • @meqativ
    @meqativ 5 місяців тому +485

    cheatsheet
    1:20 - explain acronym/abbreviation
    1:58 - codeblock tag to not have to implement it yourself
    2:23 keyboard key (just makes it monospace, use css to make it look like a key)
    2:40 + reccomendations/option menu
    3:26 easy popups/modals
    3:49 + native dropdowns (no js/css)
    4:38 accessibility tag for time
    4:58 + / ruby notation, ancient typography tag
    5:31 native looking progress bar
    6:03 looks like progress bar, but changes color depending on where it falls on the treshholds
    6:53 + cool looking box

  • @lil_skatesskitter
    @lil_skatesskitter 5 місяців тому +132

    I hate myself for not knowing the meter tag. I almost went bald trying to make a progress bar that changes color with value. Used some tripy js with rgba and now... speechless

    • @cmyk8964
      @cmyk8964 5 місяців тому +10

      The tag is cool until you wanna style them in a way that reflects across different browser engines.

    • @peterhindes56
      @peterhindes56 4 місяці тому

      @@cmyk8964 can't you just css it?

    • @DRTSWebWorks
      @DRTSWebWorks 4 місяці тому

      Yep... we've all been there mate :D

  • @nisnocky
    @nisnocky 5 місяців тому +92

    I was a little skeptical at first, but you were right, really good video

  • @SpringySpring04
    @SpringySpring04 5 місяців тому +30

    As someone learning Japanese i cannot believe Ive never heard of the Ruby tags until now. They're extremely useful for adding furigana over Kanji that I would otherwise not know how to pronounce

    • @franku5575
      @franku5575 4 місяці тому +4

      Same here, wish there were more Japanese developers that would use them in their websites, at least in those that display song lyrics and such

  • @baltakatei
    @baltakatei 5 місяців тому +100

    I was expecting MySpace-era and tags.

    • @SanMaster_official
      @SanMaster_official 5 місяців тому +6

      Marquee may not be supported by modern browsers as it is not officially part of mark of language

    • @Psycandy
      @Psycandy 5 місяців тому +7

      myspace era? my current site uses marquee, it's such a kickass tag. Columns of autoscrolling links, the scroll pauses on mouseover - really cool for populating sidebars with dynamic content, no css or js, animated. Hah! I was expecting and maybe the inline and obscure things like .

    • @mrwensveen
      @mrwensveen 5 місяців тому +2

      Geocities ftw!

    • @albedesigns
      @albedesigns 4 місяці тому +1

      I was so excited when I re-did the Matrix numbers with a million marquee tags on my Tripod page back in '99/'00 😅

    • @codewithazam3750
      @codewithazam3750 4 місяці тому

      same

  • @RalfTenbrink
    @RalfTenbrink 4 місяці тому +9

    I learnt HTML more than 20 years ago. And I didn't know several of these tags. Great video.

  • @iamtharunraj
    @iamtharunraj 5 місяців тому +38

    Omg, how did I not know these tags?!
    This the first time I'm seeing the `meter` tag and it's so cool! *Well prepared video, deserves a sub for sure!*

    • @byailen
      @byailen 5 місяців тому

      Seems like someone doesn't like reading documentation....
      Please take a look at mdn web docs

  • @yerenzter
    @yerenzter 5 місяців тому +49

    Most of these are semantic tags which is best practice for SEO, even many people think it is just useless.

    • @zwatotem
      @zwatotem 5 місяців тому +4

      Clearly he doesn't understand that concept, it he puts on buttons just to make them display a tooltip.

    • @kaporos
      @kaporos 5 місяців тому +5

      ​@@zwatotemNah he was speaking about the title attribute. He noticed that it works on any tag, not only abbr

    • @fleshboundtobone
      @fleshboundtobone 4 місяці тому +4

      It's not incidentally good for SEO, lots of semantic stuff is good for accessibility which in turn is rewarded by SEO. Blind folks use the web, too.

  • @dermorzi_archiv
    @dermorzi_archiv 5 місяців тому +16

    Please mention the “datetime” attribute of the time tag, it makes it more useful.

  • @AnWe79
    @AnWe79 4 місяці тому +8

    Nice! I haven't coded a website in over a decade, and apart from code and option, I had never come across these until now.
    (Back when I was learning, the meme was "but does it work in Netscape?". Yeah, I'm old...)

  • @1414fritz
    @1414fritz 5 місяців тому +8

    7:08 you can also add the disabled attribute to any fieldset to disable all fields

  • @eestpavel
    @eestpavel 5 місяців тому +20

    But now lets talk about styling these tags…

  • @00001Htheprogrammer
    @00001Htheprogrammer 4 місяці тому +1

    The tag can have a `datetime' attribute that contains the machine-readable timestamp if the contents of that tag is not a valid timestamp.

  • @abhinaykatta
    @abhinaykatta 5 місяців тому +8

    def deserve a sub, never seen these tags

  • @13137713
    @13137713 5 місяців тому +2

    Wow! Thank you a ton! I really did learn a lot today. Especially details, ruby, progress tags I already have ideas on how to put them to a good use those in my current projects.

  • @OJGamingYT
    @OJGamingYT 5 місяців тому +3

    Good video. I've been learning over the past year that HTML alone is pretty damn good. Usually I use a div and use JS to set the width of it so it looks like a progress bar, but little did I know that HTML + JS is so much simpler because you can just set the attribute of the meter or progress tag, instead of changing a div's width lol.

    • @itsmenatika
      @itsmenatika 5 місяців тому

      But the problem is backwards compatibility :( older browsers doesn't support these tags

    • @OJGamingYT
      @OJGamingYT 5 місяців тому +2

      @@itsmenatika they also don’t support newer js. So there’s no difference. Most sites just don’t let you load on older browsers for this reason

  • @Sahil.1
    @Sahil.1 5 місяців тому +5

    Drop-down was such a nightmare before this thanks man

    • @zenande699
      @zenande699 5 місяців тому +2

      Honestly still is… try styling a select

  • @BarDots315
    @BarDots315 5 місяців тому +6

    Damn that was much more useful than expected

  • @kingstonejob7840
    @kingstonejob7840 2 місяці тому

    I work with CSS more often and yet I have never used the details and summary tags. Thanks a lot for bringing them to my attention

  • @elokthewizard
    @elokthewizard 5 місяців тому +19

    “if you don’t understand html why are you here” *proceeds to give a crash course on html*

  • @chelinchan24
    @chelinchan24 5 місяців тому

    I'm building my own design system now and your video saves a ton of my time, and prevents me from re-coding a lot of already existing features. Thanks, mate!

  • @Laughteragency
    @Laughteragency 3 місяці тому

    I don't know if one subscriber will change anything but bro I'm definitely following you.

  • @pietraderdetective8953
    @pietraderdetective8953 5 місяців тому +1

    More of these videos please!
    Anything frontend stuff: HTML and CSS tips and tricks.
    Liked and subbed!

  • @tamiko_chxn4974
    @tamiko_chxn4974 3 місяці тому

    You put so much joy when you explain it's contagious!
    Plus you won me with the CotE reference xD
    Thank you mate ^^ I just sent this to my coworker to laugh at how many things we could have done simpler with a few more HTML knowledge.

  • @Ninjaphil24
    @Ninjaphil24 5 місяців тому +2

    Really, really nice stuff!! Well done!

  • @wildherring9741
    @wildherring9741 5 місяців тому +1

    Thanks, dude. That was cool. Gonna use it all the time now

  • @21Mayhem
    @21Mayhem 5 місяців тому +84

    1:20 the video starts

    • @_ioryy
      @_ioryy 5 місяців тому

      😂😂😂😂❤❤

    • @thedanieldiya
      @thedanieldiya 5 місяців тому

      Underrated comment!!

    • @sujalgarewal2685
      @sujalgarewal2685 5 місяців тому +3

      Thanks for saving 1 minute and 20 seconds of my life

  • @cmyk8964
    @cmyk8964 5 місяців тому +7

    Important note!
    is short for “ruby PARENTHESES”! The example in the video is NOT the correct way to use it.
    Correct example:
    colonel
    (
    kernel
    )

  • @The_SparshGupta
    @The_SparshGupta 5 місяців тому +9

    4:05 Now that's personal 💀😂

  • @IamKunalPatil
    @IamKunalPatil 5 місяців тому

    Wow! I didn't know alot of these tags besides the abbreviation and datalist tags. Thanks for such informative content! ❤

  • @Andrea-vb9qd
    @Andrea-vb9qd 5 місяців тому +6

    good video i love it you are my favorite youtuber

  • @Felicya-tu9to
    @Felicya-tu9to 3 місяці тому

    I subscribed! Love the way you delivered it

  • @nelsonrai3634
    @nelsonrai3634 3 місяці тому

    So many tags i didn't know existed. Really thanks a lot

  • @guidobuttner9083
    @guidobuttner9083 5 місяців тому +2

    Amazing! When you said "by destroying that like button", it actually flashed for half a second. Cool stuff. 😀

    • @Norsilca
      @Norsilca 5 місяців тому +1

      He's just so good with these magic tags 😉

  • @Skengman-op
    @Skengman-op 3 дні тому

    Great video! Love your enthusiasm

  • @TheCoder009
    @TheCoder009 3 місяці тому

    Hey, you broke me up into fine particles. That's so cool mate. Let me learn more from you.

  • @Demmyabs
    @Demmyabs 4 місяці тому

    I like the video cause it creates familiarity with some less used tags and I do know some of these tags but the data list and option tag blew my mind

  • @bulolo_wilber
    @bulolo_wilber 3 місяці тому

    The tag is 🤯, imagine all the css I'd have to write just to do something that simple

  • @re.liable
    @re.liable 5 місяців тому

    is very useful (for me) for disabling several for elements at once (e.g. inputs, buttons). for some reason cannot do that. and can be used outside of (as shown in the video).
    Good vid!

  • @JM7Blocks
    @JM7Blocks 5 місяців тому +2

    Didn't know the details tag. Mind blown as well. This video made my day, thank you.

    • @edgeeffect
      @edgeeffect 4 місяці тому

      Yeah, that's another one that you could end up spending hours messing around in JS to try to achieve.

  • @Sabrecho
    @Sabrecho 5 місяців тому

    I already knew abbr, fieldset & legend... the rest was all new and appreciated. Thank you.

  • @Xnight-X
    @Xnight-X 4 місяці тому

    Now this what what call good content, keep it ip 💪

  • @strike6621
    @strike6621 5 місяців тому

    I didn’t know that any of these tags existed, this is so useful!

  • @lazy_coding
    @lazy_coding 5 місяців тому +1

    Awesome dude you gained sub 👏

  • @colindante5164
    @colindante5164 5 місяців тому

    This should have a million likes!!! how could these tags ever be overlooked!!!

  • @thisisdana07
    @thisisdana07 4 місяці тому

    Another tags to use in my future projects! Thanks a lot :)

  • @_abdul
    @_abdul 5 місяців тому

    That was Amazing and So useful to know.... Thank You so much buddy, Now I'm gonna go and Program some juicy HTML for me.

  • @clippet-hk
    @clippet-hk 4 місяці тому

    Most helpful. Thanks for sharing. I will most surely be implementing some of the things you talked about. Much appreciated.

  • @ImmortalHeaven1
    @ImmortalHeaven1 4 місяці тому

    00:01 HTML is a great intro to programming
    01:03 HTML tags like abbr and code have specific uses and benefits.
    02:06 HTML provides specific tags for styling code and keyboard keys
    03:01 Adding ID attributes and options with value attributes
    03:54 Details element tag for interactive content
    04:50 Enhance SEO with Ruby and RT tags
    05:45 HTML progress and meter tags
    06:45 HTML Tags for Visual Styling and Grouping
    - By Zxnithhh

  • @Leoanduri
    @Leoanduri 4 місяці тому

    I would recomend this to everybody who is working on learning html. Incredible.

  • @RicanSamurai
    @RicanSamurai 5 місяців тому

    Nice video without much fluff. I like how much is built natively into HTML these days

  • @mikeh4068
    @mikeh4068 4 місяці тому

    that was awesome bro!!!! thanks I subscribed

  • @Ricardo-pe4me
    @Ricardo-pe4me 5 місяців тому +1

    3:48 nahhh I once tried to do that wiht only CSS, and it took me a lot of time to even make a basic replica of that, i didnt knew it was that easy!!

  • @simonsi1798
    @simonsi1798 5 місяців тому

    Wow, that's an amazing video!

  • @saradhchandra6671
    @saradhchandra6671 5 місяців тому

    Great one man..! Good come back ✨✨🌟

  • @foxypiratecove37350
    @foxypiratecove37350 5 місяців тому

    Idk what's the worst: these HTML Tags or the fact that I knew already most of them

  • @The_Wookiee
    @The_Wookiee 15 днів тому

    Only learned one thing, but it was literally the thing I needed! Thank you!

  • @amalendhu8610
    @amalendhu8610 5 місяців тому +1

    details, summary, progress, meter blow my mind.
    And also I remember positioning title to the content box when legend lives

  • @yillonmusk2849
    @yillonmusk2849 5 місяців тому +1

    Very informative. Very educational. Very well delivered. Please make more videos like this.

  • @samiopal
    @samiopal 5 місяців тому

    From skeptical to surprised in 5 minutes.

  • @EvilFeijoa
    @EvilFeijoa 4 місяці тому +5

    Avoid using the "title" attribute.
    It's bad for accessibility: we can't change its font-size, it does not display on touchscreen devices, screen readers don’t support access to the title attribute content.
    So it's better to use a custom tooltip and aria-attributes.

  • @MhLiMz
    @MhLiMz 5 місяців тому +1

    I only knew fieldset/legend. The rest was new to me, so thanx. However, I wasn't able to destroy the like button.

  • @jvdplns
    @jvdplns 5 місяців тому

    This video covered an insane amount of cool stuff that I needed to know.

  • @top10youtubevideos64
    @top10youtubevideos64 5 місяців тому

    Such an awesome videos without ton of information. Thanks alot. Subscribed

  • @OrtinFargo
    @OrtinFargo 5 місяців тому +1

    5:05 did not expect Ayanokoji in my HTML video

  • @alzike420
    @alzike420 4 місяці тому +1

    bro these little things help us so much thanks bro💀💀💀💀💀

  • @leogrill5404
    @leogrill5404 4 місяці тому +1

    I started learning frontend as part of my degree last year and have often heard the HTML= Skelly and CSS=Skin/Hairstyle etc. analogy. Wouldn't JS = Muscles be more fitting, since its primarily used for movement? Then the backend could be the organs or brain in the analogy.

    • @leogrill5404
      @leogrill5404 4 місяці тому

      Then again CSS Media queries could be facial expressions or the Latissimus. Ok... maybe im getting lost in the details here🤣

  • @cloudblazehuxley
    @cloudblazehuxley 4 місяці тому

    I was low-key hoping for a brush-up on image maps. Those were all the rage before Flash and the Browser Wars!

  • @manishabairwa9340
    @manishabairwa9340 5 місяців тому +1

    this was really helpful. thankyou ♥

  • @DorVardy
    @DorVardy 4 місяці тому

    Damn, that wasn't a clickbait. I love it!

  • @TheGamer2024Short
    @TheGamer2024Short 5 місяців тому +5

    Are you okay? 4:31

  • @nfinzer22
    @nfinzer22 4 місяці тому

    Wow fieldset and legend are the only two on here I knew because they are old school. Surprised to see them on the list, although I suppose they aren't used so much in the wild anymore. They were more popular 25+ years ago when I learned HTML.

  • @ajithakdev
    @ajithakdev 4 місяці тому +1

    Wow, I can't believe it! I just discovered something that completely satisfies my craving! 😵👊🔥

  • @kayb.804
    @kayb.804 5 місяців тому

    Thank you. Learned much. didn't know any of these.

  • @uncertawn
    @uncertawn 5 місяців тому

    ive spent like 5 hours making a feature like fieldset to find out 5 months later that fieldset is a thing 💀

  • @katjaanderson769
    @katjaanderson769 4 місяці тому

    Yes, I know HTML. So why am I here? It never hurts to be sure! (Good video.)

  • @kaushalkishore5076
    @kaushalkishore5076 4 місяці тому

    Really learned new things, thanks ❤

  • @tech_with_froches
    @tech_with_froches 3 місяці тому

    Subscribed 🎉🎉
    This video is super helpful 🙏
    And super simple! Thank you 😊

  • @emreaygener
    @emreaygener 5 місяців тому

    Amazing content 🙏🏻

  • @chess4964
    @chess4964 5 місяців тому

    useful ones : datalist, dialogue, ruby, progress, meter, progress, fieldset. Gonna start using it now lol.

  • @RohitRajput-e8b
    @RohitRajput-e8b 4 місяці тому

    Damn, that's why we need to read documentations, because I mean literally no one says, my best in this video was details and summary tags

  • @NosAltarion
    @NosAltarion 4 місяці тому

    Literally yesterday night, I was working on a database course for my students and didn't want to continuously write down the whole "base de données" (db in French) where I could just write down "db"... And was wrapping the word in a span with title and custom css... On my way to edit that

  • @zanx8028
    @zanx8028 2 місяці тому

    I don't think I knew any of these tags. Thanks for teaching me

  • @crebuh
    @crebuh 5 місяців тому

    Although it was just briefly mentioned, I think the tag is super helpful, especially in terms of SEO. Maybe you could make another video for tags that are helpful for SEO friendly websites. Thanks for the great video 👏🏻

  • @chimdikay
    @chimdikay 2 місяці тому

    This is so helpful, thank you

  • @albedesigns
    @albedesigns 4 місяці тому

    Great video!

  • @greatwhite__9
    @greatwhite__9 5 місяців тому

    I first thought it would be some clickbait video, but it was worth watching

  • @UliTroyo
    @UliTroyo 5 місяців тому

    High key love HTML. Just because it’s misused doesn’t mean it isn’t great for describing content.

  • @㘭
    @㘭 4 місяці тому

    The loading bar is actually really useful. I have been WASTING time. Even w3schools tells me to go straight to CSS for the bars

  • @y2ksw1
    @y2ksw1 4 місяці тому

    Nice collection and a couple I didn't know about.

  • @pedrol6193
    @pedrol6193 5 місяців тому

    Excellent video!

  • @basic_to_advance.
    @basic_to_advance. 5 місяців тому

    Thanks Buddy. It's help for all and mostly for HT.

  • @sqmridhi
    @sqmridhi 4 місяці тому +1

    2:40 thankyou for that

  • @SimeonFalnyi
    @SimeonFalnyi 4 місяці тому

    I thank God that i found this video! This is solid GOLD bro!👍👍👍👍

  • @RandomGeometryDashStuff
    @RandomGeometryDashStuff 4 місяці тому

    05:23 browsers that ruby will show "Main text Little text Little text"

  • @gyanranjanbarick9237
    @gyanranjanbarick9237 5 місяців тому

    DAMN that helped a lot nice video G

  • @blatnick81
    @blatnick81 4 місяці тому

    Definitely learned a few things..as I am attempting to self teach myself coding