In CSS, you can use the height attribute to set the height of an element. You only need to add the "height:20px;" style to the element to set the height of the element to "20px". The height attribute is used to set the height of the element. This attribute defines the height of the element's content area. Inline non-replaced elements will ignore this attribute.

The operating environment of this tutorial: Windows 7 system, CSS3&&HTML5 version, Dell G3 computer.
css set the element height to 20px
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<style>
img.normal {
height: auto;
}
img.big {
height: 120px;
}
p {
border: 1px solid red;
}
p.ex {
height: 250px;
width: 250px;
}
</style>
</head>
<body>
<img class="normal lazy" src="/static/imghwm/default1.png" data-src="img/1.jpg" style="max-width:90%" style="max-width:90%" / alt="How to set element height to 20px in css" ><br>
<img class="big lazy" src="/static/imghwm/default1.png" data-src="img/1.jpg" style="max-width:90%" style="max-width:90%" / alt="How to set element height to 20px in css" >
<p>默认宽度和高度。这是段落中的一些文本。这是段落中的一些文本。 这是段落中的一些文本。</p>
<p class="ex">段落的高和宽是 250px。这是段落中的一些文本。这是段落中的一些文本。这是段落中的一些文本。</p>
</body>
</html>Rendering:

(Learning video sharing: css video tutorial)
css height attribute
The height attribute sets the height of the element. The default value is auto and there is no inheritance.
The height attribute defines the height of the element's content area. Pads, borders, and margins can be added outside the content area.
Inline non-replaced elements will ignore this attribute.
Attribute value of the height attribute:
| Value | Description |
|---|---|
| auto | default. The browser will calculate the actual height. |
| length | Use px, cm and other units to define the height. |
| % | Based on the percentage height of the block-level object that contains it. |
| inherit | Specifies that the value of the height attribute should be inherited from the parent element. |
For more programming related knowledge, please visit: Programming Video! !
The above is the detailed content of How to set element height to 20px in css. For more information, please follow other related articles on the PHP Chinese website!
Two Images and an API: Everything We Need for Recoloring ProductsApr 15, 2025 am 11:27 AMI recently found a solution to dynamically update the color of any product image. So with just one of a product, we can colorize it in different ways to show
Weekly Platform News: Impact of Third-Party Code, Passive Mixed Content, Countries with the Slowest ConnectionsApr 15, 2025 am 11:19 AMIn this week's roundup, Lighthouse sheds light on third-party scripts, insecure resources will get blocked on secure sites, and many country connection speeds
Options for Hosting Your Own Non-JavaScript-Based AnalyticsApr 15, 2025 am 11:09 AMThere are loads of analytics platforms to help you track visitor and usage data on your sites. Perhaps most notably Google Analytics, which is widely used
It's All In the Head: Managing the Document Head of a React Powered Site With React HelmetApr 15, 2025 am 11:01 AMThe document head might not be the most glamorous part of a website, but what goes into it is arguably just as important to the success of your website as its
What is super() in JavaScript?Apr 15, 2025 am 10:59 AMWhat's happening when you see some JavaScript that calls super()?.In a child class, you use super() to call its parent’s constructor and super. to access its
Comparing the Different Types of Native JavaScript PopupsApr 15, 2025 am 10:48 AMJavaScript has a variety of built-in popup APIs that display special UI for user interaction. Famously:
Why Are Accessible Websites so Hard to Build?Apr 15, 2025 am 10:45 AMI was chatting with some front-end folks the other day about why so many companies struggle at making accessible websites. Why are accessible websites so hard
The `hidden` Attribute is Visibly WeakApr 15, 2025 am 10:43 AMThere is an HTML attribute that does exactly what you think it should do:


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

SublimeText3 Chinese version
Chinese version, very easy to use

Atom editor mac version download
The most popular open source editor

VSCode Windows 64-bit Download
A free and powerful IDE editor launched by Microsoft

Zend Studio 13.0.1
Powerful PHP integrated development environment

DVWA
Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software






