0
17
KKKhalid Khan
The HTML code above declares that the document is in English, has a UTF-8 character set, and has a title.
Shortcut: html.start
html.start
0 Comments
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title> Title </title> </head> <body> </body> </html>