We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eb22d4 commit 64eca8dCopy full SHA for 64eca8d
src/components/header.js
@@ -2,7 +2,7 @@ const Header = (title, date, temp) => {
2
// TASK 1
3
// ---------------------
4
// Implement this function taking `title`, `date` and `temp` as its 3 args and returning the markup below.
5
- // The tags used, the hierarchy of elements and their attributes must match the provided markup exactly!
+ // The html tags used, the hierarchy of elements and their attributes must match the provided markup exactly!
6
// The text inside elements will be set using their `textContent` property (NOT `innerText`).
7
//
8
// <div class="header">
0 commit comments