1/4
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
What is the WWW?
It stands for World Wide Web and is a hypertext system on the internet developed by Time Berners-Lee.
What is the client-server model?
It is a communication method used primarily as a form of communication between 2 programs across a network. The server stores the data and the client (browser) requests the data.
For what and how is HTML used?
It is used for the structure of the website and defines content and uses tags. The tags usually come in pairs but some don’t such as <br> and <img>
What is CSS used for?
It stands for Cascade style sheets and is used for the appearance and style of your website.
What is JavaScript used for?
It used to work on the client-side logic of the website. It runs in browser and is event-driven.