Sumali sa IDNStudy.com at makuha ang mabilis at kaugnay na mga sagot. Makakuha ng impormasyon mula sa aming mga eksperto, na nagbibigay ng detalyadong sagot sa lahat ng iyong mga tanong.

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).​

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 class=

Sagot :

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>