📌  相关文章
📜  如何使用 HTML 设置图像的宽度和高度?

📅  最后修改于: 2021-09-01 03:48:03             🧑  作者: Mango

可以使用 height 和 width 属性设置图像的高度和宽度。可以根据像素设置高度和宽度。

height 属性用于以像素为单位设置图像的高度。 width 属性用于以像素为单位设置图像的宽度。

示例 1:在此示例中,我们将设置图像的宽度和高度。

HTML
 
 
  
 
     
        How to specify the width and 
        height of an image using HTML?
     
 
  
 
    

GeeksforGeeks

         

        How to specify the width and          height of an image using HTML?     

               


HTML
 
 
  
 
     
        How to specify the width and 
        height of an image using HTML?
     
 
  
 
    

GeeksforGeeks

         

        How to specify the width and          height of an image using HTML?     

               


输出:

示例 2:在此示例中,我们不会分配宽度和高度值,因此图像将以其原始高度和宽度显示。

HTML

 
 
  
 
     
        How to specify the width and 
        height of an image using HTML?
     
 
  
 
    

GeeksforGeeks

         

        How to specify the width and          height of an image using HTML?     

               

输出: