Solicito evaluacion para la prueba de habilidad de texto básico HTML 1 -

Buenos días, quisiera que se evalúe mi trabajo. Dejo a continuación el código:

<meta charset="utf-8"/>

<title>Basic HTML text: Task 1</title>

<style>

  body {

    background-color: #fff;

    color: #333;

    font: 1em / 1.4 Helvetica Neue, Helvetica, Arial, sans-serif;

    padding: 1em;

    margin: 0;

  }

  h1 {

    font-size: 2rem;

    margin: 0;

  }

  h2 {

    font-size: 1.6rem;

    margin: 0;

  }

  h1, h2 {

    color: purple;

  }

  p {

    color: gray;

    margin: 0.5em 0;

  }

  * {

    box-sizing: border-box;

  }

</style>

Basic HTML Animals

is the first paragraph in our page. It introduces our animals.

Llama

Llama is a big fan of list items. When she spies a patch of them on a web page, she will eat them like sweets, licking her lips as she goes.

Anaconda

The crafty anaconda likes to slither around the page, travelling rapidly by way of anchors to sneak up on his prey.

Hello @Abadengo

could you share your code on any online service like codepen.io of jsfiddle or glitch or github and also like to the topic so it be easier for us to check it

and have a nice day :slight_smile:

1 Like

Hi @justsomeonethanks for your comment!

Here you have the codepen link: https://codepen.io/abadengo/pen/abLVrZN

The topic of this was mark up the provided HTML using semantic heading and paragraph elements.

Hello @Abadengo

you doing great well done and have a nice day :slight_smile: