Encabezado y negrita html
prueba
prueba
Lo que podemos observar que al escribir la palabra en negrita detras de la palabra se añade em HTML el codigo </b> .
| <b> | Defines bold text | 
prueba
al escribir prueba en el encabezado aparece este codigo  al inicio <h2 , mientras que si lo escribimos en el estilo normal el HTML empieza por el codigo <div.
The HTML 
<h2> tag represents a level 2 heading in an HTML document.Attributes can be added to an HTML element to provide more information about how the element should appear or behave.
The <h2> element accepts the following attributes.
| Attribute | Description | 
|---|---|
| None |   | 
The following attributes are standard across all HTML elements. Therefore, you can use these attributes with the 
<h2> tag , as well as with all other HTML tags.
Comentarios
Publicar un comentario