Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Quotes | Advanced Text Formatting Elements
Introduction to HTML
course content

Зміст курсу

Introduction to HTML

Introduction to HTML

1. Basics Introduction
2. Basic Elements
3. Metadata and the Head Element
4. Advanced Text Formatting Elements
5. Advanced Concepts

Quotes

The <blockquote> element in HTML represents a quoted section from another source. It is typically displayed as indented text on a web page, with the quote's source cited at the bottom.

The <footer> element is a structural element used to identify the footer of a page, document, article, or section.

html

index

css

index

js

index

You can also specify the source of the quote using the cite attribute:

html

index

css

index

js

index

You can also use the <blockquote> element for nesting other block-level elements, such as <p> or <div>, inside it to provide additional context or structure to the quote.

html

index

css

index

js

index

Similarly, the <q> element represents a short inline quotation. It is typically displayed with quotation marks around the quoted text.

html

index

css

index

js

index

Все було зрозуміло?

Секція 4. Розділ 1
We're sorry to hear that something went wrong. What happened?
some-alt