Summary 1

September 6th, 2024

Topic #1: Talk HTML Language

HTML is basically considered its own language when creating new websites. The elements of HTML all work together in order to provide the web with the information needed to complete the website and display it properly. HTML dates all the way back to 1991 only two years after the world wide web was invented.

Topic #2: Tag Along with Tags

While working on HTML there are a lot of specifications that are defined by tags within. Some of these tags are as simple as one letter like, <p> for the start of a paragraph. Some are a bit harder to “understand” being that <a> stands for a link, it is an a because oftentimes a link is referred to as an anchor. Tags are the basics of what makes HTML.

Topic #3: The Key Element

When working with HTML the most simple things can make the biggest differences. An HTML element may be simply explained by saying there is a “start tag, some content, then an end tag”. The absence of a single mark can cause the element to not appear or work correctly. But pay attention, as if you forget something as easy as an end tag, it may appear on your screen but not on the web!