How to optimize site for mobile?
Archived 2 years ago
I
lamo_ISHANT
I have made a website on desktop using HTML and CSS. When i run that website on mobile it shows desktop site i have to zoom to view details of website. What can be done to optimize it? if you know the answer please modify the following code.
<!DOCTYPE HTML>
<html>
<head>
<title> Trial </title>
</head>
<body bgcolor = "blue">
optimize for mobile.
</body>
</html>
