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...)
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.
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.
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.
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!
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!
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.
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 👏🏻
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
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.
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 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
I was a little skeptical at first, but you were right, really good video
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.
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:18 omg bro you cheat my like button border 5 px solid red
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...)
Please mention the “datetime” attribute of the time tag, it makes it more useful.
7:08 you can also add the disabled attribute to any fieldset to disable all fields
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.
The tag can have a `datetime' attribute that contains the machine-readable timestamp if the contents of that tag is not a valid timestamp.
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
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 tag is 🤯, imagine all the css I'd have to write just to do something that simple
But now lets talk about styling these tags…
Class attribute
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.
Drop-down was such a nightmare before this thanks man
Honestly still is… try styling a select
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!!
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
def deserve a sub, never seen these tags
More of these videos please!
Anything frontend stuff: HTML and CSS tips and tricks.
Liked and subbed!
1:20 the video starts
😂😂😂😂❤❤
Underrated comment!!
Thanks for saving 1 minute and 20 seconds of my life
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.
I already knew abbr, fieldset & legend... the rest was all new and appreciated. Thank you.
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 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
Most helpful. Thanks for sharing. I will most surely be implementing some of the things you talked about. Much appreciated.
Definitely learned a few things..as I am attempting to self teach myself coding
Thanks, dude. That was cool. Gonna use it all the time now
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 don't know if one subscriber will change anything but bro I'm definitely following you.
Hey, you broke me up into fine particles. That's so cool mate. Let me learn more from you.
Really, really nice stuff!! Well done!
So many tags i didn't know existed. Really thanks a lot
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 was low-key hoping for a brush-up on image maps. Those were all the rage before Flash and the Browser Wars!
Wow! I didn't know alot of these tags besides the abbreviation and datalist tags. Thanks for such informative content! ❤
I only knew fieldset/legend. The rest was new to me, so thanx. However, I wasn't able to destroy the like button.
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.
Another tags to use in my future projects! Thanks a lot :)
4:05 Now that's personal 💀😂
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 spent hours the other day trying to make a dynamic automatically scrolling div
after failing repeatedly i found out about
amazing tag 10/10
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 👏🏻
I didn’t know that any of these tags existed, this is so useful!
This should have a million likes!!! how could these tags ever be overlooked!!!
Damn that was much more useful than expected
details, summary, progress, meter blow my mind.
And also I remember positioning title to the content box when legend lives
Nice video without much fluff. I like how much is built natively into HTML these days
Wow, I can't believe it! I just discovered something that completely satisfies my craving! 😵👊🔥
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.
bro these little things help us so much thanks bro💀💀💀💀💀
good video i love it you are my favorite youtuber
Are you okay? 4:31
I would recomend this to everybody who is working on learning html. Incredible.
useful ones : datalist, dialogue, ruby, progress, meter, progress, fieldset. Gonna start using it now lol.
I subscribed! Love the way you delivered it
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.
Awesome video, thank you. Here is an old tag that still works hello
I thank God that i found this video! This is solid GOLD bro!👍👍👍👍
I somehow didn't know kbd, ruby/rt/rp and meter, despite making web pages since 1995. Thanks!
Subscribed 🎉🎉
This video is super helpful 🙏
And super simple! Thank you 😊
5:05 did not expect Ayanokoji in my HTML video
Neither but a welcome inclusion
Thank you. Learned much. didn't know any of these.
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
Awesome dude you gained sub 👏
I don't think I knew any of these tags. Thanks for teaching me
Now this what what call good content, keep it ip 💪
I'm new to html & CSS and I Loved your video😊
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
Nice collection and a couple I didn't know about.
I feel relieved... Trying to build django, but I need good html... Don't want to stress with knowing css
Yes, I know HTML. So why am I here? It never hurts to be sure! (Good video.)
This video covered an insane amount of cool stuff that I needed to know.
Great one man..! Good come back ✨✨🌟
this was really helpful. thankyou ♥
man, never know about datalist. subscribed.
2:40 thankyou for that
Yes me too! ❤
“if you don’t understand html why are you here” *proceeds to give a crash course on html*
Honestly I never knew this.
i will be using it for my website
Thanks alot
Thanks Buddy. It's help for all and mostly for HT.
Such an awesome videos without ton of information. Thanks alot. Subscribed
that was awesome bro!!!! thanks I subscribed
You're very good!👍 I did forget that these tags exist.😲
I’ve just realized that the UA-cam Like button had an effect after you said it at like 7:18
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.
Then again CSS Media queries could be facial expressions or the Latissimus. Ok... maybe im getting lost in the details here🤣
Very informative. Very educational. Very well delivered. Please make more videos like this.
Thanks a lot dude finally I got something interesting and new in this UA-cam
Really learned new things, thanks ❤
Lucky me who is learning front end rn thanks a lot for this
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 😭😭😭
Damn this one is really informative. I'm a backend engineer but it's good to learn something new, especially about HTML 😂
Wow...thank you, very useful stuff!
Damn, that wasn't a clickbait. I love it!