An Introduction to HTML

Learning Missions

Mission 1 Explain what the following HTML code does and how it works: <a href=”https://csuk.io” target=”_blank” >Visit CSUK</a> [4] Save Progress Did your answer include the following points?: This is the anchor tag used in HTML to create hyperlinks, which are clickable links that navigate to other web pages or resources.href=”https://csuk.io”: The href attribute specifies […]

Learning Missions Read More »

Learning Missions

Mission 1 Using the online HTML editor below, create a webpage with the following: 1. A Heading 2. A horizontal rule 3. A paragraph of text which has been formatted using the font tag. 4. An image, which has been resized using the height and width properties. Extension: Visit CSUK’s HTML Quick Reference page and

Learning Missions Read More »

Learning Missions

Mission 1 Answer the following questions on the basics of HTML formatting tags. [0] Did your answer include the following points? Are you sure you want to submit your answer? You won’t be able to make changes afterward. Confirm Cancel Mission 2 Using the online HTML editor below, create a webpage with the following: 1.

Learning Missions Read More »

Learning Missions

Mission 1 1. Choose a personal interest (hobby, subject at school etc) which you can use as the main topic of your very first ‘self-coded’ webpage. 2. Using the online HTML editor below begin building your very own webpage in HTML by following the steps below: a) Add a heading onto your page, using <h1>

Learning Missions Read More »

Concept Exploration

What you will learn: Reminder on how HTML uses tags to format and organise content on a webpage Learn how to insert an image into a webpage Start Here: Video Overview Continue Here: Detailed Exploration The Image Tag The <img> tag enables the addition of an image onto a webpage. The tag has a few

Concept Exploration Read More »

Concept Exploration

What you will learn: Reminder on how to use HTML to write a basic web page with a range of formatting Understand how HTML is used to link webpages together Start Here: Video Overview class= “csuk-awesome-video” Continue Here: Detailed Exploration Hyperlinks The <a> tag enables us to add hyperlinks into our webpage. But what is

Concept Exploration Read More »

Concept Exploration

What you will learn: Understand what HTML is Understand what HTML tags are Learn how to use HTML to write a basic web page with a range of basic HTML tags Start Here: Video Overview Continue Here: Detailed Exploration What is HTML? HTML stands for ‘Hypertext Mark-up Language’ and it is the language of the

Concept Exploration Read More »

Concept Exploration

What you will learn: Reminder on what HTML is Understand how to use HTML to write a basic web page with a range of formatting skills Start Here: Video Overview Continue Here: Detailed Exploration Introduction When we write webpages, by default, browsers will display text in a standard font and align text to the left

Concept Exploration Read More »

Scroll to Top