Activity 4- Coding Directions: Write the correct HTML tag or code given the following specifications. Write your answer in the provided Answer Sheet. (5 points each).

Answer:
Explanation:
A.
<video align="center" src="wiseman.mp4" width="320" height="240" autoplay> </video>
B.
<audio src="./donkey.mp3" autoplay muted> </audio>
C.
<style>
h1 {
color: green;
}
</style>