Red Security

Full Version: html
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how to create an index page for website.
Hi didn't understand, I hope you edit a thread or write more detail about your question?
<!DOCTYPE html>
<html>
<head>
<title>Page title</title>
</head>
<body>

<h1>This is a Heading</h1>
<p>This is a paragraph.</p>

</body>
</html>