From 75f4c0f5148c560420ad732aebb9233d0d5a8a73 Mon Sep 17 00:00:00 2001 From: Marie Malarme Date: Fri, 26 Feb 2021 23:34:04 +0000 Subject: [PATCH] Update subject exercise 2 "The calling" --- subjects/the-calling/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/the-calling/README.md b/subjects/the-calling/README.md index 8a42283e..49c55fbc 100644 --- a/subjects/the-calling/README.md +++ b/subjects/the-calling/README.md @@ -1,6 +1,6 @@ ### The calling -Congrats! You created the very first base for your being and you witnessed its appearance on the digital world - your browser. But so far, it's a very rough sketch of the marvelous thing it could become ; you have to make it look more living-like. +Congrats! You created the very first base for your being and you witnessed its appearance on the digital world - your browser. But so far, it's a tiny seed of the marvelous thing it could become ; be patient, there still is a bit of work. First of all, instead of writing down what things are - you're not writing down on your hand the word 'hand', are you?) - we're going to identify them semantically with the very practical [`id`](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) attribute. This `id` has to be a unique identifier in your webpage, which will allow you to target your element if needed. Your can compare it to your name & surname ; this is what is identifying you to other people, and if someone's calling you by your name, you answer.