Semantic HTML - How to Write Clean Code (Beginner)

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 ม.ค. 2025

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

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

    Man, your tutorial is really good. It’s a shame you stopped uploading.

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

    It's just awesome. I thought it's highly impossible to learn about semantic HTML in less than 30 mins. Great work.

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

    You're very good at explaining, thank you. Good work!

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

    Wooow great video bro! It's sad that your channel don't have more subs. Please make more videos like this and all the best

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

      Thank you so much! I am working on the next video, I appreciate the support.

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

    Hidden Gem💎

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

    I wanted the 2nd video mate! :D

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

    Waoh so powerful thanks very much sir it is very helpful

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

    Fantastic man! That helps! Thank you!!

  • @Judy-sp4ry
    @Judy-sp4ry ปีที่แล้ว +1

    Can you make a video about creating a website using purely html..plsss
    And also thank you for this video it was very helpful.

  • @maricarseril1352
    @maricarseril1352 2 ปีที่แล้ว

    This video really helped me. Thank you very much!

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

    Thank you so much 😊 👍👏🙌🏻👐🏻🤝 , subscribe and liked

  • @densyo1502
    @densyo1502 2 ปีที่แล้ว

    Thank you!

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

    Nice i am learning a lot. One question though, how would you swap the nav with the header so that they are in the same position as shown in the outline or template? Nevermind I seen it. Thanks this is awesome! Helped a lot

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

    Great video! You should definitely make a follow up

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

    Thanks Ethan! Great video :)

  • @stanikbr
    @stanikbr 2 ปีที่แล้ว

    very clear! thank you

  • @Martin958
    @Martin958 2 ปีที่แล้ว

    Why was there some padding on the bottom of the green header element when you applied the border to the body element, but no padding top, right or left?

    • @0x007A
      @0x007A 2 ปีที่แล้ว

      Default CSS styles. You can reset the defaults to remove any or all default stylings.

    • @Martin958
      @Martin958 2 ปีที่แล้ว

      @@0x007A So you could have lost that bottom padding by doing padding:0 in the same way as you did margin:0? I wonder why they left that padding in there by itself as a default style.

    • @0x007A
      @0x007A 2 ปีที่แล้ว

      @@Martin958 yes.

      * { border-width: 0; margin: 0; padding: 0; display: border-box; }
      body { border: 15px solid blue; height: 100vh; }
      header { border: 5px solid green; height: 100px; }
      nav { border: 5px dashed yellow; height: 25px; position: relative; margin: 30px 50px 30px 700px; width: 50%; }
      p { color: green; margin: 15px 25px; }




      Hello!
      World!

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

    Is there a link to follow up video?

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

      I am working on the next video! Did this one help? Appreciate you checking the video out.

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

    Nice and useful tips dude ✌🏼

  • @johnpeterson347
    @johnpeterson347 2 ปีที่แล้ว

    great video thanks man

  • @khemmanutpongparsert4735
    @khemmanutpongparsert4735 2 ปีที่แล้ว

    thank you so much

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

    Thank you for making this video.
    But I think it would be better to explain where and how to use that tags. I mean, how to make a good template. The problem is making that good template, if we have a template, it is easy to just follow that. Thanks

  • @TheJacklwilliams
    @TheJacklwilliams 3 ปีที่แล้ว

    Nice!

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

    You can still use Divs and write clean code.

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

      Inside header, main, section, footer then yeah but with a good documentation/Comments, but if you only use divs for everything is not good for acceisbility such as screen readers and even for the SEO, cuz the robot of google browser would not know what is the main section just as an example.

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

    Nice tutorial, you don't deserve having a few subscriber's, so should upload videos like this more often to get more views and followers

  • @hassanaslampro1261
    @hassanaslampro1261 2 ปีที่แล้ว

    aaaaaaaaalso 3,200th like

  • @hengdaragamer6498
    @hengdaragamer6498 2 ปีที่แล้ว

    00

  • @dabbopabblo
    @dabbopabblo 2 ปีที่แล้ว

    There's no such thing