In this article I will share with you my overview about the free code camp HTML course on Youtube.
This is Youtube link: HTML Course From FreeCodeCamp
I will share details what I have learned and what were my questions that I did not understand in the HTML course. This way I want to list all questions that needs to be answered to the beginners who start to learn HTML.
I want to gather informations what I have learned in the tutorial so I can share that with you so you can learn also. I will put my knowledge here so this can help you understand in simple language that beginners can understand.
At the start I would like to see all the steps I need to take. These are the steps I have took:
Each html page starts and end with html tag. Html tag is
<html></html>
By making this sentence I have learned that there are <pre> tag that are used to show content that sticks out like the html tag above.
I have added meta part in the head section with details about the author and description what this page is about
Because if I am a beginner I do not understand how to get around all the tools and applications you usually use. The instructor should have in mind that I do not know anything. And by that I mean now knowing how to create a folder inside VS Code.