HTML: Link
Instructions
Tips
Loading...
Your exercise will be checked with these tests:
const { test } = require('tests');
test(({ query, expect }) => {
const linkIcon = query(document, 'link[rel="icon"]');
expect(linkIcon).to.have.attr('href', 'https://www.w3schools.com/favicon.ico');
expect(linkIcon).to.have.attr('sizes', '64x64');
});
Teacher's solution will be available in:
20:00
