Programming Code Center(PCC)
[HTML]

(PCC)::[hello-world-in-html-language]::[html]

File Name : index.html

<!DOCTYPE html>
<html>
    <head>
        <!-- head definitions go here -->
    </head>
    <body>
        <!-- the content goes here -->
        This is sample html code.
    </body>
</html>

Output :

This is sample html code.