I am working on web development but i want to develop website in such a way that it will also compatible with mobile/ smartphone devices. Can anyone give me instruction step by step which is necessary for developing mobile compatible website? Looking forward for reply.
One way to go about this is to adapt your site's layout to the width of the device it's being viewed on using CSS3 media queries.
This is also known as responsive design: http://en.wikipedia.org/wiki/Responsive_web_design
You would need to do a bit of learning in responsive design. You can also take a look at the Bootstrap responsive design framework from twitter, many startups use it now a days and its fairly easy to get started with.
Bookmarks