Home  >  Article  >  Web Front-end  >  How to set the image length in html

How to set the image length in html

coldplay.xixi
coldplay.xixiOriginal
2021-03-04 16:29:457790browse

htmlHow to set the length of the image: 1. Use width and height to control the width and height of the div; 2. Control the image size through [How to set the image length in html]'s own attributes; 3. You can use [background-size] Style to achieve.

How to set the image length in html

The operating environment of this tutorial: windows7 system, html5 version, DELL G3 computer.

htmlHow to set the image length:

1. First of all, you insert the background image through the second method. You can only control the div using width and height directly. width and height.

How to set the image length in html

2. If the image you insert is inserted through the How to set the image length in html tag, you can control the image size and code format through the How to set the image length in html's own properties. Is:

<img src="image%20path" style="max-width:90%" height="image height" alt="How to set the image length in html" >.

How to set the image length in html

3. If you have to control the size of the background image through CSS, you can do it through the background-size style. The specific CSS format is: background-size: width and height; (As shown below).

How to set the image length in html

Related learning recommendations: html video tutorial

The above is the detailed content of How to set the image length in html. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn