Html Css And Javascript Style Guide

html-css-and-javascript-style-guide

html-css-and-javascript-style-guide

User Manual: Pdf

Open the PDF directly: View PDF PDF.
Page Count: 33

Scroll down to view the document on your mobile browser.
Udacity Nanodegree Style GuideUdacity Nanodegree Style Guide.html[2/3/15, 5:07:51 PM]HTML  CSS  JavaScriptUdacity Frontend Nanodegree Style GuideIntroductionThis style guide acts as the official guide to follow in your projects. Udacity evaluators will use this guide to grade your projects. There are many opinions on the "ideal" style in the world of Front-End Web Development. Therefore, in order to reduce the confusion on what style students should follow during the course of their projects, we urge all students to refer to this style guide for their projects.General Formatting RulesCapitalizationUse only lowercase.All code has to be lowercase. This applies to HTML element names, attributes, attribute values (unless text/CDATA).Not Recommended:<A HREF="/">Home</A>Recommended:<a href="/">Home</a>Trailing WhitespaceRemove trailing white spaces.

Navigation menu