English, asked by atulpatel89, 11 months ago

which tab has commands to insert hyperlink pictures video tables emoticons​

Answers

Answered by GulabLachman
0

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">&#128540;</p>

<p>I will display &#128540;</p>

<p>I will display &#x1F61C;</p>

Each emoticons has its own value.

Answered by 7906881010
1

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">&#128540;</p>

<p>I will display &#128540;</p>

<p>I will display &#x1F61C;</p>

Each emoticons has its own value

Read more on Brainly.in - https://brainly.in/question/11101497#readmore

Explanation:

Similar questions