What you'll learn:
- Basics of Web development
- Basics of HTML
- Live demo using HTML
- Advanced HTML
- Basics of CSS
- Use of Java Script
Learn the Basics of Web Development
On this course from the Raspberry Pi Foundation, you’ll first build a website using HTML, style it with CSS, and then make it interactive using JavaScript.
Along the way you’ll learn about the box model, which describes how websites are laid out by browsers, and about the Document Object Model, which your JavaScript code will interact with to dynamically change your web pages.
Syllabus of Course:-
Welcome to the course
Build a website using HTML
Web architecture
Write your first HTML pages
Debugging HTML
Style websites using CSS
Styling your webpages
Cascading Style Sheets
Classes and ids
CSS layouts
Make websites interactive with JavaScript
Interactive webpages
The Document Object Model
Finishing your quiz
Your own interactive website
You will be able to design and create a quiz web page and demonstrate your new skills by making your own website.
Produce a HTML web page using suitable tags and attributes
Explain the advantages of CSS compared to inline styling
Apply classes and ids to style a website
Model web pages using the box model
Demonstrate how to use the Document Object Model (DOM) to access an element of a web page
Produce an interactive website using JavaScript
Who is the course for?
This course is designed for teachers delivering lessons at a GCSE level or equivalent, and for beginner programmers looking to start using HTML and JavaScript.
To take this course, you need to be familiar with basic programming structures such as loops and if statements, but you don’t need any experience of HTML, CSS or JavaScript.