We stream on Twitch every Saturday and later we upload the recording on YouTube. Our videos have no disruptions and are very informative. Google may show you ads at the beginning of video that you can skip but we show no ads during the video. If you appreciate this video, press the like button or add a comment. In the future we will have new sessions that will be better and more advanced. Enjoy!
HTML stands for Hyper Text Markup Language. It is a data oriented language and looks like XML. Both languages are markup languages based on tags. These are keywords enclosed in angle brackets.
One opening tag looks like this: <tag>. Each opening tag has a closing tag that look like this: </tag>. Each tag has specific attributes and functionality. There are about 30 tags to learn before you can say you know HTML.
After learning HTML tags you need CSS for making the pages pretty. Then you can continue with JavaScript. At first you will probably be confused by different notations. We present only the essentials to give you a quick start. You should check the official documentation for more details.
We have covered only the fundamental concepts. If you wish to learn more you can follow external references provided below. These references are required readings for expert website developers. Next two are the best reference documentation you will ever need.