La etiqueta <strong> en HTML es la etiqueta analizada y se usa para mostrar la importancia del texto. Pon ese texto en negrita.
Esta etiqueta también es compatible con los atributos globales y los atributos de eventos en HTML.
Sintaxis:
<strong> Contents... </strong>
Ejemplo:
HTML
<!DOCTYPE html> <html> <body> <h1>GeeksforGeeks</h1> <h2><strong> Tag</h2> <!-- html strong tag used here --> <strong>Welcome to geeksforGeeks!</strong> </body> </html>
Producción:
Ejemplo 2: use la propiedad CSS para establecer el peso de la fuente en negrita.
HTML
<!DOCTYPE html> <html> <head> <title>strong Tag</title> <style> body { text-align:center; } h1 { color:green; } .gfg { font-weight:bold; } </style> </head> <body> <h1>GeeksforGeeks</h1> <h2>font-weight: bold;</h2> <div class = "gfg">Welcome to geeksforGeeks!</div> </body> </html>
Producción:
Navegadores compatibles:
- Google Chrome 1 y superior
- Borde 12 y superior
- explorador de Internet
- Firefox 1 y superior
- Ópera
- Safari