Web programming

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/4

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 2:27 PM on 5/20/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

5 Terms

1
New cards

What is the WWW?

It stands for World Wide Web and is a hypertext system on the internet developed by Time Berners-Lee.

2
New cards

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.

3
New cards

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>

4
New cards

What is CSS used for?

It stands for Cascade style sheets and is used for the appearance and style of your website.

5
New cards

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.