Part of Web Technologies, HTML is used to build websites. This deck contains all the HTML tags you need to know for your OCR A Level Computer Science exam.
Preview Cards
What does HTML stand for and what is its purpose?
HyperText Markup Language. It describes the structure and content of a webpage using tags. A browser interprets and renders it.
What are the two main sections of an HTML document?
<head> : metadata, title, stylesheet links. Not visible in the browser. <body> : all visible page content.
What does <head> do?
Contains metadata about the page: the title, links to stylesheets, and scripts. Not displayed in the browser window.
Get This Deck