23/08/2020
https://developer.mozilla.org/en-US/docs/Learn/Getting_started_with_the_web/HTML_basics
If you like some light reading...it's good to review technical aspects of Web Development :)
Because next week we're diving into it a little more deeper on most commonly used libraries...
Have fun
HTML is not a programming language; it is a markup language that defines the structure of your content. HTML consists of a series of elements, which you use to enclose, or wrap, different parts of the content to make it appear a certain way, or act a certain way. The enclosing tags can make a word o...