What to do first?
Hello there, I am newbie, I wanted to know which one is good practice, either to first HTML first of full page and then write CSS and media queries, or to write HTML, CSS and media queries together?
4 Replies
I like writing the html first
Complete the markup and then move to the css part and finally media queries
you mean, html first of full page, then write css of full page, and then at the end, use media quesries?
its what you prefer really, some work best combining them, some work best doing 1 by 1
he does indeed mean first full html, then css and finally concern yourself about the media query
I too go around it that way,
I first write the html structure, then the javascript, then the css and when all that works id go over to the mediaqueries