HTML: Viewport
Instructions
Loading...
Your exercise will be checked with these tests:
const { test } = require('tests');
test(({ query, expect }) => {
const metaViewport = query(document, 'meta[name="viewport"]');
expect(metaViewport).to.have.attr('content', 'width=1024, user-scalable=no');
});
Teacher's solution will be available in:
20:00
