HTML is an acronym and stands for Hyper Text Markup Language. It is the most basic building block of websites. HTML is used to organize and display information on a web page, and utilizes tags to tell the web browser how to display the content.
HTML can format headings, paragraphs, lists and tables. It can also display images and create hyperlinks to other web pages.
The following post will cover some basic HTML tags that may help you build better web pages with clean and accessible code.
Before you get started there are a couple of things you will need.
- Your favorite web browser (Internet Explorer, Firefox or Safari)
- A simple text editor like Notepad for Windows users or TexEdit on a Mac.
Continue reading →