How to add viewport meta element for creating responsive web pages in HTML

1 Answer

0 votes
<!DOCTYPE html>
<html>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<body>

</body>
</html>

 



answered Dec 29, 2018 by avibootz
...