Monday 11 January 2016

How to create SEO friendly responsive web page using CSS

css.png
All the website are open from various screen sizes from a small mobile phone to large screen computer, so we required a webpage which adapt according to the various screen size and OS system like android phone, iPhone, Linux Ubuntu, Windows PC and Mac computers.
In my previous blog post, we discussed about How to create SEO friendly responsive web page in HTML5 . you can use css programming for the same. for making an responsive web page you required to have a separate css file or you can add some line of code to you html file. In this tutorial, we are focusing on link to external css file.
  1. <div class="w3-container w3-teal">
  2. <h1>CSS File Header</h1>
  3. </div>

  4. <img src="img&#95;car.png" alt="Car" style="width:100%">

  5. <div class="w3-container">
Here is not the end. To view the full Blog about How to create SEO friendly responsive web page using CSS visit Findnerd.
Also Explore Findnerd to view such more blogs on various Technologies such as iOS, Android, Java, C, C++, Javascript Blogs etc.

No comments:

Post a Comment