HTML: Errors in HTML markup
Instructions
Loading...
Your exercise will be checked with these tests:
const { test } = require('tests');
test(({ query, expect }) => {
const p = query(document, 'p');
expect(p).to.be.visible;
const img = query(document, 'img');
expect(img).to.have.attr('alt');
});
Teacher's solution will be available in:
20:00
