HTML, CSS and JavaScript Lesson 1 – Main Task 1
Create a webpage with a button, which when pressed, displays your name in a pop-up window.
HTML, CSS and JavaScript Lesson 1 – Main Task 1 Read More »
Create a webpage with a button, which when pressed, displays your name in a pop-up window.
HTML, CSS and JavaScript Lesson 1 – Main Task 1 Read More »
1. Copy and paste this code into the online HTML editor below, click the ‘save progress’ button and then render the webpage. <html> <head> <style> </style> </head> <body> <div id=”header”> <h1>The Solar System</h1> </div> <div id=”nav”> Mercury<br> Venus<br> Earth<br> Mars<br> Jupiter<br> Saturn<br>
HTML and CSS Lesson 4 – Main Task Read More »
1. Copy and paste this code into the online HTML editor below, click the ‘save progress’ button and then render the webpage. <html> <head> </head> <body> <h1>Cheese</h1> <hr> <p>Cheese is a lovely food – yum yum.</p> <img src=”https://static.toiimg.com/thumb/82065684.cms?resizemode=4&width=1200″ height=”200px”> <h1>Biscuits</h1> <hr> <p>Cheese goes very well with biscuits.</p> <img
HTML and CSS Lesson 3 – Main Task Read More »
1. Copy and paste this code into the online HTML editor below, click the ‘save progress’ button and then render the webpage. <html> <head> </head> <body> <h1>Planet Earth</h1> <hr> <p>This is our home!</p> <img src=”http://ichef.bbci.co.uk/images/ic/480×270/p01l49tk.jpg” alt=””> </body> </html> 2. Then complete the steps below to style the webpage using CSS: 1.
HTML and CSS Lesson 2 – Main Task Read More »
1. Copy and paste this code into the online HTML editor below, click the ‘save progress’ button and then render the webpage. <html> <head> </head> <body> <h1>My First Webpage with CSS!!</h1> <hr> <p>This is my first webpage written with CSS!</p> <p>The CSS on this page will make this text look so
HTML and CSS Lesson 1 – Main Task Read More »
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. 5. A link to a website, which opens in its
Introduction to HTML Lesson 4 – Main Task (Part 2) Read More »
Explain what the following HTML code does and how it works: <a href=”https://csuk.io” target=”_blank” >Visit CSUK</a>
Introduction to HTML Lesson 4 – Main Task (Part 1) Read More »
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 see if
Introduction to HTML Lesson 3 – Main Task Read More »
Using the online HTML editor below, create a webpage with the following: 1. A Heading “My Practice Webpage” 2. A horizontal rule 3. A short sentence such as ‘This is almost my first webpage!’, which is red, has text size 5 and has the font ‘century gothic’. Extension: Visit CSUK’s HTML Quick Reference page and
Introduction to HTML Lesson 2 – Main Task (Part 2) Read More »
Answer the following questions on the basics of HTML formatting tags.
Introduction to HTML Lesson 2 – Main Task (Part 1) Read More »