HTML and CSS Tags and Properties Overview

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

1/82

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

83 Terms

1
New cards

ATag

An anchor (a) 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

ArticleTag

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

AsideTag

A tag which is often used to mark off a side story.

7
New cards

AudioTag

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

BodyTag

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 the 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

BrTag

A tag which is used to create a line break.

14
New cards

ButtonTag

A tag which can be used on a form to add a button option.

15
New cards

CaptionTag

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.

17
New cards

CSS

Cascading Style Sheets (CSS) is a type of style sheet language used in web design to describe the presentation of a document written in a markup language like HTML5.

18
New cards

CSS Framework

A template created by the web designer, downloaded for free, or purchased from a third party, with built-in CSS to ease the development process of a website.

19
New cards

DatalistTag

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

DetailsTag

The summary tag surrounds the line explaining what is in the details section in a details tag.

22
New cards

DivTag

A tag which is used in CSS to control alignment, backgrounds, margins, padding, and text flow for webpage elements.

23
New cards

Em

A relative measurement equivalent to the font size being used. For example, 3em = 3 x the current font size.

24
New cards

Ex

A measurement type relative to the height of the letter 'x'.

25
New cards

FieldsetTag

A tag which creates fieldsets to group fields on forms, making them easier to read.

26
New cards

FigureTag

A tag which is used to mark up an image in a webpage.

27
New cards

Float Element

An element used to move one item next to another on a webpage.

28
New cards

Font-Family Property

A CSS property to ensure backup and web-safe fonts are available if a user doesn't have access to the specified fonts.

29
New cards

Font-Style Property

A CSS property used to apply style to fonts, such as italics.

30
New cards

Font-Weight Property

A font property controlling the boldness of text on a webpage.

31
New cards

Get

A common submission method used to retrieve information, such as from another webpage or a search engine.

32
New cards

HeadTag

A tag that contains information describing the webpage, but does not display on the webpage itself.

33
New cards

HeadingTags

HTML has six levels of headings (h1 to h6), with h1 being the largest and h6 the smallest.

34
New cards

Hexadecimal Colors

A color format using a pound symbol and six hexadecimal characters representing red, green, and blue values.

35
New cards

HrTag

A tag that creates a horizontal rule (line), used for paragraph-level breaks.

36
New cards

HtmlTag

A tag containing the data that makes up a webpage.

37
New cards

HTML5

Hypertext Markup Language 5, used to build and present content on the Internet.

38
New cards

iFrame

A frame within a webpage that can hold external content and be altered using programming.

39
New cards

ImgTag

Defines an image in HTML and requires src and alt attributes.

40
New cards

JavaScript

A scripting language that adds dynamic behavior to webpages, responding to events.

41
New cards

LiTag

List item tag, used for items in ordered or unordered lists.

42
New cards

LinkTag

Allows designers to link to external files like style sheets and scripts.

43
New cards

Margins

The space between content and the edge of a webpage.

44
New cards

Max-Width Property

Used in CSS to ensure content doesn't exceed screen size.

45
New cards

Media Query

Used to adjust webpage styles based on device characteristics like screen width.

46
New cards

Meta Tag

Embeds metadata in a webpage.

47
New cards

Metadata

Describes items and their usage in a webpage.

48
New cards

Method Attribute

Tells a form what type of action to take when submitted (e.g., GET or POST).

49
New cards

MP3

A compressed audio file format.

50
New cards

MP4

A digital container format used to store video and audio data.

51
New cards

MPEG

A standard for video compression, also known as H.264.

52
New cards

NavTag

Defines the area for navigation links in a webpage.

53
New cards

NoscriptTag

Displays a message if a user's browser does not support JavaScript or another script.

54
New cards

Ogg

An open and royalty-free multimedia format.

55
New cards

OlTag

An ordered list tag, used for numbered lists.

56
New cards

OutputTag

Runs instant calculations based on user form inputs.

57
New cards

Overflow Property

Ensures content fits on the screen properly.

58
New cards

PTag

Creates paragraphs in HTML.

59
New cards

Percentage Measurement

Relative measurement allowing elements to resize based on screen size.

60
New cards

Pixel Measurement (px)

A fixed measurement unit in CSS.

61
New cards

Post

Submits data and modifies server content based on user input.

62
New cards

Pt

A unit of measurement equal to 1/72 of an inch.

63
New cards

Put

Submits data to insert it into a database.

64
New cards

Relative Link

Links to another page within the same website.

65
New cards

Relative Positioning

Positions elements relative to their normal location.

66
New cards

Responsive Web Design

Designing webpages to work across various device types and sizes.

67
New cards

SVG

Scalable Vector Graphics; a vector format supporting interactivity and animation.

68
New cards

ScriptTag

Holds programming scripts.

69
New cards

SectionTag

Marks off sections of a webpage.

70
New cards

Select Tag

Creates a drop-down list in a form.

71
New cards

SemanticTag

Organizes a webpage and influences how it's rendered.

72
New cards

SpanTag

Formats a word or phrase within a sentence.

73
New cards

SummaryTag

Used within the details tag to label the section.

74
New cards

Tag

A command in HTML that formats content.

75
New cards

Text-Align Property

Aligns text on a webpage.

76
New cards

TextareaTag

Creates a multi-line text box for user input in forms.

77
New cards

Text-Decoration Property

Applies styles like underlines to text.

78
New cards

Text-Indent Property

Indents the first line of a paragraph.

79
New cards

TrackTag

Used for subtitles or captions in video.

80
New cards

UlTag

Creates an unordered (bulleted) list.

81
New cards

VideoTag

Adds video content to a webpage.

82
New cards

Visibility Property

Controls whether an element is visible or hidden.

83
New cards

WebM

A video format designed for efficient playback on low-power devices.