RWD Intro


What is Responsive Web Design?

Responsive web design ensures your website appears attractive on every type of device.

Responsive web design relies on HTML and CSS alone.

Responsive web design is not a software or a piece of JavaScript code.


Designing For The Best Experience For All Users

Web pages can be seen on various devices like computers, tablets, and phones. Your webpage should appear nice and be simple to use, no matter what device someone uses.

Web pages should adjust their content to fit different devices instead of cutting out information for smaller screens.


Responsive web design means using CSS and HTML to change the size, visibility, or position of content so that it appears well on all types of screens.

Don't fret if you're having trouble grasping the example below. We'll dissect the code piece by piece in the upcoming chapters.