School at Home: Free Resources during the COVID-19 Pandemic (UK & US)

Free resources to support families through the COVID-19 pandemic (In shaa Allaah). Included are daily lessons, worksheets and many more.

UK WEBSITES

  1. BBC Daily Lessons: https://www.bbc.co.uk/bitesize/dailylessons

2. Maths Genie: https://www.mathsgenie.co.uk/homeschool.html

3. Oak National Academy Online Classroom: https://www.thenational.academy/online-classroom

Continue reading

Kids Coding: Basic HTML | Header Tags

Learn CodingAssalamu’alaikum,

Please click here to read our previous HTML tutorial (setting up an HTML document and inserting a paragraph). In this tutorial, I’ll show you how to add a title to a paragraph.

Normally, when you make a paragraph, you need to add a tittle or a subtitle. To do that, you can insert a header tag. There are 6 types of header tags. They are defined with the <h1> to <h6> tags. <h1> defines the most important header while <h6> defines the least important header. Please see picture below for details.  Continue reading

Kids Coding: Basic HTML | Setting up an HTML Document

Learn CodingAssalamu’alaikum,

Previously my son learned coding via code.org but he got stuck on stage three because it was a bit complicated. And then I decided to teach him about basic HTML instead.

HTML is the standard markup language used to create web pages. You can also learn basic html from http://www.w3schools.com/html/DEFAULT.asp or you can practice straightaway via www.jsbin.com. So far he has learnt how to create an html document, make a paragraph (text), modify the paragraph using different type of tags. Ok lets start coding. Continue reading