Multimedia is versatile. You can exchange not only text messages, but also audio files, video files, pictures … You can attach a picture on your own site using special HTML tags.
Instructions
Step 1
To insert a picture on the site, enter its address inside the tags. You should get a construction as in the illustration, where https:// and further is the address of the picture.
Step 2
Adjust the size of the picture in the message using the width and height tags. The tags will look something like the illustration. 500 is the width in pixels.
Step 3
To add a colored border in front of the width, insert another tag: style. Figure 5 shows the width of the border in pixels. The tag is inserted after the dimension tag.
Step 4
To adjust the distance between two pictures located horizontally ("on the same line"), insert the following code from the illustration between them. The distance will be equal to two spaces.
Step 5
You can decorate the picture so that a tooltip appears when you hover over the cursor. The tag will look like the illustration.