Semantic HTML - How to Write Clean Code (Beginner)

Поделиться
HTML-код
  • Опубликовано: 18 май 2020
  • In this video, we are going to learn about Semantic HTML. This video is best watched on a computer or laptop and does require the basics of web development, including separation of concerns, and a text editor. If you need to learn about those check out my last two videos in the description.
    Learn Web Development Fundamentals in 12 minutes (Beginner)
    - • Learn Web Development ...
    Separation Of Concerns Web Dev in 15 minutes (Beginner) - • Separation Of Concerns...
    Here is a link to VSCode Editor
    code.visualstudio.com/download
    Check me out on the internet
    ethaneisenhard.com/
    / ethan.eisen. .
    / ethaneisenhard

Комментарии • 36

  • @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 3 месяца назад

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

  • @MsCellobass
    @MsCellobass Год назад +1

    Fantastic man! That helps! Thank you!!

  • @maricarseril1352
    @maricarseril1352 Год назад

    This video really helped me. Thank you very much!

  • @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.

  • @Tobbe628
    @Tobbe628 2 года назад +2

    I wanted the 2nd video mate! :D

  • @stanikbr
    @stanikbr Год назад

    very clear! thank you

  • @mckayhba360
    @mckayhba360 3 года назад +1

    Thanks Ethan! Great video :)

  • @labitnelsonlangan4478
    @labitnelsonlangan4478 Год назад +1

    Waoh so powerful thanks very much sir it is very helpful

  • @GWE635
    @GWE635 11 месяцев назад

    Hidden Gem💎

  • @johnpeterson347
    @johnpeterson347 2 года назад

    great video thanks man

  • @densyo1502
    @densyo1502 Год назад

    Thank you!

  • @ShreyasSane
    @ShreyasSane 4 года назад +1

    Nice and useful tips dude ✌🏼

  • @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

  • @mahendranath2504
    @mahendranath2504 Год назад +1

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

  • @TheJacklwilliams
    @TheJacklwilliams 2 года назад

    Nice!

  • @Judy-sp4ry
    @Judy-sp4ry 8 месяцев назад +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.

  • @khemmanutpongparsert4735
    @khemmanutpongparsert4735 Год назад

    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

  • @fufonecarter2489
    @fufonecarter2489 3 года назад +2

    Is there a link to follow up video?

    • @ethaneisenhard
      @ethaneisenhard  3 года назад +2

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

  • @Martin958
    @Martin958 Год назад

    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 Год назад

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

    • @Martin958
      @Martin958 Год назад

      @@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 Год назад

      @@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!

  • @jeprodigalson792
    @jeprodigalson792 3 года назад +4

    You can still use Divs and write clean code.

    • @juanortegaa6916
      @juanortegaa6916 2 года назад +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 Год назад +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 Год назад

    aaaaaaaaalso 3,200th like

  • @hengdaragamer6498
    @hengdaragamer6498 Год назад

    00

  • @dabbopabblo
    @dabbopabblo Год назад

    There's no such thing