1/6
<!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <h1>My First Heading</h1> <p>My first paragraph.</p> </body> </html>
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
<!DOCTYPE html.
This declaration defines the document type and version of HTML being used. It helps the browser interpret the content correctly.
<HTML>
the root element of an HTML page
<head>
contains the meta information about the HTML page
<title>
specifies a titles for the html page, which is shown in the brower’s title bar/ the page’s tab
<body>
defines the document’s body which contains all of the visible content of the page
<p>
defines a paragraph
<h1>
large heading