Skip to main content
The tag to start the HTML document. Used in most documents. Other tags like <body> may be also used.
<html>
<head>
<title>Test webpage</title>
</head>
<body>
<h1>Hello, world!</h1>
<p>This is a example of a test page, you can check your browser if works with this!</p>
</body>
</html>
<html> by MihaiPopa2 August 3, 2023
Related Words

<html> <head> 

two tags in html
html is a programming language to code websites
to start an html website start with: <html> <head>