Learn Platform
Interactive Courses
Lesson 1 of 4~1 min read25% complete
Introduction to HTML
HTML Tutorial for Beginners
Watch this overview before diving into the exercises below.
Introduction to HTML
HTML (HyperText Markup Language) is the standard language for creating web pages.
What You Will Learn
- What HTML is and why it matters
- How to structure a web page
- Common HTML elements
HTML— TRY IT YOURSELF
Output
Click Run to see your output here
Practice Tasks
- Change the heading text to your name
- Add a second heading using
<h2> - Add a list using
<ul>and<li>tags - Try adding a link:
<a href="https://loctechng.com">Visit Loctech</a>
