0% found this document useful (0 votes)
14 views1 page

HTML Lang Charset Name Content: Imagenes

The document is an HTML page with an image of a puppy and caption describing it as an image of a puppy.

Uploaded by

edison rodriguez
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views1 page

HTML Lang Charset Name Content: Imagenes

The document is an HTML page with an image of a puppy and caption describing it as an image of a puppy.

Uploaded by

edison rodriguez
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

<!

DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Imagenes</title>
  </head>
  <body>
    <main>
      <section>
        <figure>
          <img
            src="./pics/tinified/small.jpg"
            alt="Es una imagen de un perrito"
          />
          <figcaption>Es una imagen de un perrito</figcaption>
        </figure>
      </section>
    </main>
  </body>
</html>

You might also like