Chapter 9 ASP.NET and Web Standards

The term web standards describes an approach to the use of client-side technologies—primarily (X)HTML, CSS, and JavaScript—that sees them applied in a best-practice manner. Generally, this application of standards means:

creating markup that’s semantically meaningful

This includes practices such as using elements like h1 and h2 to specify headings and subheadings, and using div elements which have meaningful class names to demarcate parts of a page rather than using HTML tables.

achieving good separation of content, presentation, and behavior

This means using CSS for all presentational effects (including font settings, colors, and positioning) and using unobtrusive JavaScript rather than placing ...

Get The ASP.NET 2.0 Anthology now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.