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. 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 ExamplesYour words here.
makes normal text.
adds a picture (no closing tag needed).
Try putting