<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>my first HTML Doc</title> </head> <body> <!--Document content goes here..--> </body> </html>
Comments 2