Digging In To HTML Fundamentals
HTML has many fundamentals to be aware of. Whether we’re dealing with HTML comments, HTML whitespace, Block Level elements, or inline elements, there are several building blocks to memorize. Knowing these important key concepts will pave the way for our HTML5 learning. Let’s jump right in!
Whitespace and Comments
Whitespace is a term that describes characters which do not usually display anything when rendered on a page.…