which tab has commands to insert hyperlink pictures video tables emoticons
Answers
Answer:
HTML - Hypertext Markup Language
It is used to create web pages and web applications . The tags are used in HTML to specify that the document is in HTML rather to create the application or web page.
Tags used for different purposes:
* Pictures - <img>, which defines the image in HTML.
* Video - <video>, which defines the MP4 type video in HTML.
* Tables -
<th> Defines a header cell in a table
<tr> Defines a row in a table
<td> Defines a cell in a table
<caption> Defines a table caption
* Emoticons -
<p style="font-size:100px">😜</p>
<p>I will display 😜</p>
<p>I will display 😜</p>
Each emoticons has its own value.
Answer:It is used to create web pages and web applications . The tags are used in HTML to specify that the document is in HTML rather to create the application or web page.
Tags used for different purposes:
* Pictures - <img>, which defines the image in HTML.
* Video - <video>, which defines the MP4 type video in HTML.
* Tables -
<th> Defines a header cell in a table
<tr> Defines a row in a table
<td> Defines a cell in a table
<caption> Defines a table caption
* Emoticons -
<p style="font-size:100px">😜</p>
<p>I will display 😜</p>
<p>I will display 😜</p>
Each emoticons has its own value
Read more on Brainly.in - https://brainly.in/question/11101497#readmore
Explanation: