(PCC)::[hello-world-in-html-language]::[html]
<!DOCTYPE html> <html> <head> <!-- head definitions go here --> </head> <body> <!-- the content goes here --> This is sample html code. </body> </html>