This document provides an introduction to HTML basics, including:
- HTML is a markup language used to describe web pages, not a programming language
- HTML uses markup tags to describe web content and layout
- Common tags include <strong> for bold text, <br> for line breaks, and <!--more--> to split articles
- The visual Wordpress editor hides the HTML and makes formatting easier than typing raw HTML
- For troubleshooting issues, it's sometimes necessary to view the HTML source to identify problems