Basic HTML Tutorials Welcome! This tutorial will introduce you to the basics of HTML (HyperText Markup Language), the standard markup language for creating web pages. Table of Contents What is HTML? HTML Document Structure Common HTML Tags Creating Links and Images Lists in HTML Adding Comments Conclusion What is HTML? HTML stands for HyperText Markup Language . It is used to create the structure of web pages using elements called "tags." HTML Document Structure Every HTML document has a bas...