Wednesday, April 2, 2014

Developing in HTML5 with JavaScript and CSS3 Jumpstart self accessment answer key (Microsoft virtual academy)


http://microsoftnotes.wikispaces.com/Section+1+HTML5+Semantic+Structure
If complex, SVG will be slow in rendering.

You can mark a field as required in an input form by either using a bare required attribute or setting a required attribute equal to required.
For example: <input type="text" required /> or <input type="text" required="required"

SVG images can be searched within a DOM.

Figure is the Semantic tag for grouping stand-alone content. Like video or image.

Footer is the Semantic tag for Providing author, copyright data.

No comments:

Post a Comment