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
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
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
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 .
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
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...)
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.
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.
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.
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.
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!
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!
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 👏🏻
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.
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
that was a good nap
real
that was really good though
that was cool !
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
Comb your hair.
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
lol same dude
?
Which tag is that?
I downloaded and installed full Calendar not knowing there an input type calendar
@@rokrok27😂
Confession is very good for the soul.
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
so there are still good people on this planet 💀.. appreciate it
thanks
Thanks 🙏🏻
again... it's NOT
thanks)
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!
Love it. I remember when table layout was the hot new thing because now frames were considered lame. Good times.
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
The tag is cool until you wanna style them in a way that reflects across different browser engines.
@@cmyk8964 can't you just css it?
Yep... we've all been there mate :D
I was a little skeptical at first, but you were right, really good video
I was expecting MySpace-era and tags.
Marquee may not be supported by modern browsers as it is not officially part of mark of language
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 .
Geocities ftw!
I was so excited when I re-did the Matrix numbers with a million marquee tags on my Tripod page back in '99/'00 😅
same
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
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
I learnt HTML more than 20 years ago. And I didn't know several of these tags. Great video.
Please mention the “datetime” attribute of the time tag, it makes it more useful.
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!*
Seems like someone doesn't like reading documentation....
Please take a look at mdn web docs
7:08 you can also add the disabled attribute to any fieldset to disable all fields
7:18 omg bro you cheat my like button border 5 px solid red
The tag can have a `datetime' attribute that contains the machine-readable timestamp if the contents of that tag is not a valid timestamp.
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...)
Most of these are semantic tags which is best practice for SEO, even many people think it is just useless.
Clearly he doesn't understand that concept, it he puts on buttons just to make them display a tooltip.
@@zwatotemNah he was speaking about the title attribute. He noticed that it works on any tag, not only abbr
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.
Important note!
is short for “ruby PARENTHESES”! The example in the video is NOT the correct way to use it.
Correct example:
colonel
(
kernel
)
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.
But the problem is backwards compatibility :( older browsers doesn't support these tags
@@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
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.
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
Drop-down was such a nightmare before this thanks man
Honestly still is… try styling a select
The tag is 🤯, imagine all the css I'd have to write just to do something that simple
def deserve a sub, never seen these tags
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.
More of these videos please!
Anything frontend stuff: HTML and CSS tips and tricks.
Liked and subbed!
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.
But now lets talk about styling these tags…
Class attribute
Damn that was much more useful than expected
I don't know if one subscriber will change anything but bro I'm definitely following you.
bro these little things help us so much thanks bro💀💀💀💀💀
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!
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
So many tags i didn't know existed. Really thanks a lot
Thanks, dude. That was cool. Gonna use it all the time now
This should have a million likes!!! how could these tags ever be overlooked!!!
I already knew abbr, fieldset & legend... the rest was all new and appreciated. Thank you.
Really, really nice stuff!! Well done!
Wow! I didn't know alot of these tags besides the abbreviation and datalist tags. Thanks for such informative content! ❤
Hey, you broke me up into fine particles. That's so cool mate. Let me learn more from you.
Nice video without much fluff. I like how much is built natively into HTML these days
Didn't know the details tag. Mind blown as well. This video made my day, thank you.
Yeah, that's another one that you could end up spending hours messing around in JS to try to achieve.
Another tags to use in my future projects! Thanks a lot :)
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!
I subscribed! Love the way you delivered it
4:05 Now that's personal 💀😂
Wow, I can't believe it! I just discovered something that completely satisfies my craving! 😵👊🔥
I didn’t know that any of these tags existed, this is so useful!
Amazing! When you said "by destroying that like button", it actually flashed for half a second. Cool stuff. 😀
He's just so good with these magic tags 😉
I only knew fieldset/legend. The rest was new to me, so thanx. However, I wasn't able to destroy the like button.
I was low-key hoping for a brush-up on image maps. Those were all the rage before Flash and the Browser Wars!
Most helpful. Thanks for sharing. I will most surely be implementing some of the things you talked about. Much appreciated.
I would recomend this to everybody who is working on learning html. Incredible.
1:20 the video starts
😂😂😂😂❤❤
Underrated comment!!
Thanks for saving 1 minute and 20 seconds of my life
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!!
Awesome dude you gained sub 👏
Definitely learned a few things..as I am attempting to self teach myself coding
good video i love it you are my favorite youtuber
Subscribed 🎉🎉
This video is super helpful 🙏
And super simple! Thank you 😊
details, summary, progress, meter blow my mind.
And also I remember positioning title to the content box when legend lives
This video covered an insane amount of cool stuff that I needed to know.
Now this what what call good content, keep it ip 💪
I thank God that i found this video! This is solid GOLD bro!👍👍👍👍
2:40 thankyou for that
Yes me too! ❤
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 👏🏻
useful ones : datalist, dialogue, ruby, progress, meter, progress, fieldset. Gonna start using it now lol.
Nice collection and a couple I didn't know about.
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.
this was really helpful. thankyou ♥
I don't think I knew any of these tags. Thanks for teaching me
man, never know about datalist. subscribed.
Very informative. Very educational. Very well delivered. Please make more videos like this.
that was awesome bro!!!! thanks I subscribed
Thank you. Learned much. didn't know any of these.
Yes, I know HTML. So why am I here? It never hurts to be sure! (Good video.)
details and summary tags are great
did you keyframe this cursor manually when editing or is this an actual recording? cuz it looks so great
had no idea abt the datalist, that seems super helpful in my use cases!! thanks for sharing 😎
Very cool - I need to brush up on my HTML elements; no point in re-inventing the wheel. Just one thing: are they all CSS customisable?
Every HTML can be styled. Some things about form elements can be tricky though.
I'm new to html & CSS and I Loved your video😊
Damn, that wasn't a clickbait. I love it!
Really learned new things, thanks ❤
You're very good!👍 I did forget that these tags exist.😲
“if you don’t understand html why are you here” *proceeds to give a crash course on html*
Thanks Buddy. It's help for all and mostly for HT.
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.
i spent hours the other day trying to make a dynamic automatically scrolling div
after failing repeatedly i found out about
amazing tag 10/10
5:05 did not expect Ayanokoji in my HTML video
Neither but a welcome inclusion
Great one man..! Good come back ✨✨🌟
This is so helpful, thank you
You deserved my subscription
Idk what's the worst: these HTML Tags or the fact that I knew already most of them
Wow...thank you, very useful stuff!
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
I somehow didn't know kbd, ruby/rt/rp and meter, despite making web pages since 1995. Thanks!
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
The loading bar is actually really useful. I have been WASTING time. Even w3schools tells me to go straight to CSS for the bars
This video just made me cry. You're kidding me dude. I spent last 20 days learning how to use Js, so I could do this, but they exist in HTML 😭😭😭
That was fun ! A lot of things I have learned🎉🎉
ive spent like 5 hours making a feature like fieldset to find out 5 months later that fieldset is a thing 💀
So informational!