Red Security
html - Printable Version

+- Red Security (https://redsecurity.info/cc)
+-- Forum: General (https://redsecurity.info/cc/forumdisplay.php?fid=1)
+--- Forum: Help (https://redsecurity.info/cc/forumdisplay.php?fid=51)
+--- Thread: html (/showthread.php?tid=219)



html - anonranger - 09-27-2017

how to create an index page for website.


RE: html - Mr.Kurd - 09-27-2017

Hi didn't understand, I hope you edit a thread or write more detail about your question?


RE: html - Mr. Nobody - 10-02-2017

<!DOCTYPE html>
<html>
<head>
<title>Page title</title>
</head>
<body>

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

</body>
</html>