HTML & CSS Full Course - Zero to Hero

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 พ.ย. 2024

ความคิดเห็น • 82

  • @Smoljames
    @Smoljames  11 หลายเดือนก่อน +6

    Complimentary HTML CSS notes 🔥🔥
    github.com/jamezmca/learn-to-code/blob/main/course%20notes/html_css.md

  • @Najm7777
    @Najm7777 9 หลายเดือนก่อน +16

    34:08 -> Use ALT and Left Mouse click to click on the A's to add the Attributes in one go. Barakallahu feek

    • @Smoljames
      @Smoljames  9 หลายเดือนก่อน +2

      you're on the money :P

  • @lawrencecooke8020
    @lawrencecooke8020 7 หลายเดือนก่อน +6

    As an absolute beginner, I found your video so helpful! Thanks so much. I'm a nurse who can no longer practice due to my physical health and I am wanting to jump careers into a HTML & CSS / coding related role. So I will also be checking out your roadmap :) - Larry

  • @mazu3433
    @mazu3433 ปีที่แล้ว +6

    New subscriber here, just began this journey,total 360 from social science😬 , i have no clue what am doing 😅, but i find your videos very helpful n inspiring

    • @Smoljames
      @Smoljames  ปีที่แล้ว +1

      Gotta start somewhere :) Glad you're finding the videos helpful!

  • @muchimi
    @muchimi 5 หลายเดือนก่อน +1

    I'm 67 and re looking at front end web dev. hope that web dev doesn't get replaced by AI.

  • @wideunicorn722
    @wideunicorn722 3 หลายเดือนก่อน +1

    Just found your videos, you deserve a lot more exposure, the way you speak with no bullshit is absolutely amazing

    • @Smoljames
      @Smoljames  3 หลายเดือนก่อน

      Cheers broski :)

  • @evieho7676
    @evieho7676 10 หลายเดือนก่อน +2

    I cannot thank you enough for this! I completed an entire course on Coursera but never even got to practice actually coding like this!!! I love your road map and honestly it is way better than the multiple learning platforms I have used. This is amazing so thank you for helping us fellow beginners who want to break into this job. I did get stuck on getting the icons up though and can't figure out where I went wrong. At least though I can problem solve on my own which I know will be a lot of what being a dev entails. THANK YOU AGAIN

    • @Smoljames
      @Smoljames  10 หลายเดือนก่อน

      Haha I'm glad you've found the video and roadmap helpful :P Super appreciate the kind comment too! If the icons keep misbehaving, you're always welcome to dm me and I can have a looksie too

    • @evieho7676
      @evieho7676 9 หลายเดือนก่อน

      I figured it out but THANK YOU. I appreciate that so much!@@Smoljames

  • @maxfrischdev
    @maxfrischdev หลายเดือนก่อน +1

    Honestly, that analogy/simple comparison with Google Docs was a genious Idea! Well done bro! 👍🏼🤘🏼

    • @Smoljames
      @Smoljames  หลายเดือนก่อน

      Glad you found it helpful brother :D

  • @MikeOuko-gt2hv
    @MikeOuko-gt2hv 9 หลายเดือนก่อน +3

    Thanks for the video , finished creating the page today, tutorial was easy to follow and understand

    • @Smoljames
      @Smoljames  9 หลายเดือนก่อน

      Glad you enjoyed it my friend :P

  • @aarongarcia3296
    @aarongarcia3296 ปีที่แล้ว +8

    Thank you for the work you do to help out a lot of beginners!

    • @Smoljames
      @Smoljames  ปีที่แล้ว +2

      Happy to be of service :)

  • @pah4955
    @pah4955 ปีที่แล้ว +6

    I was literally just thinking of trying to code the google homepage. Thanks for the video!

    • @Smoljames
      @Smoljames  ปีที่แล้ว

      How serendipitous - it's a great starter project :) Hope you enjoyed the video!

  • @ashkankhodaverdi9070
    @ashkankhodaverdi9070 3 หลายเดือนก่อน

    This was a great briefing for a backend developer👌🏽👌🏽. Thanks James

  • @IN-EXORABLE-K
    @IN-EXORABLE-K 6 หลายเดือนก่อน

    This was a great tutorial. Thank you for taking the time to make this video. I have never coded before watching this, but now I know that I can do it.

  • @0x-003
    @0x-003 ปีที่แล้ว +14

    we want more beginner stuff, like how to Fetch data, how to use APIs, etc

    • @Smoljames
      @Smoljames  ปีที่แล้ว +5

      Noted :)

    • @maxfrischdev
      @maxfrischdev หลายเดือนก่อน

      Say "please" 😅

  • @solomonwilder7285
    @solomonwilder7285 ปีที่แล้ว +2

    I might be the dimmest light here but could someone explain when or why I would use a section tag?( Specifically I don't understand why we need a section tag for the header and footer but not for the main)
    Could someone also explain why does an anchor not need to be in a division like so in order to separate the hyperlink?
    Additionally could someone explain the purpose of the tag ? I don't understand the purpose if in the anchor tag we had a hyperlink to the text that will send us to another web page. If the whole point of the is suppose to separate the webpage that will send us to another page, then why is the google search bar not in a if that is going to ultimately send us to another page as well?
    Finally does someone have a better explanation of what a does, or the purpose of it?

    • @Smoljames
      @Smoljames  ปีที่แล้ว +4

      Great questions you've got there - I'll do my best to answer them :)
      1) technically you don't need to use a section tag anywhere. I use sections when I have a whole lot of related content in a section. So think of it as a biiiiggg container, and a div as a smaller container used for everything else.
      2) An anchor tag can be in a division, but it doesn't have to be. It's a rather flexible tag where you could use it like a button, which is just a div that has associated onclick events, except the anchor tag instead relates to a new page. So it can be it's own standalone container if you want to to be.
      3) The nav tag is just another div that has some semantic meaning - essentially it lets screen readers and web crawlers know that site links can be found in here! You could just use a div instead, but it's good practice to use a nav for when you're having site links. Also, navigation links can just be for sections of the current page, they don't necessarily have to refer to a different page. It's single purpose in most cases and is only used for the hyperlinks typically within the header that are related to website navigation.
      4) A span is for where you want to have an inline div. Normally to wrap sections of text for styling purposes or to add attributes to a section of text without creating a new line of content

    • @solomonwilder7285
      @solomonwilder7285 ปีที่แล้ว +2

      @@Smoljames awesome this answers majority of my questions. The last part about span I still don’t get because I looked into div being a block and taking up a whole line and a span is suppose to only take up the required amount inline to the div but what I don’t understand is why for our icons and our google search button and I’m feeling lucky button they are all on the same line ?

  • @realrk95
    @realrk95 3 หลายเดือนก่อน

    Hi James, can you make a course on TypeScript in general (as an addition to your javascript course) and how to define structures for custom types, interfaces, custom props and other custom data formats?

  • @samwisdomsa
    @samwisdomsa ปีที่แล้ว +4

    I am a beginner with no background. I have watched few minutes of your HTML | CSS | JS and following along to build the Google Home page. You don't have a lot of subscribers and views like the BIG guys yet but I can assure you that you will be celebrated soon also in the Tech industry. Your style of delivery and approach is unique. Keep the good work Brother.
    Reply

    • @Smoljames
      @Smoljames  ปีที่แล้ว

      Thanks for the comment my friend :) I appreciate the kind words!

  • @blitzritter7867
    @blitzritter7867 ปีที่แล้ว +1

    This is a very good explanation 4:18, I never thought of it that way before...

    • @Smoljames
      @Smoljames  ปีที่แล้ว

      Haha i'm glad you think so!

  • @Manuel-is2bg
    @Manuel-is2bg 11 หลายเดือนก่อน +4

    Thanks for the tutorial 👏👏💚

    • @Smoljames
      @Smoljames  11 หลายเดือนก่อน

      You're welcome :)

  • @rajgopalsahu
    @rajgopalsahu 2 หลายเดือนก่อน

    Thanks man!

  • @tomkraus1610
    @tomkraus1610 ปีที่แล้ว +2

    Transitioning from Software Quality Assurance to Full Stack Engineer using your roadmap, somewhere I messed up with the ".searchBar" and have to restart this project all over again. Oh well, the more experience the better. Thank you for what you're doing. I look forward to being able to say I am a Full Stack Web/ Mobile Developer.
    Also, can you make a short video of VScode shortcuts? or do you have any you would recommend?

    • @Smoljames
      @Smoljames  ปีที่แล้ว +1

      Haha definitely the more experience the better! Well done for not giving up :) I can definitely make a video on VS Code shortcuts!

    • @tomkraus1610
      @tomkraus1610 ปีที่แล้ว

      @@Smoljames Awesome, I look forward to it!

    • @tomkraus1610
      @tomkraus1610 ปีที่แล้ว

      @@Smoljames Also thank you!
      It get's intimidating, but I know it'll get easier.
      "practice makes sufficient"

  • @mosh1987
    @mosh1987 ปีที่แล้ว +3

    Appreciate this, ty

    • @Smoljames
      @Smoljames  ปีที่แล้ว

      Glad you found it useful :)

  • @BeLimitless7
    @BeLimitless7 ปีที่แล้ว +3

    My G dropping dope content

  • @calebdotson519
    @calebdotson519 6 หลายเดือนก่อน

    Hey I left a question in the general discord chat regarding the live server for vsc.

  • @dazai4204
    @dazai4204 9 หลายเดือนก่อน +2

    Amazing

    • @dazai4204
      @dazai4204 9 หลายเดือนก่อน

      Heey Mr james should i get m2 8 GB or m1(16 gb ram not available) for my web developer carrier

  • @gingerbreadstud6836
    @gingerbreadstud6836 6 หลายเดือนก่อน

    the tags are showing blue instead of red for me. Also my browser shows nothing when copying the file over. I'm not sure what I did wrong haha. HALP

  • @ZanSomrak
    @ZanSomrak 11 หลายเดือนก่อน +1

    You're a legend!

    • @Smoljames
      @Smoljames  11 หลายเดือนก่อน

      No you're the legend :)

  • @kevinstelmach5594
    @kevinstelmach5594 7 หลายเดือนก่อน +1

    How did he get to the developer tools?

    • @Smoljames
      @Smoljames  7 หลายเดือนก่อน

      right click on page and hit the inspect option :P

    • @kevinstelmach5594
      @kevinstelmach5594 7 หลายเดือนก่อน

      Thanks James!@@Smoljames

  • @zoki5388
    @zoki5388 ปีที่แล้ว +1

    I hope you'll have time to make video about useReducer hook and typescript

    • @Smoljames
      @Smoljames  ปีที่แล้ว

      Sounds like a great idea!

  • @Kunaltwts
    @Kunaltwts ปีที่แล้ว +2

    can you plese create a roadmap on how to contribute to open source ?

    • @Smoljames
      @Smoljames  ปีที่แล้ว

      I absolutely can! Thanks for the suggestion

  • @paulaneesh7
    @paulaneesh7 ปีที่แล้ว +1

    Sir can we expect some Svelte projects from you for beginners and intermediate level, will be very helpful
    Thanks for all your efforts for providing us with useful content

    • @Smoljames
      @Smoljames  ปีที่แล้ว

      Absolutely, i'll set some up! Svelte is awesome - there's currently a Svelte web portfolio tutorial on my page that you might enjoy, and a few others in the roadmap - www.roadmap.smoljames.com (checkout the frontend frameworks section)

    • @paulaneesh7
      @paulaneesh7 ปีที่แล้ว

      @@Smoljames thanks

  • @SajitIram
    @SajitIram ปีที่แล้ว +1

    Broski for some reeason i couldnt join the discord from the website could you please provide a link in the video description

    • @Smoljames
      @Smoljames  ปีที่แล้ว +1

      Hey mate :) mind letting me know exactly which link you were trying to click so I can fix it? Also here is a link that should work for you:
      discord.gg/BYr6gujs4k

  • @elvingarcia1623
    @elvingarcia1623 9 หลายเดือนก่อน

    How can I install sans-serif with Time New Roman background on my Visual Code? It doesn't appear on my Windows app for the header.

    • @Smoljames
      @Smoljames  9 หลายเดือนก่อน

      Hey mate :P if you post a picture of your code in the discord channel I can take a look!

  • @xKSBx
    @xKSBx 5 หลายเดือนก่อน

    how are these projects communicated to you? do they give you mock ups or do they just describe what they want and let you go?

    • @Smoljames
      @Smoljames  5 หลายเดือนก่อน +1

      You mean the projects in the tutorials? And who do you mean by they?

    • @xKSBx
      @xKSBx 5 หลายเดือนก่อน +1

      @@Smoljames I mean the projects you do for work and whoever you make the websites for.

  • @aishwaryamuralidhar8272
    @aishwaryamuralidhar8272 10 หลายเดือนก่อน +1

    I'm a little stuck around 57:00 mark. My main section is not responding to the css code.

    • @Smoljames
      @Smoljames  10 หลายเดือนก่อน

      Heya! If you post your code in the discord channel I can take a look :P

  • @CodyGilreath-k1v
    @CodyGilreath-k1v 8 หลายเดือนก่อน

    Do you know why my code shows up in different colors? for example, everything that is red for you shows as blue for me like and .

    • @Smoljames
      @Smoljames  8 หลายเดือนก่อน

      If you post your code in the discord channel I can take a look!

  • @nespppp
    @nespppp 7 หลายเดือนก่อน

    Thank you :)

  • @isaacchan2706
    @isaacchan2706 6 หลายเดือนก่อน

    1:13:00 book mark

  • @IronDude673
    @IronDude673 13 วันที่ผ่านมา

    He completed the video in 1 hour but someone to complete it requires 10 hours I mean student

  • @popa4957
    @popa4957 ปีที่แล้ว +1

    hey bro i got here through reddit

    • @Smoljames
      @Smoljames  ปีที่แล้ว +1

      Cool to hear :) hope you found the video useful :)

    • @khaibobe6240
      @khaibobe6240 11 หลายเดือนก่อน

      Same!