HTML: Inserting computer code into HTML
Instructions
Loading...
Your exercise will be checked with these tests:
const { test } = require('tests');
test(({ query, expect }) => {
const code = query(document, 'code');
expect(code).to.be.visible;
});
Teacher's solution will be available in:
20:00
