Basics of HTML

In this lesson, we’ll learn the basics of HTML! By the end of this lesson, you should be able to comprehend and write basic HTML. We’ll cover the following Introduction Tag syntax HTML document structure The <HTML> tag The <head>…
Learn Coding For Free
Learn Coding For Free
In this lesson, we’ll learn the basics of HTML! By the end of this lesson, you should be able to comprehend and write basic HTML. We’ll cover the following Introduction Tag syntax HTML document structure The <HTML> tag The <head>…
In this lesson, we’ll introduce the server-side and the client-side and what languages each uses. We’ll cover the following Introduction Client-side Server-side Introduction So far, we’ve had a high-level overview of how the Internet works, what the web is, how…
After walking through the boring rigorous stuffs, you deserve some fun project. It’s time to walk through a practical example and apply your newly acquired Flexbox skills. Out of the lack of a creative option, I came up with a…
What happens when you switch flex-direction? When starting off with learning the flexbox model, this part was the most confusing. I bet a lot of newcomers to the flex world find it that way too. You remember when I talked…
Learning Flexbox can be a pain in the butt. For most persons, it’s not particularly fun at first. It challenges you to rethink how you’ve dealt with layouts in css. Don’t fret. I really would walk you through all you…
ASCII was the first character set (encoding standard) used between computers on the Internet. Both ISO-8859-1 (default in HTML 4.01) and UTF-8 (default in HTML5), are built on ASCII. The ASCII Character Set ASCII stands for the “American Standard Code…