5+ Must Know HTML Tags That Almost Nobody Knows

There are so many HTML tags that it is nearly impossible to know them all, which means there are tons of tags most people do not know. In this video I talk about the 5 coolest HTML tags that nearly nobody knows about.
📚 Materials/References:
Template Tag Article: blog.webdevsimplified.com/202...
🌎 Find Me Here:
My Blog: blog.webdevsimplified.com
My Courses: courses.webdevsimplified.com
Patreon: / webdevsimplified
Twitter: / devsimplified
Discord: / discord
GitHub: github.com/WebDevSimplified
CodePen: codepen.io/WebDevSimplified
⏱️ Timestamps:
00:00 - Introduction
00:35 - Fieldset
01:43 - Datalist
03:13 - Color Picker
04:11 - Progress Bar
04:52 - Open Graph
07:51 - Sub/Sup
09:18 - Picture
13:19 - Template
15:19 - Outro
#HTML #WDS #Top5HTML

Пікірлер: 610

  • @_rcs
    @_rcs3 жыл бұрын

    I'm a C# dev who doesn't do too much front-end work. However, there is something about Kyle's content and delivery that is very enjoyable. He speaks so clearly and has a great approach to teaching new things.

  • @quade-mc

    @quade-mc

    3 жыл бұрын

    yeah same, I agree

  • @richardplester

    @richardplester

    3 жыл бұрын

    Agreed fantastic teacher,!

  • @kaptn_kage

    @kaptn_kage

    3 жыл бұрын

    sweet humble brag bro

  • @wilhallman2890

    @wilhallman2890

    2 жыл бұрын

    concise, informative and to the point

  • @jamesheffer3965

    @jamesheffer3965

    2 жыл бұрын

    Agreed, good video dude! And some interesting stuff too!

  • @akalrove4834
    @akalrove48343 жыл бұрын

    datalist blew my mind. I've been a developer for a long time and did not know this existed. thanks Kyle!

  • @wilhallman2890

    @wilhallman2890

    2 жыл бұрын

    Same here. I'll be throwing out most of my js autocomplete scripts now

  • @denofsleep7946

    @denofsleep7946

    2 жыл бұрын

    Ui

  • @HomerJSimpson999

    @HomerJSimpson999

    Жыл бұрын

    datalist isn't shown in most tutorials since you rely again on user input that has to be validated. select is the way to go, datalist is useless

  • @TheLegendaryShow

    @TheLegendaryShow

    Жыл бұрын

    you can't style them as you want with CSS and that's one of the main reasons it's underrated.

  • @akalrove4834

    @akalrove4834

    Жыл бұрын

    @@TheLegendaryShow thanks that makes sense

  • @curtisbridges
    @curtisbridges3 жыл бұрын

    OG stands for "original gangsta" and you won't convince my brain to read those meta tags in any other way. 😂

  • @sumanboi

    @sumanboi

    3 жыл бұрын

    XDD true

  • @kaagman49

    @kaagman49

    3 жыл бұрын

    😂😂😂

  • @kensleylewis

    @kensleylewis

    3 жыл бұрын

    yeah we don't mess with the original tags bruh. its like showing up to gun fight with a slinky.

  • @rorymax

    @rorymax

    3 жыл бұрын

    @@aidanzyaire1780 damn that sounds toxic y’all should just break up

  • @jrfrom617

    @jrfrom617

    3 жыл бұрын

    Looooooooool

  • @sharptakes1662
    @sharptakes16623 жыл бұрын

    this man dove deep into the documentation and emerged to tell us what he found

  • @nirjalpaudel
    @nirjalpaudel3 жыл бұрын

    We need a tutorial on all information on meta tags

  • @tochimclaren

    @tochimclaren

    3 жыл бұрын

    I second this!

  • @KadeMackintosh

    @KadeMackintosh

    3 жыл бұрын

    Yes!

  • @KeepLearing

    @KeepLearing

    3 жыл бұрын

    yes and no. I found that most of the time when you need to do something you can always get the answer off google. hence why there isn't much of these but yeah i'm def' not complaining as it def' clear things up a lot faster!

  • @philippec4448

    @philippec4448

    3 жыл бұрын

    Agreed

  • @acidset

    @acidset

    2 жыл бұрын

    @@KeepLearing it's more of a clear showcase, it brings more attention and ideas to unused tags

  • @andrillaf
    @andrillaf3 жыл бұрын

    Good to know I’m not the only developer riddled with Webflow ads.

  • @ethereal41

    @ethereal41

    2 жыл бұрын

    ikr lmfao

  • @bernardocapela3546

    @bernardocapela3546

    2 жыл бұрын

    Lmao

  • @BorlandC452
    @BorlandC4523 жыл бұрын

    Nice to see and get some love. They've been around since at least HTML 3.2. (FYI, they're sort for "subscript" and "superscript".) I really liked the tag. I think that might be just what I need for one of my projects.

  • @isofruitfruit9357

    @isofruitfruit9357

    3 жыл бұрын

    Aye, Template is a neat little addition. At work we're using server-side-rendering but want to display one particular section dynamically in a way that requires ajax requests with almost regular pings to the data-endpoint for more data. Given that I need to render a bunch of HTML via JS without access to a front-end-framework it is incredibly neat to be able to write this blueprint in html first and modify from there.

  • @She1lby

    @She1lby

    3 жыл бұрын

    @@isofruitfruit9357 Wouldn't it be the same with just div + id?

  • @isofruitfruit9357

    @isofruitfruit9357

    3 жыл бұрын

    @@She1lby If you added a CSS rule that applies a "display:none" rule, I believe it might. Though you should also give id's to your templates to be able to differentiate them properly of course, if you have multiple. The great part about "template" is, that it is more easily understandable. You can have a section at the end of your HTML and just by looking at the name of the tag you can understand that. With the div you'd first need to read the tag name, read the class attribute, see the CSSclass that applies display none, realize it applies a display none rule and conclude from that that it's a template, maybe. With the template tag, communicating the intent for what it's there for is just simpler.

  • @benedani9580

    @benedani9580

    3 жыл бұрын

    Honestly I was like, "wait, people don't know and ?"

  • @RubyPiec

    @RubyPiec

    2 жыл бұрын

    I teached one of my friends html and sub and sup were 2 of thoae things I teached them

  • @MichaelCMain-zr3wb
    @MichaelCMain-zr3wb2 жыл бұрын

    I'm just sitting here clawing at my arm thinking "CLOSE THAT H5 TAG FOR THE LOVE OF GOD!" But wow! I didn't know a lot of these things. Color picker is cool.

  • @ShinAkuma
    @ShinAkuma3 жыл бұрын

    If only I had known about the tag before, It could've saved me a few hundred lines of html in my Javascript code.

  • @JelleVagasvau

    @JelleVagasvau

    3 жыл бұрын

    I might be mistaken but could you not just have used a normal div with a hidden parameter like . The only difference is you have to set hidden=false after you created the node.

  • @KangJangkrik

    @KangJangkrik

    3 жыл бұрын

    fyi Vue framework use that a lot

  • @tochimclaren

    @tochimclaren

    3 жыл бұрын

    @@KangJangkrik just noticed it. I thought it was some kind of Vue voodoo magic 🤣🤣

  • @KangJangkrik

    @KangJangkrik

    3 жыл бұрын

    @@tochimclaren magic is just an unknown science :)

  • @MrAfusensi

    @MrAfusensi

    3 жыл бұрын

    @@KangJangkrik lol I genuinely thought it was a vue component

  • @qurquru
    @qurquru3 жыл бұрын

    After watching this i successfully rewrote an entire component of mine using datalist and it’s so much easier to read! Thanks for always delivering awesome content.

  • @MohdKaif-zn3nk
    @MohdKaif-zn3nk2 жыл бұрын

    I think you forgot about Marquee tag is used for moving text We can control marquee from the following attribute Behaviour= controles the behavior (Scroll,slide, alternative) Scrollamount controls speed (Max value is 50) Direction controls direction (Up,down,left,right)

  • @milannesic5718

    @milannesic5718

    2 жыл бұрын

    That tag was deprecated dude

  • @williamsanchez4766

    @williamsanchez4766

    9 ай бұрын

    😅

  • @kohlod
    @kohlod3 жыл бұрын

    The picture tag was like gold for me Thanks for your nice work, Kyle

  • @sarvagya-sharma
    @sarvagya-sharma3 жыл бұрын

    That template tag is so awesome! I am definitely going to use it in my projects!

  • @iqwebserve3973
    @iqwebserve3973 Жыл бұрын

    Kyle, I have 20+ years as a Web Dev... You are very talented Sir, thank you. You get to the point quickly and explain easily so I do not need to search elsewhere when refreshing materials. Thank you again.

  • @elementiro
    @elementiro3 жыл бұрын

    Well, most of them are new, but and are basics if you started learning HTML back when CSS wasn't that widespread.

  • @Wakedaddy87
    @Wakedaddy879 ай бұрын

    One of the biggest things I have to say about watching this video (and other videos) is the fact that Kyle points out how the usage of these different elements affect screen readers. Thank you for being such a big advocate of Accessibility and making sure that we are experienced (or myself as a novice) Front End Developers are making sure that we consider Accessibility in our design and development more. As a side note, if you haven't already done so, it might be interesting to compile a list of these different items and how Front End Developers can use them to help in making our sites more accessible.

  • @frederikadmiralshi4080
    @frederikadmiralshi40803 жыл бұрын

    My OCD cannot handle that you didn’t close off that H5 tag...

  • @brayanasaelayalalopez1755

    @brayanasaelayalalopez1755

    3 жыл бұрын

    XD

  • @scheimong

    @scheimong

    3 жыл бұрын

    I used to write xhtml and not closing his h5 was giving me migrains.

  • @kaptn_kage

    @kaptn_kage

    3 жыл бұрын

    same, so I reported him

  • @jasonmarkson3773

    @jasonmarkson3773

    3 жыл бұрын

    LOL same here

  • @davitharutyunyan8330

    @davitharutyunyan8330

    3 жыл бұрын

    @Eris Socratou lol tag doesn't close

  • @CodingNuggets
    @CodingNuggets3 жыл бұрын

    I see the last video did great for you about what almost nobody knows. Numbers don't lie. Appreciate you Kyle. See you soon!

  • @WebDevSimplified

    @WebDevSimplified

    3 жыл бұрын

    Thanks. I actually had this video recorded before even releasing the last video video, but since they did so well I already am working on a part 2 for the JS video since I had around 15 items listed originally when making the first video.

  • @CodingNuggets

    @CodingNuggets

    3 жыл бұрын

    @@WebDevSimplified I figured it did well. These formats always seem to catch on. Nice when you find something that sticks. Definitely interesting and looking forward to seeing more!

  • @169chaitanyakharche6

    @169chaitanyakharche6

    3 жыл бұрын

    @@WebDevSimplified why dont you have an instagram??

  • @user-xh5pk5ze8n
    @user-xh5pk5ze8n3 жыл бұрын

    I use the template tag when i deal with arrays of objects. You can do a forEach loop or map over the array and for each object clone the template and set the content.

  • @webossd
    @webossd3 жыл бұрын

    Dude, I love your channel! You know why? Sometimes I have something to work out. Some things we just don't know where and how to find a solution. And your channel just appear with the perfect solution. Thanks man!

  • @FunkySpunkyJunky
    @FunkySpunkyJunky3 жыл бұрын

    I've used a few times. Really useful for putting the st / nd / rd / th into 1st 2nd 3rd 4th etc. (The "superscript ordinals").

  • @md.siddiq7165
    @md.siddiq71653 жыл бұрын

    These tags seemed to be pretty useful. I will definitely try them out. Thanks Kyle ❤️

  • @AndreaDragotta
    @AndreaDragotta3 жыл бұрын

    Thanks for this overview! I already knew most of them, but not the datalist one. It looks very promising!

  • @avgoustinos92
    @avgoustinos923 жыл бұрын

    I remember when I found out about the picture tag.... I was amazed on how much it saved time and make everything more clean and faster

  • @gabcompaore8263
    @gabcompaore82632 жыл бұрын

    Hi ! I just discovered your video on KZread. As a beginner and passionate of coding (HTML, CSS and JavaScript) I really love to see your movie and how simply you have been explaining some useful HTML tags. Like how to write the chemical formula of water (H2O) and others. Briefly how to write something with the exponentiation mark. Also learning how to create and sizing the progress button tag, creating forms with the divs and stocking data and especially the og (Open Graph) system of stocking data between the .... tag, all those learnings have been useful for me. Thank you so much. Sorry for my poor english because I am a Franco but trying to get improved in english and then be able to more understand coding. Be blessed for what you are doing and sharing your knowledges. I appreciated.

  • @sovietwarmachine1979
    @sovietwarmachine19793 жыл бұрын

    Sub and Sup are pretty old school, learned those when I got into HTML (3.2 was the standard at that time), but the datalist is quite impressive! Wish they'd let us style form elements better

  • @montebont

    @montebont

    Жыл бұрын

    That is exactly the reason why I don't use datalist and similar options: they are very hard to style properly and consistently.

  • @williamthomas2823

    @williamthomas2823

    8 ай бұрын

    You could use a stylesheet and add a class to the form element then add an individual class attribute to each element within the form and style individually but to be honest I am only a learner so some may have a more efficient solution 😅

  • @barsaslan459
    @barsaslan4593 жыл бұрын

    Your videos always show me new things man keep up the good work 👌🏼

  • @btm1
    @btm13 жыл бұрын

    I did not know about the picture and template tags, quite useful thanks!

  • @CyberAbyss007
    @CyberAbyss0072 жыл бұрын

    Thank you! I've just picked up a 15 year old PHP medical web app that needs to be updated. Your type=time tip caught me at the exact moment I needed it. Great content! :-)

  • @yousif2712
    @yousif27123 жыл бұрын

    is another underrated tag.

  • @nataliegrayhandle

    @nataliegrayhandle

    3 жыл бұрын

    I knew i wasnt hallucinating

  • @armoreddragon3760
    @armoreddragon37603 жыл бұрын

    This is an excellent video! I am very happy about the existence of the "progress" element.

  • @orangeprogrammer
    @orangeprogrammer3 жыл бұрын

    Great content! I really like Fieldset, Datalist and Templates! Please make more videos like this one. Valuable!

  • @computer_toucher
    @computer_toucher2 жыл бұрын

    I recently discovered the word break tag in combination with the soft hyphen "­" which is fantastic when you need absolute control of where a word breaks -- with a lot of compound words like in German, this is sometimes super important. But for an easy example, if you were tight on space you could break down "cowboy" with "cow­boy" so when a flex wraps it breaks thusly: cow- boy And the soft hyphen of course only inserts a hyphen when the word breaks. Modern HTML 5 is so much better than what we had to deal with in the old days, I tell ya

  • @cmyk8964

    @cmyk8964

    2 жыл бұрын

    Actually, only one of them is necessary. is a word break opportunity, and you can do neat stuff with it in RTL text, but adding hypnenation opportunities can be done with just ­.

  • @Pumpkinpie718
    @Pumpkinpie7183 жыл бұрын

    This is great for accessibility! (Fieldset and Legend)

  • @anjanobalesh8046
    @anjanobalesh80463 жыл бұрын

    The template tag is awesome I needed that functionality but didn't know what to use .. Thanks

  • @davidbuchan2909
    @davidbuchan29093 жыл бұрын

    Datalist is exactly what I want. I was looking on mdn yesterday for this exact thing but couldn't find it. Cheers dude.

  • @montebont
    @montebont Жыл бұрын

    The tag looks very promising and indeed more useful than templates in PHP or JS. Thanks for sharing!

  • @ArtwithAmarBrisco
    @ArtwithAmarBrisco3 жыл бұрын

    Since I work in accessibility I used these all the time including others that most developers don’t use. Because most developers use just what is needed and JavaScript. Html5 has a great bunch of features as well as the from element types. Meta tags work just like meta data and I have used them all the time when developing for Wordpress but you have to be careful of how you use them when in comes to accessibility because it can impact how the page is parsed and read. Being around development for almost 20 years there are a ton of tags I have seen or used that most developers probably has or never will use.

  • @anmolsharma477
    @anmolsharma4773 жыл бұрын

    Inspired by your work and the way you explain things...

  • @JustinTheVlogger
    @JustinTheVlogger2 жыл бұрын

    Thanks for this video bro! It really helps me a lot, I learned a new knowledge about HTML and I will surely use those tags to my future projects.

  • @corey33ism
    @corey33ism3 жыл бұрын

    Very informative, I didn’t know about a some of those. Thank you!

  • @vishant898
    @vishant8983 жыл бұрын

    I used some tag in my code but I completely understand after watched this video Thanks Kyle

  • @CodeWithTomi
    @CodeWithTomi3 жыл бұрын

    Nice one! Loving your tips

  • @KeepLearing
    @KeepLearing3 жыл бұрын

    omg, the algorithms are so smart!! How does it know to give me this video?!! I've literally just finished all my studies for software development and now I have to do the test which consist of 40 random multiples questions out of 120 and mainly based on front end (HTML and CSS). I don't know why HTML and CSS as I am actually more back end based on programming languages. But yeah i have no choice but to pass it anyway. i get unlimited practices where most of these came up!! I'm so glad I found videos like these but TBH front ends are definitely easier than back end. Guess you could say it's good to know both!

  • @patrycjaadamczyk4521
    @patrycjaadamczyk45213 жыл бұрын

    Datalist blew my mind! Thanks for this video

  • @zealot4325
    @zealot43252 жыл бұрын

    Thank you a lot for this video. I have some kind of frustration about tags to use on my test pages. With all the stuff you have shown I already made something to work with/

  • @reyanrahman
    @reyanrahman3 жыл бұрын

    I have wasted so many hours coding the stuff for which I could have easily used html can u upload more content like these

  • @adamoceallaigh2267
    @adamoceallaigh22673 жыл бұрын

    That sub , sup and datalist actually could’ve saved my bacon so much times 😂😂 , amount of times I made my own tag called little for the one which goes above in h20 and used absolute to position 🤦‍♂️🤦‍♂️. Kyle honestly these are immense , cheers man 🤝

  • @MrFoghorn111
    @MrFoghorn1113 жыл бұрын

    This might be my favorite of your videos yet.

  • @amisner2k
    @amisner2k3 жыл бұрын

    This was actually incredibly informative. Thanks for sharing. 👍🏆

  • @jeesimplified
    @jeesimplified3 жыл бұрын

    Keep on uploading more such videos, This one was of immense use.

  • @GuRuGeorge03
    @GuRuGeorge033 жыл бұрын

    Oh the template tag is neat. I used that in a form editor where a user can create his own form by clicking it together and I basically used this exact thing u showcase, but because i didn't know about the template tag, I used regular divs with style display none ^^

  • @LorenHelgeson
    @LorenHelgeson3 жыл бұрын

    Thanks, Kyle. I was under the impression that legend and fieldset were phased out with HTML5. Haven't used either in a long time.

  • @jayjani740
    @jayjani7403 жыл бұрын

    Now, there are 2 KYLEs ruling Web. You were awesome as always. 😊 Thanks Kyle

  • @shubhamkohli7719
    @shubhamkohli77192 жыл бұрын

    This is really helpful thank you so much for this video ❤️

  • @darkmojojojo
    @darkmojojojo Жыл бұрын

    I knew about fieldset and legend but datalist was completely new to me. Thanks!

  • @thunderiegacha9117
    @thunderiegacha91172 жыл бұрын

    now I have the mega scene to surprise my teachers, THIS IS MEGA HELPFUL

  • @olivierabilio8470
    @olivierabilio84702 жыл бұрын

    I didn't know some of these tags. Thanks very much for this tutorial.

  • @tommylin5467
    @tommylin54672 жыл бұрын

    As an 18 years embedded system engineer, I find these front end tutorial fascinating since I always have trouble working with them.

  • @InstaSound
    @InstaSound3 жыл бұрын

    Kinda proud I've used all of them except for datalist in the past. Once I mastered that one as well, I can finally put "HTML Programming Expert" on my resumee 😎

  • @StevenGerritsenPlus
    @StevenGerritsenPlus3 жыл бұрын

    Really awesome video. But the picture tag you have to look at another time. Picture is for different images for different formats, like portrait for mobile and landscape for desktop. The img tag also supports srcSet and that is for automatic resolution switching. Like 100x200 for mobile and the same image 500x1000 for desktop.

  • @jackwright7014
    @jackwright70143 жыл бұрын

    Quick additional one for the comment section: this text is wrapped with quotes And because it's a HTML tag, it changes based off of what your localisation is.

  • @shgysk8zer0
    @shgysk8zer03 жыл бұрын

    I've known about all those for many years now. Back when I was starting to learn web development I went through each and every element on MDN, and all but picture were there at the time. I think and are the elements too few developers know about.

  • @artzoc

    @artzoc

    Жыл бұрын

    Was just about to write a comment about the details tag (`details>summary` if emmet's there), but here you did it long time ago. Greetings!

  • @lacikawiz8369
    @lacikawiz83692 жыл бұрын

    Super useful stuff! I saved it to my reference videos :)

  • @williamandreano6494
    @williamandreano64942 жыл бұрын

    Great video Kyle! Just came across your channel for the first time today and subscribed. What text editor are you using?

  • @DustinSpain
    @DustinSpain2 жыл бұрын

    I really like your videos. It is impressive that you can make coding so entertaining.

  • @erumabo
    @erumabo3 жыл бұрын

    I've never used or seen this tags before so I thought that maybe the support was quite limited or something but some of them are supported from the beginning, so I'm gonna add them to my tool set immediately

  • @mountainscott5274
    @mountainscott52742 жыл бұрын

    Templates are an integral of Salesforce development. Thanks for the showing how they are used outside that proprietary context!

  • @synaikido
    @synaikido3 жыл бұрын

    You are awesome! Very nice video and explanations as usual 🙂

  • @poldragon458
    @poldragon4583 жыл бұрын

    Btw in your template section the text you typed was this: This is a template Hi But your last h5 code line wasn't with a /

  • @jayjani740

    @jayjani740

    3 жыл бұрын

    html sometimes renders weirdly. Don't worry about it, man. Just focus on the CONECPT and EXPLANATION. Were awesome by Kyle.

  • @ChrisAthanas

    @ChrisAthanas

    3 жыл бұрын

    There's always one... I'm checking out your tutorials HP... Oh wait you don't have any

  • @manbirjudge8415

    @manbirjudge8415

    3 жыл бұрын

    I also noticed that!

  • @minocs

    @minocs

    3 жыл бұрын

    HTML is a markup language. The syntax doesn't need to be perfect in this small example lol

  • @poldragon458

    @poldragon458

    3 жыл бұрын

    @@ChrisAthanas o wait, mabey I HAVE to make video on things EVERY html KZreadr made something on called don't say something is wrong while you are making a mistake yourself, even tho it's a small mistake

  • @slappy_chimp
    @slappy_chimp3 жыл бұрын

    I needed this thank you :)

  • @2010appra
    @2010appra2 жыл бұрын

    Great piece of knowledge...thanks...and happy to see more upcoming videos

  • @huzzderprogrammer5318
    @huzzderprogrammer53183 жыл бұрын

    Great one man! As always

  • @lonewolf1461
    @lonewolf14612 жыл бұрын

    This is awesome stuff, thank you very much!

  • @jwf3148
    @jwf31482 жыл бұрын

    Geez Louise - you just changed my life significantly !!! Wow !!! Thaaaaaank you !!!

  • @AndreaDragotta
    @AndreaDragotta3 жыл бұрын

    Template tag is really awesome. You can also create it from javascript, set the inner Html using a string and then copy the content as html. That actually allows you to create complex html elements from strings, very powerful if used alongside the new es6 string template literals!!

  • @toddgilbey3979

    @toddgilbey3979

    3 ай бұрын

    It would be powerful if it actually worked.

  • @AndreaDragotta

    @AndreaDragotta

    3 ай бұрын

    @@toddgilbey3979 it does work, although of course won't be the same as react components since it's not reactive. You have to clone the node children, but once you know how to use it it's not too cumbersome 🙂

  • @markvador6667
    @markvador66672 жыл бұрын

    Well done dude, awesome tricks

  • @bmejia220
    @bmejia2202 жыл бұрын

    Very useful content. Thanks, Kyle!

  • @mraravind1111
    @mraravind11113 жыл бұрын

    Fieldset and the datalist are my favorites.

  • @fivebyfivesound
    @fivebyfivesound3 жыл бұрын

    Wow, thanks for this! I’m seeing notes that some of these tags are necessary supported across browsers. A great follow-up video could be detailing what works where...or we could do it the old-fashioned way and learn trial end error 😄

  • @WebDevSimplified

    @WebDevSimplified

    3 жыл бұрын

    I'm pretty sure all the elements listed in this video have very good browser support. You can use the site caniuse.com to check the most up to date information on this

  • @fivebyfivesound

    @fivebyfivesound

    3 жыл бұрын

    @@WebDevSimplified thanks so much!

  • @liveconcerts696
    @liveconcerts6963 жыл бұрын

    Hi Kyle thanks for making so much efforts for us

  • @BoilersRock
    @BoilersRock2 жыл бұрын

    This is great information, Kyle. BTW, you didn't run an ASMR channel in a previous life did you?

  • @wilhallman2890
    @wilhallman28902 жыл бұрын

    Actually taught this Old Dog some new tricks! very good video

  • @dsantax
    @dsantax3 жыл бұрын

    Thank you! Very useful info!

  • @tanthokg
    @tanthokg3 жыл бұрын

    Your video is so helpful, thank you

  • @dev_el1277
    @dev_el12772 жыл бұрын

    template seems like the pure html version of a react component. Neat.

  • @thekwoka4707
    @thekwoka47073 жыл бұрын

    Manually defining media queries in a picture element should be only for when the content of the image changes, and multiple sources in the srcset is for responsiveness in terms of pixels. The media query is based on css pixels but the srcset w is based on device pixels. So you can put two sources with source sets on different media queries to handle layouts, but then have each with 5 or 10+ images in them more maximum responsiveness.

  • @GuRuGeorge03
    @GuRuGeorge033 жыл бұрын

    Amazing, I will use the fieldset+ legend in the forms that I have to make in an ECM where only html is possible

  • @hardwired89
    @hardwired893 жыл бұрын

    Thanks you bro, i love this information 👍👍❤️

  • @sakkhor
    @sakkhor3 жыл бұрын

    Thank you so much..by far, I love your video most ❤❤❤

  • @SHIVAMGOLDSMITH
    @SHIVAMGOLDSMITH2 жыл бұрын

    Thanks helps me a lot!

  • @kristinekuprevica8767
    @kristinekuprevica8767 Жыл бұрын

    Thank you - very helpful :)

  • @christianhelwig
    @christianhelwig3 жыл бұрын

    This was great. Cheers Kyle

  • @apekshitsonawane8378
    @apekshitsonawane83783 жыл бұрын

    Keep it up bro and thank you!!!!

  • @LeFede
    @LeFede Жыл бұрын

    Thank you for existing

  • @sahajranipa
    @sahajranipa3 жыл бұрын

    Please make some videos about JavaScript animations along with some complex ones like scrolling animations etc and by the way awesome videos from you man as always keep it up the awesome work man god bless you and us as well.

  • @chtulurr
    @chtulurr2 жыл бұрын

    This channel is crazy good

  • @aj_ajayjain
    @aj_ajayjain3 жыл бұрын

    I recently transformed an input box to the searchable drop-down using complex ta, html and css ! I wish I would have seen this earlier.

  • @AmiDrutman
    @AmiDrutman Жыл бұрын

    Great video! Thank you!

  • @TeranoUmbys
    @TeranoUmbys3 жыл бұрын

    Remember that you should use FOR/ID to link the label to the form field. Explicit links will help screen readers, they aren’t that good at implying the labels from DOM position.

  • @prajkeny4677

    @prajkeny4677

    2 жыл бұрын

    this is first sited man who are fully normal person i meen not blind but u care about screen reader things thanks so much friend