3️⃣Buttons, links , headings, paragraphs and Lists

This chapter discusses web content elements and how to fix elements issues with Flowy.

Web content elements help in identifying the purpose and structure of the content in a website. Web content elements can be compared to signs and decorations in a building that will assist you in understanding the purpose of each room and how to navigate through the website.

There are over 115 elements in HTML. However, this section will showcase a select few of those elements to demonstrate how specific issues can be resolved using Flowy.

A button is an interactive element that triggers some action such as submitting a form or opening a dialog when activated by a user. This can be done in different ways: by clicking the button with a mouse, pressing the enter or space-bar keys on a keyboard, touching the button with a finger on a touch-enabled device, or assistive technology devices such as switches.

How to Fix Implement ARIA Button with Flowy

  1. Determine the elements in your web page that will require users to click, tab or tap to perform specific actions (such as submitting forms, triggering navigation, triggering hidden content, initiating downloads, or executing JavaScript functions.)

  2. Pick the most appropriate elements that will identify as <button> elements for user interaction.

  3. Click on the Elements tool and select element.

  4. Select the css selectors that represent the <button> elements for your web page

  5. Choose the attribute <button>, click rock and roll and that’s it.

The <p> in HTML element is used to show a paragraph. When you make paragraphs look the same, it makes the words clear and easy to read for everyone. It also lets people change how paragraphs look, like making them bigger or smaller, so they can read comfortably.

By organizing paragraphs correctly, Assistive technologies can help people who have trouble seeing or reading understand information in a webpage better.

How to implement a paragraph with Flowy

  1. Determine the areas present blocks of text and as separate paragraphs.

  2. Pick the most appropriate elements that will make clear sections of text that have some empty space between them.

  3. Click on the Elements tool and select element.

  4. Select the css selectors that represent the <p> elements for your webpage

  5. Choose the <p> element for your selectors , click rock and roll and that’s it.

Last updated