
Of course, the HTML tags themselves are not displayed in the browser (unless you make a mistake writing them!). When the browser reads this, it knows to display the sentence as described: This text should be bold. So, when you use the “bold” tags, you’re essentially telling the browser to display this sentence in bold: This text should be bold. The browser then reads the file and follows the instructions to render the page in a certain way -as provided by the HTML tags. Once the document is complete, the author saves it as a html file and opens it in their internet browser. We’ll explain how to actually write tags in the next section. They are marking the enclosed text as “bold” -hence, the “markup” element of HTML. What are HTML tags?Įssentially, HTML tags are markers which tell the browser how the enclosed text should be displayed. The author then fills their HTML document with a series of HTML elements, using HTML tags. Quite simply, HTML works by telling the internet browser how to display the page.įirst, the author uses a basic text editor on the computer (such as TextEdit for Mac) to create their HTML document. We’ll talk more about tags later.įinally, HTML is a language -pretty self-explanatory, right? 2. This part refers to HTML tags and the text inside them. You can click on these links to jump to other pages or sections of text. This is basically text that contains links to other texts.

It was created by physicist Tim Berners-Lee in the late 1990s and, like all programming languages, has been continuously revised and updated over the years. HTML describes how a document should be displayed by an internet browser. HTML stands for Hypertext Markup Language -and, as previously mentioned, it’s a computer language used for the creation of websites.


Ready to get started with HTML? Let’s go. In this post, we’ll provide the ultimate introduction to basic HTML.īefore we start, don’t panic. This guide is aimed at anyone and everyone -no tech knowledge required! If you’ve never touched it, however, it can seem like one of the internet’s biggest mysteries. Once you’ve got the hang of it, writing and working with HTML is a breeze. If you’re considering a career in web design or development, knowing this language is an absolute must -but even in other professions, like digital marketing, a bit of HTML can come in handy. Essentially, HTML is a basic programming language used for creating websites.
