1/13
These flashcards cover essential vocabulary related to E-Safety and basic web development concepts including HTML, CSS, and JavaScript.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
E-Safety
Rules and features designed to keep individuals safe online, especially regarding social media.
Strong Passwords
Passwords that combine letters, numbers, and symbols to enhance security.
Dangers of Social Media
Potential threats includes cyberbullying, privacy invasion, and security risks.
HTML Structure
The basic framework of a webpage defined by tags such as ,
, and .Ordered List
A list where items are arranged in a specific sequence, marked by numbers.
Unordered List
A list of items that does not have a particular order, usually marked with bullets.
HTML Tags for Images
tag is used to display images on a webpage.
Hyperlinks in HTML
HTML Tables
tags. |
CSS
Cascading Style Sheets, used to style and layout web pages.
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.
JavaScript
A programming language used to create interactive effects within web browsers.
Linking Stylesheets
The process of connecting a CSS file to an HTML document using the tag.
JavaScript Code Addition
Inserting JavaScript code into an HTML document typically using the