Category: Responsive Web Design
-
Different media features and media types of responsive design
Media queries plays vital role in the responsive web design when the term Media Queries for responsive web design comes up, general thoughts moves around is “media = screen” or “media = print” which is generally used in the web development. But there are other media type which can be used like aural, braille, embossed,…
-
What role is played by HTML5 in responsive web design?
HTML4 or XHTML can also be used for responsive design as responsive design can be achieved using CSS3 media query. Than what role is played by HTML5 in responsive design? Why it is said in the web community that responsive design created using HTML5 and CSS3? Relation of HTML5 and CSS3 HTML5 and CSS3 are…