Riya Kumari has Published 74 Articles

Internet Explorer 8 will not modify HTML5 tags in print stylesheet

Riya Kumari

Riya Kumari

Updated on 12-Oct-2022 14:04:07

165 Views

While doing a print style sheet, you need various HTML5 tags like , , , etc., which are used for different layout options to your web page which is to be printed. Chrome, Firefox and Internet Explorer9 enables the users to use such HTML5 tags in their browsers. However, ... Read More

Fractional font sizes for HTML5 Canvas?

Riya Kumari

Riya Kumari

Updated on 12-Oct-2022 13:24:15

534 Views

HTML5 canvas API enables the developers to write text on an HTML page in the different ways such as in a canvas. Different browsers provide various kinds of font sizes on the HTML5 canvas specially when the font sizes are floating numbers like 2.456 px, 3.4 px etc. So, how ... Read More

Crop Canvas / Export HTML5 Canvas with certain width and height

Riya Kumari

Riya Kumari

Updated on 12-Oct-2022 13:20:05

1K+ Views

HTML5 canvas allows the users to draw or create 2D graphics in any web page. Suppose you want to crop a part of the canvas created on the web page and export it to any other area of the web page, then you can do it using javascript. For example, ... Read More

Can I play the same sound more than once at the same time with HTML5?

Riya Kumari

Riya Kumari

Updated on 12-Oct-2022 13:08:45

1K+ Views

Suppose you want to make a quiz app. In it, if you click the wrong option, an audio will be played in the background saying “wrong answer”. But if you click two or more options simultaneously which are wrong, you won’t be able to hear the sound as many times ... Read More

Previous 1 ... 4 5 6 7 8
Advertisements