Like Dude!!! This guy is awesome. These 3-8hrs crash courses are so discouraging. They make you imagine how long it'll take to get going. It feels like you at school. But this guy deals with VIP points and he just nail it 10000%✨👌
Right he teaching is soo awesome!! I understand his teaching soo much better than what I did, graduating from a Bootcamp. I still felt lost after Bootcamp. I understanding web development soo much better now. His channel is a lifesaver for a better career I feel more confident now applying for jobs after learning from his videos than Bootcamp.
Something that I learned from this useful video: some tag we must have: ktf ----- particular example: to , , , , and 2 and thank you this author's video did create the awsome video:)))
You're the best teacher EVER!! Every explanation is so smooth, clear and well articulated that I actually started to get passionate about understanding how coding and programming languages and systems work! Keep going!
I am taking a course at my school for web developement and since my final exams are coming up in a year I thought I might want to rewind all the stuff I learned and stumbled across this video. Thanks!
You've kinda forgot to talk about semantics. I think that's the bread and butter of HTML. Wrapping text in doesn't make it bold, it indicates the importance of that text. Same with . I would say that especially in beginners guide, should this be covered. It would make web so much more accessible.
I've only just found this - how? I'm a photographer and always wanted to make my own website and online courses are always so expensive and hit-and-miss when it comes to quality. This free content on TH-cam is always so much better. You have a very very good way of teaching, especially to clueless Neanderthals like myself. Thank you for creating such easy-to-watch content. :)
7:49 for anyone wondering how to do multiple, you can double click on the paragraph line and and after its selected hold the keys ctrl+X together and after when it will be gone click ctrl+V together until you are sufficed.
simple and straigh to the point , i love it , it took a bit to find this kind of videos because most of them out there take toooooo long to get to the point .
This is very useful! and it can actually change someone's life because of the job that they can get after learning this skill. Thank you so much for this! I've been wanting to learn how to make a website since when I was younger, but I didn't have a chance to pursue it and go to an actual IT university. Definitely subscribing, and I will absolutely going back and will support your channel in the future too. Thank you so much.
thank you for your videos! I used to be really scared of those code lines, but you really make it look and sound easy :))). even if it's just the beginning and it gets way more complicated later on, it's great for those who, like myself, wouldn't even consider going deeper into this stuff for the fear it's too hard:). great work!
Ive been searching for a while now looking for courses/tutoials on web development and none of them have been made this easy to understand and apply. Thank you so much for making awesome web development videos!
OMG thank you so much! This is soooo much easier than I thought it would be. I really appreciate you taking the time to help people like me learn such a valuable skill.
Not sure how many people this will help but if you want to add more than one single space you can use and it will add a space no required just add it in your text
I was watching your videos from 2013 and wanted to ask you some questions, cause I think they are not at the current with this days. Thank you for doing this videos and I cannot wait to see the future ones! I see that you've change the program code, and you're not working anymore in sublime text. Good to know.
Hello mate! Thank you for this wonderful tutorial that was immensely informative and unbelievably easy to understand for a complete beginner like I am. You made it extremely simple to understand what you are trying to convey. That's what I call a good teaching skill. I thank you so much for this tutorial. It's helped me alot. Its been 3 days since I've started to self-teach Webdev and have watched several videos but none was as informative, precise, clear and easy to understand as your video was. Thanks alot mate ! You'll be my goto-person on Webdev henceforth. Thanks again and big brotherly hug from Paris.
so I started doing a mock website and left it over night, when I came back the index.html wasnt saving the changes and I had to start over. is this normal?
The first course I did, I jumped quickly into a tags, pages and layout style. It ended up being the #1 confusing point for new coders. So I'm introducing the concept of tags here first, then the concept of CSS rules in the next video, then we'll start building a page with links and s for styling.
nice name will! or is it frank? just watched your older videos and made a nice looking low-key website that doesn't do much unfortunately, up to the bootstrap where it just became a copy-paste. hopefully these will be more on how to make css style ourselves. one thing i noticed was different was the ! enter upon creating the index ... all those links in the head - what exactly do those do and should we have them on our pages in the future or not to worry about it?
I can't imagine having code in school now. I don't want to have confusing weird hours long lessons when there are videos like this and websites like w3schools. Thank you for everything.
Great video, but I have a question regarding the "strong" and "em" tags. Why is not good to use "b" for bold or "i" for italic? Why "strong" and "em" are the ones that we should use?
@@p9hitleri So they are old and devs don't use them.. So are they bad? Do devs not use them only because they are old? Because it seems mpre intuitive to go for the easier tag (compare to , which is easier to use?)
@@blame7121 I had read somewhere that i and b also have different meaning and function depending on the browser Also try the app 'sololearn' note: the comments help more and are very useful :)
Can you please tell me, I am creating a website and my home page, the background pic was being reproduced for my second page. On the second page, I can't do background color at all, please help? Thanks.
Question: My website has multiple different topics, so when chosing My h1 and h2 is it a good idea to include the entire topics such as tennis games and twitch videos
Please i need help I’ve been finding it difficult whenever i reach here, i don’t know why the live server doesn’t make any changes when i write a new word and I’ve tried my hardest best to sort it out but I’m still stuck. Any idea on how to get through this?
The head tag contains any Metadata. So specific information about the webpage like its title, scripts and css files. Metadata is pretty much data that explains other data so its explaining your website to services like google. So in the head tag you might have some metadata that says keywords to my website is "learning" and then google (and other services) know your website is something to do with learning.
hi will i have been watching your videos for a while now and they helped me real good. I wanted to ask when will u be uploading php tutorial videos p.s why did u stop using sublime
I'm not so sure if I'll be doing PHP videos anytime soon. I'd personally steer people to Node.js any day, but I may also teach some PHP. We'll see! I used sublime for a LONG time, but vscode has won me over due to a cleaner user interface, REALLY nice features that are always kept up to date, and really good and easy community support for packages and an easy way to install and manage them. Overall, VSCode can do almost everything you want an editor to do right out of the box.
Thank you Sir for such an humble reply i am more like a huge fan of you and your videos. You have such a fluent and beautiful accent. One more thing i wanted to ask HTML,CSS,JAVASCRIPT these all are front end development languages right could you please upload a video regarding how we can do jobs online with front end development(HTML,CSS,JAVASCRIPT etc) on like upwork or freelancer it would be a huge help P.s Are WordPress tutorials will also be coming in future.
If you watch this video: th-cam.com/video/gVXcqO9A1vo/w-d-xo.html, I cover ALLLLLL the little details, tools, etc that HTML + CSS + JS entails. It sounds overwhelming at first, but it's not too bad to learn. I also explain what jobs are out there and what it takes for each job.
@@learncodeacademy hi brother today i created my first website although it was for my sister it was all thanks to your videos and your teaching way www.hibaarshadali.com please check it out and rate it for me thanks SIR
Hello sir !! im sorry but i have a question ,why does my live server doesnt work ,like its not updating automatically ,im really sorry but i need your help i graduated as a computer science student from china during covid and i missed aloot
You've explained this more clearly and concisely in 10 mins than any of my lecturers have done in multiple hours. Thanks for this.
Like Dude!!! This guy is awesome. These 3-8hrs crash courses are so discouraging. They make you imagine how long it'll take to get going. It feels like you at school. But this guy deals with VIP points and he just nail it 10000%✨👌
Right he teaching is soo awesome!! I understand his teaching soo much better than what I did, graduating from a Bootcamp. I still felt lost after Bootcamp. I understanding web development soo much better now. His channel is a lifesaver for a better career I feel more confident now applying for jobs after learning from his videos than Bootcamp.
3
Something that I learned from this useful video:
some tag we must have:
ktf
-----
particular example:
to
, , , , and 2 and
thank you this author's video did create the awsome video:)))
John Power thats all I understand
You're the best teacher EVER!! Every explanation is so smooth, clear and well articulated that I actually started to get passionate about understanding how coding and programming languages and systems work! Keep going!
I am taking a course at my school for web developement and since my final exams are coming up in a year I thought I might want to rewind all the stuff I learned and stumbled across this video. Thanks!
Same here
You've kinda forgot to talk about semantics. I think that's the bread and butter of HTML. Wrapping text in doesn't make it bold, it indicates the importance of that text. Same with . I would say that especially in beginners guide, should this be covered. It would make web so much more accessible.
I've only just found this - how? I'm a photographer and always wanted to make my own website and online courses are always so expensive and hit-and-miss when it comes to quality. This free content on TH-cam is always so much better. You have a very very good way of teaching, especially to clueless Neanderthals like myself. Thank you for creating such easy-to-watch content. :)
7:49 for anyone wondering how to do multiple, you can double click on the paragraph line and and after its selected hold the keys ctrl+X together and after when it will be gone click ctrl+V together until you are sufficed.
you made it sooooo very comprehensive! I listened and tried to learn from other web developers, apparently not everyone can teach! Thank you sir!
I love how you covered HTML in less than 15 minutes - super helpful for someone like me!
simple and straigh to the point , i love it , it took a bit to find this kind of videos because most of them out there take toooooo long to get to the point .
I was attempting a different course, and got over my head quick. This is more my speed. Great vid!
I learned html in 11 min.... wtf it looked so hard at first but its so easy... thanks a lot
real bro HAHAHA
This is very useful! and it can actually change someone's life because of the job that they can get after learning this skill.
Thank you so much for this! I've been wanting to learn how to make a website since when I was younger, but I didn't have a chance to pursue it and go to an actual IT university.
Definitely subscribing, and I will absolutely going back and will support your channel in the future too.
Thank you so much.
Quarentine be making me learn a third programming language
your pfp and name already tells me that ur skills are beyond than just programming..
I'm learning my 2nd, I already know Luau(Roblox) and now I'm learning this ;)
We have many mutual subscriptions
This channel is awesome you deserve a sub!
thank you for your videos! I used to be really scared of those code lines, but you really make it look and sound easy :))). even if it's just the beginning and it gets way more complicated later on, it's great for those who, like myself, wouldn't even consider going deeper into this stuff for the fear it's too hard:). great work!
Self closing tags (ie. img, br, hr) don't need a slash (). They are self closing which means they don't need anything to be added to be closed.
Ive been searching for a while now looking for courses/tutoials on web development and none of them have been made this easy to understand and apply. Thank you so much for making awesome web development videos!
OMG thank you so much! This is soooo much easier than I thought it would be. I really appreciate you taking the time to help people like me learn such a valuable skill.
Hi LearnCode,
Just want to congratulate you on an excellent tutorial series. Very high level delivery.
I really like your video. Very easy to understand.
I've watched other tutorials in which I get easily confused. I can't wait to watch the rest.
Not sure how many people this will help but if you want to add more than one single space you can use and it will add a space no required just add it in your text
Amazing tutorial!!! Finally someone that doesnt leave blackholes when explaining... you explai every single detail. Thank you
I was watching your videos from 2013 and wanted to ask you some questions, cause I think they are not at the current with this days. Thank you for doing this videos and I cannot wait to see the future ones! I see that you've change the program code, and you're not working anymore in sublime text. Good to know.
thank u man for helping us, you're the best and continue what you're doing
I don't understand one thing that is, you have write my page in context, then what is the function of context. Please elaborate it ??
this is of the most detailed well thought up tutorials good job
I love you are🤩🤩stoning and learning html from u is actually fun
You have explained so easily and in understandable manner !
Hello mate! Thank you for this wonderful tutorial that was immensely informative and unbelievably easy to understand for a complete beginner like I am. You made it extremely simple to understand what you are trying to convey. That's what I call a good teaching skill. I thank you so much for this tutorial. It's helped me alot.
Its been 3 days since I've started to self-teach Webdev and have watched several videos but none was as informative, precise, clear and easy to understand as your video was.
Thanks alot mate ! You'll be my goto-person on Webdev henceforth. Thanks again and big brotherly hug from Paris.
so I started doing a mock website and left it over night, when I came back the index.html wasnt saving the changes and I had to start over. is this normal?
OMG I thought creating a web was a hard thing but because of your help I did it
Must the emphasis tag be in between the word to be used
Very useful. You've explained the things needed in web development. (T-T)
This has taught me a lot, I have currently started to learn CSS, HTML, and JavaScript. Can you give me any advice?
good video but you shoulda mentioned and tags maybe?
The first course I did, I jumped quickly into a tags, pages and layout style. It ended up being the #1 confusing point for new coders.
So I'm introducing the concept of tags here first, then the concept of CSS rules in the next video, then we'll start building a page with links and s for styling.
Keep the videos coming Will!
More coming this week!
@@learncodeacademy www.stackoverlode.com/web-development/html
These videos are great!! Is there a 3rd updated video in the works?
Your should deserve 1M+ subscribers. :)
nice name will! or is it frank? just watched your older videos and made a nice looking low-key website that doesn't do much unfortunately, up to the bootstrap where it just became a copy-paste. hopefully these will be more on how to make css style ourselves. one thing i noticed was different was the ! enter upon creating the index ... all those links in the head - what exactly do those do and should we have them on our pages in the future or not to worry about it?
Great videos, easy and fast to be understood, thank you so much. well done!!
weres the other vids im enjoying learning it but want to start asap how long till the rest drop
I can't imagine having code in school now. I don't want to have confusing weird hours long lessons when there are videos like this and websites like w3schools. Thank you for everything.
Awesome tutorial
nice video, i learn basic learning of html through this video. thumbs up
Nice bro let's go 800k❤❤❤
Great video, but I have a question regarding the "strong" and "em" tags. Why is not good to use "b" for bold or "i" for italic? Why "strong" and "em" are the ones that we should use?
@@p9hitleri So they are old and devs don't use them.. So are they bad? Do devs not use them only because they are old? Because it seems mpre intuitive to go for the easier tag (compare to , which is easier to use?)
@@blame7121 I had read somewhere that i and b also have different meaning and function depending on the browser
Also try the app 'sololearn' note: the comments help more and are very useful :)
Can you please tell me, I am creating a website and my home page, the background pic was being reproduced for my second page. On the second page, I can't do background color at all, please help? Thanks.
What are head tags exactly for?i know title goes inside head but what exactly is head used for?
Hi, can you please tell me, when you say "google" do you mean google web browser - chrome, or something else? (min 7:11). Thank you!
google search engine, so if you make a good and efficient website it will help you so your website will appear on top
Thank you.
can we add atributes in for example the tag
Question: My website has multiple different topics, so when chosing My h1 and h2 is it a good idea to include the entire topics such as tennis games and twitch videos
It's going great yet. Hope I'll learn the best at the end of it ❤️
It's very useful for me. Thanks for this
Please i need help
I’ve been finding it difficult whenever i reach here, i don’t know why the live server doesn’t make any changes when i write a new word and I’ve tried my hardest best to sort it out but I’m still stuck. Any idea on how to get through this?
I clearly went to college and studied the wrong course... Imagine I'm geeking over a button😂😂
Thank you so much, I enjoyed watching it and of course learned a lot!
Thank you so much for this video. I am confuse about the head and title and what the Head tag actually does?
Thanks!
The head tag contains any Metadata. So specific information about the webpage like its title, scripts and css files.
Metadata is pretty much data that explains other data so its explaining your website to services like google. So in the head tag you might have some metadata that says keywords to my website is "learning" and then google (and other services) know your website is something to do with learning.
when i do the slash its showing red color why does it do that
keep up the good work,its extremely helpful
I thought the tags were and the content in it is defined as an element?
Thank you! Great video.
holy crap this was useful thank you very much!
Can i use an image as a button?
what program are you using..?
Great video😀
What do you have below extensions in your visual studio?
what app are you using?
thanks for the series please keep videos coming!
And will you explain to us what is the difference between HTML and HTML5 or CSS and CSS3?
Thank you for makingit for beginner and what is used in a real environment
You are the best. Thank you
how is he getting it to auto save and show on a local host/????
what app do you use to write html on?
I can't wait for more videos!
@@amarjoshi5059 what
@@ArNeN_osu www.stackoverlode.com/web-development/html
These updated videos have better display, easier to see.
When is the next video?
Awesome video thank you!
Good vid. I use both vs code and atom. I like atom a bit more than vs code more for its flexibility and community developed addons..
Great video. I am waiting for more videos
More are coming out this week!
How to explain html code which we have used
hi will i have been watching your videos for a while now and they helped me real good. I wanted to ask when will u be uploading php tutorial videos
p.s why did u stop using sublime
I'm not so sure if I'll be doing PHP videos anytime soon. I'd personally steer people to Node.js any day, but I may also teach some PHP. We'll see! I used sublime for a LONG time, but vscode has won me over due to a cleaner user interface, REALLY nice features that are always kept up to date, and really good and easy community support for packages and an easy way to install and manage them.
Overall, VSCode can do almost everything you want an editor to do right out of the box.
Thank you Sir for such an humble reply i am more like a huge fan of you and your videos. You have such a fluent and beautiful accent. One more thing i wanted to ask HTML,CSS,JAVASCRIPT these all are front end development languages right could you please upload a video regarding how we can do jobs online with front end development(HTML,CSS,JAVASCRIPT etc) on like upwork or freelancer it would be a huge help
P.s Are WordPress tutorials will also be coming in future.
If you watch this video: th-cam.com/video/gVXcqO9A1vo/w-d-xo.html, I cover ALLLLLL the little details, tools, etc that HTML + CSS + JS entails. It sounds overwhelming at first, but it's not too bad to learn. I also explain what jobs are out there and what it takes for each job.
@@learncodeacademy hi brother today i created my first website although it was for my sister it was all thanks to your videos and your teaching way
www.hibaarshadali.com
please check it out and rate it for me thanks SIR
@@abdulrehmanarshad354 www.stackoverlode.com/web-development/html
Oh my days your amazing
This video is so clearly
amazing...much thanks to you.
Thanks guys but the web is small can't see from your pic
thanks for all the videos.....
Hello sir !! im sorry but i have a question ,why does my live server doesnt work ,like its not updating automatically ,im really sorry but i need your help i graduated as a computer science student from china during covid and i missed aloot
Visual studio isn’t giving updates anymore on certain operating systems
Useful. Thanks
Thanks a million 😇
this man taught a whole ass computing language in 10 mins
Is this still works in 2025? I’m just starting to do web design, can anyone give me idea? Thank you
Thanks a million.....😇
Thanks for your videos.
html is easy learn since theres not many key words! im experienced with java script so CSS is the only one to learn now.
waiting for the css part 👍👍
Are these 33 videos sufficient to learn web development?
What do you think.
thank you this is really helpful and its fun
Isn't bold and italics part of CSS, not HTML? (Since those functions are about *how it looks* .)
Which IDE you are using?
looks like visual studio code