HTML and CSS Editors and HTML Intro

Subscribers:
1,220
Published on ● Video Link: https://www.youtube.com/watch?v=J3BSRl30ULA



Duration: 8:57
8 views
1


Before you create a page you need the right tool. Pick what you want to use. You can use any text editor such as notepad, textpad, and VI, but I expect something like the Cpanel HTML editor https://docs.cpanel.net/cpanel/files/html-editor/, Brackets https://brackets.io/, or Komodo edit https://www.activestate.com/products/komodo-edit/ would be better choices.

Once you have chosen an editor then you should move on to creating your page.

Introduction to HTML and Semantic Elements is a great start. Great resources include

w3schools - https://www.w3schools.com/html/html_intro.asp & https://www.w3schools.com/html/html5_semantic_elements.asp
htmlandcssguidebook - https://htmlandcssguidebook.com/html/html-intro/ & https://htmlandcssguidebook.com/html/html5-semantic/ & https://htmlandcssguidebook.com/html/skeleton-code/
Steve Griffith - https://www.youtube.com/watch?v=KUmuiqV1xME&list=PLyuRouwmQCjncCz8JChyPNRBvm2ONGYa2 & https://www.youtube.com/watch?v=QYqwRttZoWs

I strongly suggest that you create a page and host it before you continue to the next video. Consider creating a page about yourself or things you like. It can be simple and you can make it better as you progress in your learning journey.

Be sure to check and make sure your HTML has no errors, warnings are okay - https://validator.w3.org/