HTML5
HTML5 has fewer plug-ins like the ability to standardize how audio and video are presented on a Web page. It introduces the <video> element designed to remove the need to install 3rd party add-ons and plug-ins like adobe flash player. It also adds the <audio> element too that allows pages to smoothly add audio files.
import math
print(math.pow(8, 0.5))
You can find the square root of any number by squaring it by 0.5
Answer:
See attached picture.
Explanation:
See attached picture for detailed explanation.