HTML: Basic structure
Instructions
Loading...
Your exercise will be checked with these tests:
const { test } = require('tests');
test(({ expect, html }) => {
expect(html).to.contain('<!DOCTYPE html>');
expect(html).to.contain('lang');
expect(html).to.contain('<head>');
expect(html).to.contain('<body>');
});
Teacher's solution will be available in:
20:00
