html meta boilerplate

Solutions on MaxInterview for html meta boilerplate by the best coders in the world

showing results for - "html meta boilerplate"
Jacopo
10 Feb 2020
1<head>
2 	<meta charset="utf-8">
3 	<meta name="viewport" content="width=device-width, initial-scale=1.0">
4 	<meta http-equiv="X-UA-Compatible" content="IE=edge">
5
6</head>