Image marker
1 Image Markers
1.1 How to use
" alt= "Property value"
1.2 Properties of the tag
1.2.1 src attribute
specify that we want to The path of the loaded picture and the name of the picture and the picture format
1.2.2 Width Property
Specify the width of the picture, in px, em, cm, mm
1.2.3 Height Property
Specifies the height of the picture, in units px, em, cm, mm
1.2.4 Border Properties
Specifies the border width of the picture, in units px, em, cm, mm
1.2.5 ALT Attribute
when the picture on the webpage is loaded, the mouse moves to the top, and the attribute text specified in the picture is displayed.
If the image is not downloaded or failed to load, the text will be used instead of the image display
Search engines can use the text of this property to crawl images
1.3 Note
is a single marker and does not need to be used </img> closed
when loading the image file, the file path or filename file format is wrong, will not load the picture
HTML markup Language--image markup