Learn the basics of HTML5 and web development in this awesome course for beginners.

Want more from Mike? He’s starting a coding RPG/Bootcamp – https://simulator.dev/

⭐️ Contents ⭐️
⌨️ (0:00:00) Introduction
⌨️ (0:01:54) Choosing a Text Editor
⌨️ (0:08:13) Creating an HTML file
⌨️ (0:20:31) Basic Tags
⌨️ (0:36:47) Comments
⌨️ (0:42:13) Style & Color
⌨️ (0:48:07) Formatting a Page
⌨️ (0:59:16) Links
⌨️ (1:07:33) Images
⌨️ (1:16:12) Videos & Youtube iFrames
⌨️ (1:23:00) Lists
⌨️ (1:28:53) Tables
⌨️ (1:37:21) Divs & Spans
⌨️ (1:44:54) Input & Forms
⌨️ (1:53:44) iFrames
⌨️ (1:57:21) Meta Tags

Course developed by Mike Dane. Check out his YouTube channel for more great programming courses: https://www.youtube.com/channel/UCvmINlrza7JHB1zkIOuXEbw

🐦Follow Mike on Twitter – https://twitter.com/mike_dane

🔗The Mike’s website: https://www.mikedane.com/

⭐️Other full courses by Mike Dane on our channel ⭐️
💻Python: https://youtu.be/rfscVS0vtbw
💻C: https://youtu.be/KJgsSFOSQv0
💻C++: https://youtu.be/vLnPwxZdW4Y
💻SQL: https://youtu.be/HXV3zeQKqGY
💻Ruby: https://youtu.be/t_ispmWmdjY
💻PHP: https://youtu.be/OK_JCtrrv-c
💻C#: https://youtu.be/GhQdlIFylQ8

Learn to code for free and get a developer job: https://www.freecodecamp.org

Read hundreds of articles on programming: https://medium.freecodecamp.org

And subscribe for new videos on technology every day: https://youtube.com/subscription_center?add_user=freecodecamp

source

28 Comments

  1. I started learning at home like 3 days ago, and i use vscode, the one you recommended would be a little tuff for me since idk a lot about coding, in vscode it changes color and it separate stuff and makes it easy for example yesterday when i was tryna learn just how to add images, tables, spaces in text, there was a code in linking a page to a word <a href=url target=“_blank” the a at the start was dark blue and the href was a light blue so ik they are doing separate things, i was changing the links and the word connected to the link because i think thats pretty cool lol and fun, but i deleted too much and i thought i wrote the same code back but i didint but i found out only because the color showed it to me

  2. Is anyone else having trouble displaying videos? I tried his methods, but only a blank space was created on my website where the video was supposed to be. Even with the "controls" attribute, the video box appeared with all the settings, but there was no video displayed. I found that I needed to use <source> tags within the <video> container tags: <video><source src="" type="video/mp4"></source></video>. While it's great to have a solution, I want to know why this didn't work in case I encounter related problems in the future.

  3. Mike always creates the closing tag immediately. For example, after typing <header>, he immediately types </ header>. Is this part of best practices? Would the purpose be to avoid forgetting to include the closing tag?

  4. Thanks big bro
    Really enjoyed.
    Started using html in second year comp eng.

    Sadly we were expected to know it was thrown in the deep end lol.

    Your video cleared alot and gave me a path to follow

    Thanks bro

Leave A Reply

Please enter your comment!
Please enter your name here