HTML5 Tutorial HTML5 is the latest and most enhanced version of HTML. Technically, HTML is not a programming language, but rather a mark up language. Overview The new standard incorporates features like video playback and drag-and-drop that have been previously dependent on third-party browser plug-ins such as Adobe Flash, Microsoft Silverlight, and Google Gears. Browser Support The latest versi..
출처(Tips and Tricks 부분만 발췌): https://google.github.io/styleguide/javascriptguide.xml Google JavaScript Style Guide Tips and Tricks JavaScript tidbits True and False Boolean Expressions The following are all false in boolean expressions: null undefined '' the empty string 0 the number But be careful, because these are all true: '0' the string [] the empty array {} the empty object This means that ..
HTML Tutorial HTML stands for Hyper Text Markup Language, which is the most widely used language on Web to develop web pages. Overview Basic HTML Document Hello World! The Declaration The declaration tag is used by the web browser to understand the version of the HTML used in the document. Current version of HTML is 5 and it makes use of the following declaration: Basic Tags Line Break Tag The t..
- Total
- Today
- Yesterday