Respuesta :

Tag to insert pictures of students and teachers:

While creating a website for a school, the developer would like to make it more attractive and appealing by adding hyperlinks, images, and videos.

In order to insert pictures of students and teachers, the developer will have to use the <img> tag. The <img> tag allows a user to an image to a webpage.

An example of inserting an image in a webpage is as follows:

<img src=""Annual.gif"" alt=""Annual Day"" height=""40"" width=""40"">

<img src=""Independence.gif"" alt=""Independence Day"" height=""40"" width=""40"">"

In this exercise we have to use computer knowledge to organize the images of teachers and students, some alternatives would be:

Name, age, height and a phrase.

When we create a website, using a specific type of language, but despite different computer languages, we can use the same idea. In that case we can use:

1)<img src=""Annual.gif"" alt=""Annual Day"" height=""40"" width=""40"">

2)<img src=""Independence.gif"" alt=""Independence Day"" height=""40"" width=""40"">"

3) Name, age, height and a phrase.

See more about programming at brainly.com/question/11288081

ACCESS MORE