Thursday, December 15, 2011

Here is what is being said about HTML 5....

There’s a great story about a university who, when building their campus, didn’t create any walking paths. They just planted grass and waited.
A year later, the grass was all worn out where people walked most frequently. So that’s where the university paved the actual sidewalks.
It makes perfect sense! The sidewalks were exactly where people actually walked.
The HTML5 new semantic elements were based on that exact same logic

http://msdn.microsoft.com/en-us/hh549253

 

No comments:

Post a Comment

Open default email app in .NET MAUI

Sample Code:  if (Email.Default.IsComposeSupported) {     string subject = "Hello!";     string body = "Excellent!";    ...