HTML: Block and line elements
Instructions
Tips
Loading...
Your exercise will be checked with these tests:
const { test } = require('tests');
test(({ query, expect }) => {
const links = document.querySelectorAll('span');
expect(links).to.be.length(2);
});
Teacher's solution will be available in:
20:00
