Intel XDK: Controls 3: HTML5 and the image widget in Intel XDK
figure is the new HTML element in HTML5 and it contains figcaption element which is also new in HTML5. image is only one of the things that can be represented by figure . You use the image widget in the CONTROLS/COMMON section of Intel XDK. imagewdiget_01 You just drag this from COMMON and drop it on the page (as you enter the page you should see a broad orange border around the active area). By default the Strabburg.jpg gets entered as the image as shown. imageWidget_02 With the following properties that you can use: imageWidget_03 The html code for this inserted image is: imagewidget_04 The scale-image style specifies a width of 200px of unspecified height If we modify the properties as shown: imageWidget_05 The HTML gets modified as shown: imageWidget_06 The W3C recommendation for the image is the following ( https://www.w3.org/TR/html5/embedded-content-0.html#examples-of-scenarios-where-users-benefit-from-text-alternati...