Latest Post:
Loading...
Grade 11

CSS code template

<!DOCTYPE html > <html lang = "en" > <head> <title> CSS Website Layout …

CSS Basic and Selectors

CSS(Cascading Style Sheets)   CSS is a scripting language that describes the style of an HTML document. It …

Form In HTML

Forms in HTML: HTML forms is used to collect the information from the user visiting the website. <form&g…

HTML Tables

HTML Table In html <table> tag is used to define a table. Table is created to store data. <tr>, &…

List in HTML

List in HTML Lists are the most effective way for listing a items in a web site. There are three types of li…

HTML notes Grade 11 (Part I)

Introduction to HTML HTML is web-based Client-side scripting language used to develop different webpages…

Read More
That is All