HTML5 Elements
6 pages tagged “HTML5 Elements”
-
What is ugly HTML?
Yesterday, someone asked me the question: “What is ugly HTML?” And I realized that this isn’t necessarily an obvious thing. HTML is often ugly simply because of how it looks, this mostly centers …
-
Learn the HTML Elements Removed from HTML5
There are several HTML 4 elements that have been removed from HTML5. In order to use HTML5 correctly, you should stop using these elements. In HTML 4 elements that removed from the specification are …
-
Learn the New HTML5 Elements
One of the first things you want to learn when you start learning HTML5 are the new elements. There are several new HTML5 elements to add new features and functionality to HTML5. New HTML5 Elements …
-
Drag and Drop upload–the final step
Many tutorials on drag and drop with HTML5 do everything but the actual upload step. This is because that step requires server interaction and scripting–you can’t just use JavaScript. But the HTML5 …
-
The TIME Element Has Been Removed in Favor of DATA
As of October 29th there is a new element in HTML5: DATA. The DATA element is for defining content that has both human- and computer-readable data. Some examples of this are: Dates and times Numbers …
-
Do you want to solve an HTML5 puzzle?
I’ve been working on HTML5 drag and drop this week, and I’ve created a simple puzzle that you can play with in any HTML5 browser: HTML5 Drag and Drop Puzzle Yes, it’s a pretty easy puzzle, but I do …