Entradas

Mostrando las entradas con la etiqueta html

html - como ponerle un subtitulo a una imagen

Imagen
https://www.w3schools.com/tags/tag_figcaption.asp https://www.w3schools.com/tags/tryit.asp?filename=tryhtml5_figcaption ---- <figure>   <img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg7ABsaS8JvLruUbvaGw3vnrTYII5icRA-xn8i0McksCB77qJOLUemTNjRVy289douwPyMmWobg_e4smyVq631txx396J3t0xQN647viRVyPSs7lCj4AXJXJfOK-XpT06BK7IUDK69CPd5D/s320/nelsondavidjunior.jpg" alt="The Pulpit Rock" width="304" height="228">   <figcaption>Fig.1 - A view of the pulpit rock in Norway.</figcaption> </figure> ----- Fig.1 - A view of the pulpit rock in Norway.

HTML figcaption Tag

Imagen
HTML  <figcaption>  Tag ------------- https://www.w3schools.com/tags/tag_figcaption.asp https://www.w3schools.com/tags/tryit.asp?filename=tryhtml5_figcaption ----- <!DOCTYPE html> <html> <body> <p>The Pulpit Rock is a massive cliff 604 metres (1982 feet) above Lysefjorden, opposite the Kjerag plateau, in Forsand, Ryfylke, Norway. The top of the cliff is approximately 25 by 25 metres (82 by 82 feet) square and almost flat, and is a famous tourist attraction in Norway.</p> <figure>   <img src="img_pulpit.jpg" alt="The Pulpit Rock" width="304" height="228">   <figcaption>Fig.1 - A view of the pulpit rock in Norway.</figcaption> </figure> <p><strong>Note:</strong> The figure tag is not supported in Internet Explorer 8 and earlier versions.</p> </body> </html> --- The

HTML fieldset tag

HTML  <fieldset>  Tag https://www.w3schools.com/tags/tag_fieldset.asp https://www.w3schools.com/tags/tryit.asp?filename=tryhtml_fieldset -- codigo : < form >    < fieldset >      < legend > Personalia: < /legend >     Name:  < input  type ="text" > < br >     Email:  < input  type ="text" > < br >     Date of birth:  < input  type ="text" >    < /fieldset > < /form > ---- Personalia: Name: Email: Date of birth:

html - habilitar FLASH PLAYER [ GOOGLE CHROME ] - embed tag

https://www.w3schools.com/tags/tag_embed.asp https://www.w3schools.com/tags/tryit.asp?filename=tryhtml5_embed <!DOCTYPE html> <html> <body> <embed src="helloworld.swf"> </body> </html> ----------------

varios estilos de letra HTML

FUENTES : https://www.w3schools.com/tags/tag_em.asp https://www.w3schools.com/tags/tryit.asp?filename=tryhtml_phrase_test ------- CODIGO = <!DOCTYPE html> <html> <body> <em>Emphasized text</em><br> <strong>Strong text</strong><br> <code>A piece of computer code</code><br> <samp>Sample output from a computer program</samp><br> <kbd>Keyboard input</kbd><br> <var>Variable</var> </body> </html> ------------------------------ Emphasized text Strong text A piece of computer code Sample output from a computer program Keyboard input Variable

html - genial

https://www.w3schools.com/tags/tag_div.asp This is a heading in a div element This is some text in a div element.
Note: The dialog tag is currently only supported in Chrome version 37+, Safari 6+ and Opera 24+. January This is an open dialog window February March 31 28 31

HTML caption tag

https://goo.gl/Ty3vKR

HTML b TAG

Imagen
https://goo.gl/LbNbsk HTML  <b>  Tag ---

HTML

https://goo.gl/KnDhj2

HTML

https://goo.gl/NbzR8q

HTML Tag

https://goo.gl/8JTeVm

html - subrayar una palabra

https://goo.gl/QBLAQp

html - comentario

<!--This is a comment. Comments are not displayed in the browser-->

HTML tags

https://www.w3schools.com/tags/tag_comment.asp

editor HTML button tag

Click Me! fuente : https://goo.gl/645PYw , 2 fuente = https://goo.gl/jXkyA5

HTML button tag - W3Schools

HTML button tag - W3Schools https://www.w3schools.com/tags/tag_button.asp

creator botton html

https://goo.gl/XFMYyC

CSS Button Generator: Create HTML and CSS Button Styles

CSS Button Generator: Create HTML and CSS Button Styles www.bestcssbuttongenerator.com/