DEV Community

Cover image for HTML tags | q
Carlos Espada
Carlos Espada

Posted on â€ĸ Edited on

1

HTML tags | q

It is used to indicate a short inline quotation. It has an optional cite attribute to assign a URL with the source of the citation or in which information about it is expanded.

Normally the browser will render it by inserting the text between quotes, which will be modifiable by CSS using the quotes attribute.

Being a short quotation does not need line breaks. In that case <blockquote> should be used.

  • Type: inline
  • Self-closing: No
  • Semantic value: No

Definition and example | Support

Top comments (0)

Playwright CLI Flags Tutorial

5 Playwright CLI Flags That Will Transform Your Testing Workflow

  • 0:56 --last-failed: Zero in on just the tests that failed in your previous run
  • 2:34 --only-changed: Test only the spec files you've modified in git
  • 4:27 --repeat-each: Run tests multiple times to catch flaky behavior before it reaches production
  • 5:15 --forbid-only: Prevent accidental test.only commits from breaking your CI pipeline
  • 5:51 --ui --headed --workers 1: Debug visually with browser windows and sequential test execution

Learn how these powerful command-line options can save you time, strengthen your test suite, and streamline your Playwright testing experience. Click on any timestamp above to jump directly to that section in the tutorial!

Watch Full Video 📹ī¸

👋 Kindness is contagious

DEV shines when you're signed in, unlocking a customized experience with features like dark mode!

Okay