“imagen local html” Código de respuesta

imagen local html

PATH
<img src="img.jpg" >
<img src="images/img.jpg" >
<img src="/program/images/img.jpg" >

NAME
<img src="img.jpg" alt="Name in the site" >

SIZE
<img src="img.jpg" style="width: 300px; height: 150px" >
<img src="img.jpg" style="width: 30%; height: 20%" >
Tender Turtle

camino en html

   /   = Root directory
   .   = This location
   ..  = Up a directory
   ./  = Current directory
   ../ = Parent of current directory
   ../../ = Two directories backwards
Elated Eagle

Respuestas similares a “imagen local html”

Preguntas similares a “imagen local html”

Más respuestas relacionadas con “imagen local html” en HTML

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código