HTML: Paragraphs
Instructions
Tips
Loading...
Your exercise will be checked with these tests:
const { test } = require('tests');
test(({ query, expect }) => {
const element = query(document, 'p', HTMLParagraphElement);
expect(element).to.contain.text('Hello, World');
});
Teacher's solution will be available in:
20:00
