HTML: Forms in HTML
Instructions
Loading...
Your exercise will be checked with these tests:
const { test } = require('tests');
test(({ query, expect }) => {
const form = query(document, 'form');
expect(form).to.have.attr('action', '/people');
});
Teacher's solution will be available in:
20:00
