In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/01 Report--
This article introduces the relevant knowledge of "what is the meaning of px, em and pt length units in HTML". In the operation of actual cases, many people will encounter such a dilemma, so let the editor lead you to learn how to deal with these situations. I hope you can read it carefully and be able to achieve something!
The name of the pt unit is Point, and the absolute length unit is generally used in older versions of table, but it is basically not used now.
Brief introduction of html units:
Px pixel Pixel; relative length unit.
Pt point (Point); absolute unit of length
Em relative unit of length, where em and html tags are spelled exactly the same as "EM", and here em is used as a separate unit of text.
1. In the past, IE could not adjust the font size of those using px as a unit, but now almost all IE supports it. PX is also recommended here.
two。 The reason why most foreign websites can be adjusted is that they use em as the font unit.
3. Firefox can adjust px and em, but more than 96% of Chinese netizens use IE browsers (or kernels).
Px pixels (Pixel). A unit of relative length. Pixel px is relative to the screen resolution of the display, and QQ screenshots also use PX as the unit of length and width.
Em is a unit of relative length. The font size relative to the text within the current object. If the current font size for inline text is not artificially set, it is relative to the default font size of the browser.
Set different length em px pt units for the text to see the effect:
CSS Code:
. divcss-px {font-size:12px}
. divcss-pt {font-size:12pt}
. divcss-em {font-size:2em}
HTML Code:
I'm divcss1.
I'm divcss2.
I'm divcss3.
This is the end of the content of "what is the meaning of px, em and pt length units in HTML". Thank you for your reading. If you want to know more about the industry, you can follow the website, the editor will output more high-quality practical articles for you!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.