lesson 1
lesson 1
What is HTML?
What is HTML?
HTML is the language used to structure webpages. It tells the browser what things are on a page, such as headings, paragraphs, images, and buttons.
HTML uses elements to tell the browser what something is.
For example:
<h1>Hello, world!</h1>
<h1> tells the browser that this is a heading.
Change the text inside the </h1> below and watch the preview update once you press Run.
Change </h1> to a heading that says your own name.
Next - Lesson 2: HTML Headings & Paragraphs