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
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
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 .
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.
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!
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!
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
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 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.
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
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 👏🏻
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.
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.
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 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
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 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 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
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.
Please mention the “datetime” attribute of the time tag, it makes it more useful.
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...)
7:08 you can also add the disabled attribute to any fieldset to disable all fields
But now lets talk about styling these tags…
Class attribute
The tag can have a `datetime' attribute that contains the machine-readable timestamp if the contents of that tag is not a valid timestamp.
def deserve a sub, never seen these tags
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.
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
Drop-down was such a nightmare before this thanks man
Honestly still is… try styling a select
Damn that was much more useful than expected
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
“if you don’t understand html why are you here” *proceeds to give a crash course on html*
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 don't know if one subscriber will change anything but bro I'm definitely following you.
More of these videos please!
Anything frontend stuff: HTML and CSS tips and tricks.
Liked and subbed!
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.
Really, really nice stuff!! Well done!
Thanks, dude. That was cool. Gonna use it all the time now
1:20 the video starts
😂😂😂😂❤❤
Underrated comment!!
Thanks for saving 1 minute and 20 seconds of my life
Important note!
is short for “ruby PARENTHESES”! The example in the video is NOT the correct way to use it.
Correct example:
colonel
(
kernel
)
4:05 Now that's personal 💀😂
Wow! I didn't know alot of these tags besides the abbreviation and datalist tags. Thanks for such informative content! ❤
good video i love it you are my favorite youtuber
I subscribed! Love the way you delivered it
So many tags i didn't know existed. Really thanks a lot
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 😉
Great video! Love your enthusiasm
Hey, you broke me up into fine particles. That's so cool mate. Let me learn more from you.
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
The tag is 🤯, imagine all the css I'd have to write just to do something that simple
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!
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.
I already knew abbr, fieldset & legend... the rest was all new and appreciated. Thank you.
Now this what what call good content, keep it ip 💪
I didn’t know that any of these tags existed, this is so useful!
Awesome dude you gained sub 👏
This should have a million likes!!! how could these tags ever be overlooked!!!
Another tags to use in my future projects! Thanks a lot :)
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.
Most helpful. Thanks for sharing. I will most surely be implementing some of the things you talked about. Much appreciated.
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
I would recomend this to everybody who is working on learning html. Incredible.
Nice video without much fluff. I like how much is built natively into HTML these days
that was awesome bro!!!! thanks I subscribed
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!!
Wow, that's an amazing video!
Great one man..! Good come back ✨✨🌟
Idk what's the worst: these HTML Tags or the fact that I knew already most of them
Only learned one thing, but it was literally the thing I needed! Thank you!
details, summary, progress, meter blow my mind.
And also I remember positioning title to the content box when legend lives
Very informative. Very educational. Very well delivered. Please make more videos like this.
From skeptical to surprised in 5 minutes.
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 only knew fieldset/legend. The rest was new to me, so thanx. However, I wasn't able to destroy the like button.
This video covered an insane amount of cool stuff that I needed to know.
Such an awesome videos without ton of information. Thanks alot. Subscribed
5:05 did not expect Ayanokoji in my HTML video
Neither but a welcome inclusion
bro these little things help us so much thanks bro💀💀💀💀💀
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🤣
I was low-key hoping for a brush-up on image maps. Those were all the rage before Flash and the Browser Wars!
this was really helpful. thankyou ♥
Damn, that wasn't a clickbait. I love it!
Are you okay? 4:31
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.
Wow, I can't believe it! I just discovered something that completely satisfies my craving! 😵👊🔥
Thank you. Learned much. didn't know any of these.
ive spent like 5 hours making a feature like fieldset to find out 5 months later that fieldset is a thing 💀
Yes, I know HTML. So why am I here? It never hurts to be sure! (Good video.)
Really learned new things, thanks ❤
Subscribed 🎉🎉
This video is super helpful 🙏
And super simple! Thank you 😊
Amazing content 🙏🏻
useful ones : datalist, dialogue, ruby, progress, meter, progress, fieldset. Gonna start using it now lol.
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
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 don't think I knew any of these tags. Thanks for teaching me
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 👏🏻
This is so helpful, thank you
Great video!
I first thought it would be some clickbait video, but it was worth watching
High key love HTML. Just because it’s misused doesn’t mean it isn’t great for describing content.
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.
Excellent video!
Thanks Buddy. It's help for all and mostly for HT.
2:40 thankyou for that
Yes me too! ❤
I thank God that i found this video! This is solid GOLD bro!👍👍👍👍
05:23 browsers that ruby will show "Main text Little text Little text"
DAMN that helped a lot nice video G
Definitely learned a few things..as I am attempting to self teach myself coding