My Page

Hello!

This is text.

Save this as mypage.html on your computer. Open it in Chrome or Firefox – you see a page! Try It Add your name in

. Change the text in

. Show me your code next. Then we learn colors with CSS. what is HTML tag HTML tags are simple instructions wrapped in angle brackets < > that tell the web browser how to show content on a page. ​ They usually come in pairs: an opening tag like

to start something (like a paragraph), and a closing tag like

to end it, with your text or stuff in between. Common Examples

Your Title

makes a big heading. ​

Your words here.

makes normal text. ​ adds a picture (no closing tag needed). ​ Try putting

My Name

in your HTML file to see it work! Follow-ups Give simple examples of common HTML tags How to write a basic HTML structure What are self-closing HTML tags Difference between HTML elements and tags Common mistakes beginners make with HTML tags