web development 2022

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

1/83

flashcard set

Earn XP

Description and Tags

IT certification

Last updated 2:33 PM on 11/18/22
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

84 Terms

1
New cards
A tag
An anchor tag is used to implement a hyperlink for a user. This means that the user is anchoring himself to another page.
2
New cards
absolute link
A link which contains the complete address to another link.
3
New cards
Absolute Positioning
A type of positioning in CSS which places items in an exact location on a webpage.
4
New cards
Action Attribute
An attribute used within a form tag to navigate users to the next page or script once the form is submitted.
5
New cards
Article Tag
A tag which is used to mark off self-containing text that can make up a story, blog entry, or an article.
6
New cards
Aside Tag
A tag which is often used to mark off a side story.
7
New cards
Audio Tag
A tag which can have multiple sources and should have the controls attribute added to allow a user to control when the audio plays.
8
New cards
Background
The color or image used as the backdrop of an entire webpage.
9
New cards
Body Tag <body>
A tag which contains everything that displays on the webpage. Most of the tags used in CSS are placed inside of a body tag.
10
New cards
Border-Color Property
A CSS property which is used to alter to color of a border either by name or using hexadecimal colors.
11
New cards
Border-Style Property
An element used in CSS to control the overall look of a border.
12
New cards
Border-Width Property
A property which is used in CSS to control the width of a border.
13
New cards
Br Tag
A tag which is used to create a line break.
14
New cards
Button Tag
A tag which can be used on a form to add a button option.
15
New cards
Caption tag
A tag which is used on tables to allow a table description to be placed in close proximity to a table.
16
New cards
Comment
A tool used to put placeholders in for text that will need to be added later to a webpage. It can also be used to explain parts of a webpage that do not display in a browser but will appear in a text editor. It will help any collaborative efforts to build a website.
17
New cards
CSS
Cascading Style Sheets is a type of style sheet language which is used in web design to describe the presentation of a document that is written in a markup language, such as HTML5. It is the code used to format the text in a webpage.
18
New cards
CSS Framework
A template which is created by the web designer, downloaded for free, or purchased from a third-party which has built in CSS the designer can use to ease in the development process of a website.
19
New cards
Datalist Tag
A tag which is used to create a pre-populated list within a form.
20
New cards
Delete
A common submission method which requests to remove information from a database.
21
New cards
Details Tag
The summary tag surrounds the line explaining what is in the details section in a details tag.
22
New cards
Div Tag <div>
A tag which is used in CSS to control alignment, backgrounds, margins, padding, and text flow for webpage elements. It can also be used to control the width of an entire page.
23
New cards
Em
A relative measurement which is equivalent to the font size being used. For example, 3em = 3 x the size of the current font.
24
New cards
Ex
A measurement type which is relative to the height of the letter x.
25
New cards
Fieldset Tag
A tag which creates fieldsets that allow you to group fields on forms to make them easier to read.
26
New cards
Figure Tag <figure>
A tag which is used to mark up an image in a webpage.
27
New cards
Float Element
An element which is used to move one item next to another on a webpage.
28
New cards
Font-Family Property
A property which is used in CSS to ensure there are backup fonts and web safe fonts available in the event a user does not have access to the web designers designated fonts.
29
New cards
Font-Style Property
A font property which is used in CSS to apply style to fonts, such as italics.
30
New cards
Font-Weight Property
A font property which controls the bold level of text on a webpage.
31
New cards
Get
A common submission method which requests to retrieve something, such as information from another webpage, an image, or a search engine.
32
New cards
Head Tag <head>
A tag type which contains information that describes the webpage but does not show on the webpage.
33
New cards
Heading Tags
HTML has six levels of headings, with tags of h1 through h6. H1 is the largest heading while h6 is the smallest.
34
New cards
Hexadecimal Colors
A color format which uses a pound symbol and six hexadecimal numbers, that is, six numbers 0 through 9 or A through F. 0 represents black, while F represents white. The six colors are in three pairs, which signify the amounts of red, green, and blue used in the color.
35
New cards
Hr Tag <hr>
A horizontal rule tag is a tag that creates a paragraph-level break within text on a web document.
36
New cards
Html Tag
A tag which contains data that makes up a webpage.
37
New cards
HTML5
Hypertext Markup Language 5 (HTML5) is a type of markup language used to build and present content on the Internet.
38
New cards
iFrame
A content-holding frame inside of a webpage. It can be altered using programming.
39
New cards
Img Tag <img>
An image (img) tag defines an image in an HTML document, which requires the src and alt attributes.
40
New cards
JavaScript
The dynamic aspect of webpage building where scripts are used to manipulate objects based on an event.
41
New cards
Li Tag <li>
A list item tag goes around every item listed in either an ordered or unordered list.
42
New cards
Link Tag <link>
A tag which allows web designers to link to external files, such as style sheets and scripts.
43
New cards
Margins
The space between the top, bottom, or side of a webpage's content and its edge.
44
New cards
Max-Width Property
A property which is used to control layouts on webpages using CSS. It can ensure that the total width of a webpage does not exceed the screen size of the user.
45
New cards
Media Query
A fairly granular method used to control how a webpage displays across different types of devices. It checks for screen width and changes styles according to that screen width.
46
New cards
Meta Tag
A type of tag used to embed metadata in CSS.
47
New cards
Metadata
A tool used in CSS to describe items and elements and their usage.
48
New cards
Method Attribute
An attribute which is used within a form tag to tell the form what type of action to take once it is submitted.
49
New cards
MP3
A compressed sound file which allows for digital storage and transmission.
50
New cards
MP4
A digital multimedia container often used to store video and audio data.
51
New cards
MPEG
Moving Picture Experts Group, also known as the H.264 format is the most common format for output from video editing software.
52
New cards
Nav Tag <nav>
The nav tag is used to help spot, in HTML code, the area on the page containing navigation links on our webpage.
53
New cards
Noscript Tag
A tag which notifies the user if their browser does not support the programming language that is currently in use.
54
New cards
Ogg
An open container format which is designed to provide for efficient streaming of digital multimedia. It is a royalty-free video format.
55
New cards
Ol Tag
An ordered list tag is a numbered list.
56
New cards
Output Tag
A tag which allows you to take what is in a form and run an instant calculation depending upon what is being input in a form.
57
New cards
Overflow Property
A property which is used to ensure that text will fit on the screen regardless of the device.
58
New cards
P Tag <p>
A tag used to create paragraphs.
59
New cards
Percentage Measurement
A type of measurement used within CSS. It can be applied to elements on a webpage where it will allow the element to fluctuate its size based on the screen size the user has.
60
New cards
Pixel Measurement
A static form of measurement in CSS. It allows the web designer to assign a specific measurement to a webpage element.
61
New cards
Post
A common submission method which requests to take submitted data and modify data on the server as a result of user input.
62
New cards
Pt
A measurement which is 1/72 of an inch.
63
New cards
Put
A common submission method which requests to take data submitted and insert it into a database.
64
New cards
Px
A measurement which is normally 1/96 of an inch but can vary based on screen sizes.
65
New cards
Relative Link
Hyperlinks used to link pages within a website.
66
New cards
Relative Positioning
A type of positioning in CSS which places items relative to where they normally are in relation to how things normally flow on a webpage.
67
New cards
Responsive Web Design
A concept which refers to designing webpages which can be viewed on different devices, such as desktops, laptops, tablets, and smartphones.
68
New cards
Script Tag
A tag which is used to hold programming scripts for programming languages.
69
New cards
Section Tag
A tag which marks off sections on a webpage.
70
New cards
Select Tag
A form-based tag which creates a drop-down list full of options.
71
New cards
Semantic Tag
A tag which is used to help organize a webpage and can be used to determine how a webpage should be rendered.
72
New cards
Span Tag
A tag which is used to format a word or phrase.
73
New cards
Summary Tag
A semantic tag which can hide the text inside of a details tag. The summary tag surrounds the line explaining what is in the details section.
74
New cards
SVG
Scalable Vector Graphics is a vector image format for two-dimensional graphics with the ability to support interactivity and animation.
75
New cards
Tag
A command within an HTML document that specifies the formatting of the document or a portion of that document.
76
New cards
Text-Align Property
An alignment property which is used to align text on a webpage.
77
New cards
Textarea Tag
A tag used to create text boxes within a form so that users can type responses.
78
New cards
Text-Decoration Property
An element which is used in CSS to apply underlines to text on a webpage.
79
New cards
Text-Indent Property
A text property which is used in CSS to indent the first line of text in a multi-line paragraph.
80
New cards
Track Tag
A tag which works in conjunction with vtt files as part of the Web Video Text Tracks (WebVTT) standard.
81
New cards
Ul Tag
An unordered list tag adds a bulleted list with no specific hierarchy to a webpage.
82
New cards
Video Tag <video>
A tag which adds a video to a webpage.
83
New cards
Visibility Property
A property which is used to make an object invisible
84
New cards
WebM
A video file format which works well on low-power devices, such as netbooks and tablets.