<html>
<head>
<title>Site title</title>
</head>
<body>
<h1>This is an title!</h1>
<p>This is 1 line of text/\</p>
</body>
</html>
T HERE</script> = here u can insert javascript, & others html supported scripts.
<html> // to define its a html page.
<head> // here title, css doc. & other things will be added.
<title>title</title> // website title that will be shown in tabs in ur browser.
</head> // end the head tag.
<body> // start website content
<h1>Title.com</h1> // to create a title on the webpage
<p>A Simple text paragraph.</p> // To insert text on the website
</body> // to end the content
</html> // to end the html document
<html>
<head>
<title>Site title</title>
</head>
<body>
<h1>This is an title!</h1>
<p>This is 1 line of text/\</p>
</body>
</html>
<html>
<head>
<title>TITLE</title>
</head>
<body>
<h1>title</h1>
START NEW TAGS HERE
NEW TAG IN SAME OBJECTIVE ON THE WEBSITE.
END THE NEW TAG HERE
</body>
</html>
<html>
<head>
<title>TITLE</title>
</head>
<body>
<h1>title</h1>
START NEW TAGS HERE
NEW TAG IN SAME OBJECTIVE ON THE WEBSITE.
END THE NEW TAG HERE
</body>
</html>
Copyright © 2026, NextGenUpdate.
All Rights Reserved.