E-Safety and Web Development Basics

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/13

flashcard set

Earn XP

Description and Tags

These flashcards cover essential vocabulary related to E-Safety and basic web development concepts including HTML, CSS, and JavaScript.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

14 Terms

1
New cards

E-Safety

Rules and features designed to keep individuals safe online, especially regarding social media.

2
New cards

Strong Passwords

Passwords that combine letters, numbers, and symbols to enhance security.

3
New cards

Dangers of Social Media

Potential threats includes cyberbullying, privacy invasion, and security risks.

4
New cards

HTML Structure

The basic framework of a webpage defined by tags such as , , and .

5
New cards

Ordered List

A list where items are arranged in a specific sequence, marked by numbers.

6
New cards

Unordered List

A list of items that does not have a particular order, usually marked with bullets.

7
New cards

HTML Tags for Images

tag is used to display images on a webpage.

8
New cards

Hyperlinks in HTML

Links that allow users to navigate from one webpage to another, defined using the tag.
9
New cards

HTML Tables

Structures used to organize data in rows and columns, defined with , , and
tags.
10
New cards

CSS

Cascading Style Sheets, used to style and layout web pages.

11
New cards

Hexadecimal Colour Codes

A six-digit code used in CSS to represent colors, with each pair of digits representing the levels of red, green, and blue.

12
New cards

JavaScript

A programming language used to create interactive effects within web browsers.

13
New cards

Linking Stylesheets

The process of connecting a CSS file to an HTML document using the tag.

14
New cards

JavaScript Code Addition

Inserting JavaScript code into an HTML document typically using the