<!DOCTYPE html> <html> <head> <meta charset='UTF-8'> </head> <body> <p>meta tag is always written in the head tag.</p> <p>character set used here is 'utf-8'</p> </body> </html>
Run
×
Share