HTML: The basics of HTML
Instructions
Loading...
Your exercise will be checked with these tests:
const { test } = require('tests');
test(({ query, expect }) => {
const element = query(document, 'h1', HTMLHeadingElement);
expect(element).to.have.text('Hello, World!');
});
Teacher's solution will be available in:
20:00
