- 1

How can i create a web page using HTML and CSS for both Mobile and PC?

How can i make my site both for mobile and pc?

23rd Apr 2020, 4:32 PM
Shoaib Akhtar
Shoaib Akhtar - avatar
4 Respostas
+ 1
The easiest solution, at long term, is certainly to learn and be skilled to well-tested css frameworks (less or more helped by dedicated js parts), even if I personally prefer handling all by myself and reinvent the wheel (but I'm only coding for my pleasure and providing food for my mind, not for a boss or clients in purpose of earning money -- even if I'm missing money major of my life time :P)
25th Apr 2020, 6:48 AM
visph
visph - avatar
0
You can Use Bootstrap for making webpages responsive. Bootstrap is a CSS Framework, allowing you to make responsive web pages. But I personally use JavaScript.
23rd Apr 2020, 5:17 PM
Taranjeet
Taranjeet - avatar
0
Taranjeet in between a css framework and use of javascript, there's the vanilla css way, using relative units and media queries ;)
25th Apr 2020, 6:01 AM
visph
visph - avatar
0
visph I too don't use frameworks. I was trying to give an easier solution. I generally use vanilla CSS and vanilla JavaScript
25th Apr 2020, 6:31 AM
Taranjeet
Taranjeet - avatar