Q&A
Ask and answer questions to make information more available to wider audiences.
Katelyn Linton @lintonkatelyn   15, Jun 2023 12:00 AM
HTML5 and its new features
What is HTML5? What are some of its new features that were not present in HTML?
answers 2
 
Answer 1
Anthony Bearcub @anthonybearcub   21, Jun 2023 01:27 PM
In HTML5, web SQL databases are used to store data temporarily. Previously, only the browser cache was used.

Some elements have been removed – applet, isindex, noframes, acronym, dir, font, frame, frameset, and big are removed. 

New elements have been added – time, summary, aside, audio, command, and data.

 
Answer 2
Aiden Barti @aidenbarti   21, Jun 2023 12:48 PM
HTML5 supports SVG, canvas, and other virtual vector graphics. In HTML, vector graphics can only be used with Flash, VML (Vector Markup Language), or Silverlight. 

HTML5 allows JavaScript to run within a web browser. The previous version allowed JavaScript to run in the browser interface thread.

HTML5 is not based on SGML. It comes with enhanced parsing rules for improved compatibility.