Best institute of web development and designing in Multan

AL-HUDA SHORTHAND AND IT INSTITUTE

“HTML Bold”

Alhuda Shorthand & I.T Institute Multan provides professional training in WEB DESIGNING AND DEVELOPMENT. 
Therefore, if you want to learn web designing and development with a professional, completely, and comprehensively, visit Alhuda Shorthand & I.T Institute, Multan, and get admission. For further information contact 0300-8829545 or 0311-4029545 or www.alhudashorthand.com or visit in person.
Address:
1st Floor Noor Plaza Opposite Women University, Ghanta Ghar to Katchary Road, Multan.

“HTML Bold”

This page gives "HTML intense" code. By "HTML intense", I mean code that makes changes to the content load to striking.

There is more than one approach to making strong content in HTML. The following are the different techniques for making striking content.

The <strong> Tag

The <strong> tag is utilized to give the message a more grounded significance. Possibly utilize this label when the encased content is in reality more significant than its encompassing content.

The <b> Tag

The <b> tag is to mark the message as strong without passing on any additional significance. For instance, this could be valuable in article abstracts, where the start of an article is set in intense content.

Utilizing Cascading Style Sheets (CSS)

You can utilize CSS rather than, or related to, the above HTML labels. To make content strong with CSS, utilize the text style weight property. Here's a model:

Source Code   Result
<p style="font-weight:normal;">font-weight: normal</p>
<p style="font-weight:bold;">font-weight: bold</p>
<p style="font-weight:bolder;">font-weight: bolder</p>
<p style="font-weight:lighter;">font-weight: lighter</p>
<p style="font-weight:100;">font-weight: 100</p>
<p style="font-weight:200;">font-weight: 200</p>
<p style="font-weight:300;">font-weight: 300</p>
<p style="font-weight:400;">font-weight: 400</p>
<p style="font-weight:500;">font-weight: 500</p>
<p style="font-weight:600;">font-weight: 600</p>
<p style="font-weight:700;">font-weight: 700</p>
<p style="font-weight:800;">font-weight: 800</p>
<p style="font-weight:900;">font-weight: 900</p>

font-weight: normal

font-weight: bold

font-weight: bolder

font-weight: lighter

font-weight: 100

font-weight: 200

font-weight: 300

font-weight: 400

font-weight: 500

font-weight: 600

font-weight: 700

font-weight: 800

font-weight: 900

Note that, even though this property enables you to indicate different degrees of intensity, most programs can just render two levels (striking and ordinary). Subsequently, if you just observe two unique degrees of striking over, this would be the reason. The most well-known qualities are intense and ordinary (which supersedes any striking setting).

Close Menu