Html Study Cards

Enhance Your Understanding with HTML Flash Cards for Quick Learning



HTML

Hypertext Markup Language, the standard markup language for creating web pages and web applications.

Tag

An HTML element surrounded by angle brackets, used to define the structure and content of a web page.

Attribute

A property added to an HTML element to provide additional information or modify its behavior.

Element

A complete HTML entity, consisting of a start tag, content, and an end tag.

Formatting

The process of applying styles and visual enhancements to HTML elements, such as changing font size or adding colors.

Link

An HTML element used to navigate between web pages or external resources.

Image

An HTML element used to display images on a web page.

Table

An HTML element used to organize data into rows and columns.

Form

An HTML element used to collect user input, such as text fields or checkboxes.

CSS

Cascading Style Sheets, a stylesheet language used to describe the presentation of a document written in HTML.

JavaScript

A programming language used to add interactivity and dynamic behavior to web pages.

Accessibility

The practice of designing and developing web content that can be accessed and used by people with disabilities.

Best Practices

Recommended guidelines and techniques for writing clean, efficient, and maintainable HTML code.

SEO Optimization

The process of improving a web page's visibility and ranking in search engine results pages.

Responsive Design

A design approach that ensures web pages adapt to different screen sizes and devices.

DOCTYPE

An HTML declaration that specifies the version of HTML used in a web page.

Head

An HTML element that contains metadata and other non-visible information about a web page.

Body

An HTML element that contains the visible content of a web page.

Header

An HTML element used to define a container for introductory content or navigation links.

Footer

An HTML element used to define a container for the footer content of a web page.

Paragraph

An HTML element used to define a paragraph of text.

Heading

An HTML element used to define headings of different levels, from h1 to h6.

Div

An HTML element used to group and style other HTML elements.

Span

An HTML element used to apply styles or manipulate specific parts of a text.

Anchor

An HTML element used to create hyperlinks to other web pages or resources.

Image Source

An HTML attribute used to specify the URL of an image.

Alt Text

An HTML attribute used to provide alternative text for an image, displayed when the image cannot be loaded.

Table Row

An HTML element used to define a row in an HTML table.

Table Header

An HTML element used to define a header cell in an HTML table.

Table Data

An HTML element used to define a data cell in an HTML table.

Input

An HTML element used to create interactive form controls, such as text fields or checkboxes.

Button

An HTML element used to create clickable buttons on a web page.

Class

An HTML attribute used to define a class or group of elements for styling or JavaScript manipulation.

ID

An HTML attribute used to uniquely identify an element within a web page.

Inline Style

An HTML attribute used to apply styles directly to an HTML element.

External Style Sheet

A separate file containing CSS code, linked to an HTML document to apply styles.

Internal Style Sheet

CSS code placed within the head section of an HTML document to apply styles.

Script

An HTML element used to embed or reference external JavaScript code.

Event

An action or occurrence that can be detected by JavaScript, such as a button click or page load.

Semantic HTML

HTML elements that convey meaning and structure to both the browser and developers.

W3C

World Wide Web Consortium, an international community that develops web standards and guidelines.

SEO

Search Engine Optimization, the practice of improving a website's visibility and ranking in search engine results.

Responsive Framework

A pre-built CSS and JavaScript framework that helps create responsive web designs.

Viewport

The visible area of a web page within a browser window.

Media Query

A CSS technique used to apply different styles based on the characteristics of the device or screen size.

Mobile-first Design

A design approach that prioritizes the mobile experience and adapts it to larger screens.

Grid System

A layout system that uses a grid of columns and rows to organize content on a web page.

Responsive Images

Techniques used to optimize and deliver images based on the device's screen size and resolution.

Viewport Meta Tag

An HTML meta tag used to control the viewport behavior and scale on mobile devices.

Mobile Navigation

Navigation menus optimized for mobile devices, often using hamburger icons or slide-out panels.

CSS Preprocessor

A tool that extends the capabilities of CSS by adding features like variables, mixins, and nesting.

CSS Framework

A collection of pre-built CSS styles and components that can be used to accelerate web development.

HTML5

The latest version of HTML, introducing new elements, attributes, and APIs for modern web development.