← All guides

WJEC Unit 2 HTML question pattern

HTML page structure illustration

The HTML section normally starts with direct tag knowledge, then asks you to write or insert HTML to match a draft page.

For tag questions, give the exact tag and its effect. For page questions, build the skeleton first: html, head, title and body. Then map each visible item in the draft to a tag: heading, image, paragraph, list or hyperlink.

Remember that image and hyperlink tags need attributes such as src and href. WJEC mark schemes often accept alternative HTML if it produces the required result, but CSS-only answers are not the target unless CSS is requested.