This document provides an overview of responsive web design and coding basics for designers. It discusses how print design constraints differ from web, and how responsive design addresses changing screen sizes using fluid grids, media queries, and relative units. It introduces HTML, CSS, and JavaScript, explaining how they work together, and provides examples of common HTML elements and CSS selectors. Key concepts covered include inheritance, specificity, and the cascading nature of CSS.