Advertisement
angeldp

Ejer05EP_HTML

Apr 12th, 2018
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.25 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.     <head>
  4.         <title>Garabateando</title>
  5.         <link rel="stylesheet" href="css/main.css" />
  6.     </head>
  7.     <body>
  8.         <article>
  9.             <section>
  10.                 <dl>
  11.                     <div>
  12.                         <dt>Diseño gráfico</dt>
  13.                         <dd>Carteles</dd>
  14.                         <dd>Folletos</dd>
  15.                         <dd>Catálogos</dd>
  16.                         <dd>Flyers</dd>
  17.                         <dd>Logos</dd>
  18.                     </div>
  19.                     <div>
  20.                         <dt>Identidad corporativa</dt>
  21.                         <dd>Tarjetas personales</dd>
  22.                         <dd>Manual de identidad</dd>
  23.                         <dd>Branding</dd>
  24.                     </div>
  25.                     <div>
  26.                         <dt>On-line</dt>
  27.                         <dd>Community manager</dd>
  28.                         <dd>Diseño web</dd>
  29.                     </div>
  30.                     <div>
  31.                         <dt>Fotografía</dt>
  32.                         <dd>Retoques fotográficos</dd>
  33.                         <dd>Sesiones</dd>
  34.                     </div>
  35.                 </dl>
  36.             </section>
  37.         </article>
  38.     </body>
  39. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement