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