WebDev Flashcards
(220 cards)
<track></track>
attributes:
indicates the default subtitle file definition to use
default
JPG Stands for
Joint Photographic Export Group
Full web addresses
Absolute URLs
If the image file is smaller than the area it’s applied to, the image will repeat horizontally and vertically to fit the entire area.
Background Repeat
It tells the browser that there’s a form.
Or Indicates a form for user input.
It has an opening and closing tag
<form>
</form>
<track></track>
attributes:
indicates what language each subtitle files contents are in
srclang
attributes that are specific to certain HTML elements and cannot be used with all elements.
Element-specific
is made of rules, and rules are made of selectors and declaration blocks.
CSS
The <picture> element contains two tags</picture>
<source></source>
<img></img>
tag is used to place audio
<audio>
</audio>
Textfield types:
For hiding text
password
Button Types:
For allowing only one selection
radio
CSS selectors can then be used to apply styles to all the matched element.
Embedded/Internal Style Sheet
Date/Time Types:
YYYY-MM-DD (2024-04-18)
date
Button Types:
For submitting the form
submit
Attribute for Audio:
specifies that the audio will start over again, every time it is finished
loop
It is a simple mechanism for adding style (e.g, fonts, colors, spacing) to Web documents.
CSS
<input></input> attributes:
it specifies the type of input
type
Does well compressing large areas of single-color
GIF
Are more associated with foreign language translation
Subtitles
defines the specific characteristics
Value
tag indicates files or browsers to choose from
<source></source>
Sets the default text-alignment
text-align
It places CSS rules after the attribute and before closing the bracket. This is referred to as the inline rule and affects only the tag where it is included.
Inline Style Sheet
,,,,,
,,,
,
159
is a collection of files and folders containing different web resources that are linked to each other.
website
160
controls the document’s appearance and separates the presentation from the content.
CSS
161
Date/Time Types:
YYYY-Www (2024-w12)
Week
162
Textfield types:
For normal text field
Text
163
are used to organize and display information in a structured format
Lists
164
Two types of Attribute
Global Attribute
Element-specific
165
select attributes:
Specifies that the field is disabled
disabled
166
attributes:
specifies the default value of the input
value
167
The
tag is used for short ---- within a paragraph.
Inline quote
168
At the head of the HTML document, this is useful for single web pages, such as blogs, or using the same web page templates on several web pages. It is added to the head section of the HTML document.
Embedded/Internal Style Sheet
169
Some text field attribute
placeholder
minlength
maxlength
size
170
Textfield types:
For url validation
url
171
tag is used to create a line break within a paragraph.
172
defines the width of the image in pixels.
width
173
specifies the path of the image
src
174
Multiple styles must be added to the same style attribute which can make it difficult to read and manage.
Inline Style Sheet
175
is the address used to access the website
domain name
176
select attributes:
Specifies that the field is required
required
177
inline element
178
Attribute for Audio:
specifies that audio controls should be displayed (such as a play/pause button etc)
controls
179
defines a section or a division in an HTML document
180
Textfield types:
For searching
search
181
are used to display terms and their corresponding definitions.
Definition List
182
text appears smaller and higher than the surrounding text Tag
Superscript
183
specifies what is being styled like background.
Property
184
attributes that can be applied to any HTML element. It provides functionalities such as CSS styling, element identification, and custom data storage.
Global Attribute
185
Browsers typically render content inside
tags with quotation marks.
Inline quote
186
Attribute for Video:
specifies that the video will start playing as soon as it is ready
autoplay
187
Add a class attribute to the HTML element.
Class Selector
188
is used only for visual-only italics
189
Basic Structure of Table:
Defines the table row
190
File Extension: JPG
.jpg or.jpeg
191
Attribute for Video:
Specifies the width or height of the video
Width/height
192
CSS Selectors
Type Selector
Universal Selector
Class Selector
ID Selector
194
Also referred to as element selectors
Type Selector
195
File Extension of SVG
.svg
196
Controls the case of the text.
text-transform
197
Image Formats
GIF
SVG
JPG or JPEG
PNG
198
Spacing between words. Add numerical value by points, pixels and em.
letter-spacing
199
specifies an alternate text for the image
alt
200
Attribute for Video:
specifies that the audio output should be muted
muted
201
refers to the actual width of the device's screen
Physical Width of the Screen
202
It indicates a drop-down list of options from which users can select one or more.
203
tag is used to play video files.
204
Inside the
205
For the search engines and AI to know that two pieces of content are related to each other we will be using figures.
Figures and Figcaption
206
To create an email link, use ---: protocol.
mailto
207
They are not reusable and they override style rules added by other methods.
Inline Style Sheet
208
Attribute for Audio:
specifies that the audio will start playing as soon as it is ready
autoplay
209
Date/Time Types:
For inputting week and year
Week
210
Property that uses images as backgrounds.
background-image
211
label
212
One targeting an ancestor element and the other a descendant element.
Descendant Combinator
213
used to define a table caption.
214
HTML stands for
HyperText Markup Language
215
:
Specifies if multiple files are accepted
Multiple
216
tag is used to enclose a block of preformatted text.
217
Textfield types:
For telephone number format validation
tel
218
Types of CSS Styles
Inline Style Sheet
Embedded Style Sheet
External Style Sheet
219
Used to select nested elements by combining two selectors.
Descendant Combinator
220
It is composed of many elements that describe how the website should appear in the browser.
HTML
|