In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-18 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 "how to remove the bold style from css". 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!
First, remove bold CSS attribute words
Font-weight-bold words with bold names
Remove the cancellation and bold style:
Font-weight:normal
Second, common bold html tag elements
1. B-- I am bold and bold. I am bold by B.
2. Strong-- I am bold and I am bolded by strong
3. H2-H2 title label, H2 title bold
4. H3-- H3 title label, H3 title question is bold
5. H4-h4 question label, h4 title question bold
6. H5-h5 topic label, h5 question is thickened
H2-H5 question tags are often used to acquiesce in all hunters to indicate that their text content is bold.
The above html tags are allowed to have their own bold text font style. The results are as follows:
These html element tags allow bold by default
Third, the general method of removing bold by css.
No matter which type of HTML tag comes with bold, it should be invalidated and removed, and its css removal method is not the same.
Get rid of the bold door paths with bold names:
1. Remove the b tag in bold
B {font-weight:normal}
Ban bold screenshots of html b tags
2. Cancel the strong tag in bold
Strong {font-weight:normal}
Css cancels the bold font entry in strong bold tags
3. Remove h 2 h 3 h 4 h 5 in the same way
H2 {font-weight:normal} h3 {font-weight:normal} h4 {font-weight:normal} h5 {font-weight:normal}
Leave off the bold style of h 2 h 3 h 4 h 5
4. Share the CSS method to fight against removing these tags in bold.
B,strong,h2,h3,h4,h5 {font-weight:normal}
Share CSS access, frugal code to cancel these frequent use of HTML bold results
IV. Elementary naive application
In the html web page reconstruction, the above case is the opposite setup equipment web page top use these tags will acquiesce to remove the bold style, but from time to time, the above frequency will still be used with a variety of bold tags, not necessarily acquiesced to apply for CSS to remove bold styles, we need to specify bold tags to remove.
1. Instance code
The form within the body of the html web page:
We came to CSS5! Learn CSS DIV skills! CSS5 normal words I want to further study on CSS on CSS5!
There are two places to use the b bold tag to finish the font bold
2. Layout requirements
However, inadvertent organs need to use their own bold tags within the designated object, but there is no need for bold effect, so CSS is needed to deal with the punishment to remove the bold.
Greedy for CSS code:
.exp b {font-weight:normal}
Here CSS expresses the meaning of ".exp b" and specifies that the formatting of b in the class=exp object is font-weight:normal.
Remove class=exp objects and use b tags in bold calligraphy
3. Broken HTML CSS instance code (can be copied and used directly)
Remove the bold CSS5 instance .exp b {font-weight:normal} and we break away from CSS5! Learn CSS DIV technology! CSS5 normal words I want to learn CSS5 on CSS! "how to remove the bold style from css" is introduced here, thank you for 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.