In web dev, graceful degredation usually means writing the html first, making sure that it only includes your content and no styling. Then, adding the styling in the form of CSS. Later, adding javascript. Finally, ensuring that if javascript, or CSS is disabled, the reader can still use the site.
In web dev, graceful degredation usually means writing the html first, making sure that it only includes your content and no styling. Then, adding the styling in the form of CSS. Later, adding javascript. Finally, ensuring that if javascript, or CSS is disabled, the reader can still use the site.