HTML: Text layout
Instructions
Tips
Loading...
Your exercise will be checked with these tests:
const { test } = require('tests');
test(({ query, expect }) => {
const b = query(document, 'p > b', HTMLElement);
expect(b).to.have.text('courses');
const em = query(document, 'p > em', HTMLElement);
expect(em).to.have.text('programming');
});
Teacher's solution will be available in:
20:00
