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

HTML Lang Charset Name Content Name Content Name Content Rel Href

This document is a HTML page with a header titled "Soy la lista del super!" and an unordered list of grocery items including fruits (manzana, platano), meats (pollo, carne molida), and vegetables (limón, zanahoria). The zanahoria item is a hyperlink to a Google search.

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)
31 views1 page

HTML Lang Charset Name Content Name Content Name Content Rel Href

This document is a HTML page with a header titled "Soy la lista del super!" and an unordered list of grocery items including fruits (manzana, platano), meats (pollo, carne molida), and vegetables (limón, zanahoria). The zanahoria item is a hyperlink to a Google search.

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="es">
  <head>
    <meta charset="UTF-8" />
    <meta name="description" content="Esta página te mostrará fotos de gatos" />
    <meta name="robots" content="index,follow" />
    <title>Es mi página</title>
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <link rel="stylesheet" href="./css/style.css" />
    desafio
  </head>
  <body>
    <header>
      <h1>Soy la lista del super!</h1>
    </header>
    <main>
      <ul>
        <li>Frutas</li>
        <ol>
          <li>Manzana</li>
          <li>Platano</li>
        </ol>
        <li>Carnes</li>
        <ol>
          <li>Pollo</li>
          <li>Carne molida</li>
        </ol>
        <li>Verduras</li>
        <ol>
          <li>Limón</li>
          <li>
            <a
              href="https://www.google.com/search?
q=sopa+de+zanahoria&oq=sopa+de+zanah&aqs=chrome.0.0l3j69i57j0l4.3060j0j7&sourceid=c
hrome&ie=UTF-8"
              >Zanahoria</a

You might also like