Webmaster Forums - Website and SEO Help

Web Development and Design => Website Design and HTML => Topic started by: jenniferhelen on January 09, 2017, 04:42:56 AM

Title: What are the new image elements in HTML5?
Post by: jenniferhelen on January 09, 2017, 04:42:56 AM
What are the new image elements in HTML5?
Title: Re: What are the new image elements in HTML5?
Post by: michral86 on April 28, 2017, 07:31:39 AM
The new image elements in HTML5 are Canvas and WebGL.
Canvas is a new element that acts as a container for graphical elements like images and graphics.
Coupled with JavaScript, it supports 2D graphics.
WebGL stands for Web Graphics Language, a free cross-platform API that is used for generating 3D graphics in web browsers.
Title: Re: What are the new image elements in HTML5?
Post by: lollipopp on May 14, 2017, 05:26:51 AM
New graphics elements are canvas and svg. While image syntax is same as before which is img And you can use style to determine it's width and height. All the things are same as previous versions.
Title: Re: What are the new image elements in HTML5?
Post by: kentowin on February 19, 2018, 04:10:13 AM
The new image element in HTML5 are : <canvas> and <svg>