<html>
<head>
<title>Bold text</title>
</head>
<body>
<p>Use the strong element to <strong>indicate strongly emphasized</strong> content.</p>
</body>
</html>
<!-- convertir a NEGRITA -->
<b> Tu letra </b>
<!--Emphasized bold text. It's for content that is of greater importance-->
<strong>I'm a content</strong>
<!--Bold text. It's used to draw attention to text without indicating that it's more important-->
<b>I'm another content</b>
<p><strong> I'm bold text </strong></p>
#bold text:
<strong> this is bold </strong>
<p>Use <strong>the strong element to add bold</strong> to it!</p>
<!-- To make your text bolder in HTML -->
<p> instead of <b> which styles the text to be bolder </b> use
<strong> which actually maked the text bolder </strong> </p>
h1{
font-weight: bold;
}
<strong>Bold text</strong>
<!DOCTYPE html>
<html>
<head>
<title>HTML text bold</title>
</head>
<body>
<h2>Our Products</h2>
<p>Developed 10 <strong>Android</strong> apps till now.</p>
</body>
</html>
<b> You Text Here </b>
<b> Bold Text </b>
<!-- Use <b> tag to make a text bold-->
<p>This word will be <b>bold</b></p>
<b>This is bold text.</b>
<strong>This is emphasized bold text.</strong>
<!--bold text -->
<b>text</b>
<b>this tag will make text bold</b>
we can use strong tag
<p> <strong>So this text is looking Bolt because of strong_Tag</strong> </p>
Code Example |
---|
Html :: bootstrap links |
Html :: Basic progressbar with percentage values |
Html :: html form tag |
Html :: add accordion in bootstrap |
Html :: html input on enter |
Html :: bootstrap boiler-plate |
Html :: proper center grid |
Html :: html website |
Html :: dropdown in markdown |
Html :: text-muted |
Html :: how to add html in svg d3 |
Html :: createjs |
Html :: html year picker |
Html :: input groups |
Html :: html cheetsheet.com |
Html :: how to add site logo in wordpress |
Html :: html5 time input 24 hour format |
Html :: convert figma to html |
Html :: Mega Menu ADA Compliance |
Html :: website design codes |
Html :: open mail in html |
Html :: html basic command and eplANATION |
Html :: flexbox afbeeldingen |
Html :: how to put in text chess pieces in HTML |
Html :: nuxt print html |
Html :: twitter html |
Html :: create json from excel |
Html :: codigo ejemplo formulario de contacto 2 columnas col-md- |
Html :: WEBSITES WITH INNERHTML |
Html :: chat box html |