![]()
Adding and Formatting Text
Adding and Formatting Text in WYSIWYG Editor
Learn how to add, edit, organize, and format text using the visual tools available in a WYSIWYG HTML editor.
Introduction
Adding and formatting text in a WYSIWYG editor is one of the simplest ways to create attractive webpage content without manually writing every HTML tag. A WYSIWYG editor allows users to type content into a visual workspace and apply formatting using toolbar buttons and menus.
WYSIWYG stands for “What You See Is What You Get.” When you type a paragraph, create a heading, make words bold, or change text alignment, the editor generally converts these actions into appropriate HTML markup.
Understanding the Text Formatting Toolbar
Most WYSIWYG editors provide a toolbar containing common text formatting controls. These controls make it possible to change the appearance and structure of text without manually entering HTML.
Sample Heading
This is an example of text inside a WYSIWYG editing area. Users can select text and apply different formatting options.
Bold text, italic text, and underlined text can be created using toolbar controls.
How to Add Text
Adding text in a WYSIWYG editor is usually straightforward. Place the cursor inside the editing area and begin typing. The editor automatically places the text into the webpage’s content structure.
Using Headings
Headings help organize webpage content into logical sections. WYSIWYG editors commonly provide heading options such as Heading 1, Heading 2, and Heading 3.
Example of a Heading
A heading can introduce a new section of an article and make the content easier for visitors to scan.
Heading levels also help search engines and assistive technologies understand the structure of a webpage. The main page title normally uses an H1 heading, while major sections can use H2 headings and subsections can use H3 headings.
Making Text Bold
The bold formatting option makes selected words visually stronger. It can be useful for emphasizing important terms, instructions, or key points.
For example: Always save your webpage after making important changes.
When using a WYSIWYG editor, you normally select the desired text and click the bold button in the toolbar.
Using Italic and Underlined Text
Italic formatting can be used to emphasize terminology, titles, or specific expressions.
Underlined text can be used in some situations, although underlining should be used carefully because website visitors may interpret underlined text as a clickable link.
Creating Lists
WYSIWYG editors commonly provide numbered and bulleted list controls. Lists are useful when information needs to be presented clearly and in an organized format.
Bulleted List
- Add headings and paragraphs.
- Emphasize important words.
- Create organized lists.
- Insert links where appropriate.
Numbered List
- Write the content.
- Select the text.
- Apply formatting.
- Preview the webpage.
Changing Text Alignment
Many WYSIWYG editors provide alignment controls for left, center, right, and sometimes justified text. Alignment can be changed by selecting a paragraph and clicking the appropriate toolbar button.
Left aligned: Commonly used for normal webpage text.
Centered: Often used for selected headings or special content.
Right aligned: Useful in specific design situations.
Changing Font Size and Style
Some WYSIWYG editors allow users to change the font family, font size, and sometimes text color. These controls can help create a consistent visual appearance.
However, excessive use of different fonts and sizes can make a webpage difficult to read. A consistent typography system usually provides a better user experience.
Adding Links to Text
WYSIWYG editors often include a link button that allows selected text to become clickable. For example, the phrase learn more about WYSIWYG HTML editors can be linked to another relevant page.
For this website, you can connect related content internally using pages from The Science Online. For example:
Learn more about WYSIWYG HTML Editors
Internal links can help visitors discover related educational content and navigate between relevant pages.
Editing and Correcting Text
Another important feature of a WYSIWYG editor is easy text editing. You can place the cursor inside a paragraph, delete words, insert new sentences, rearrange content, or replace existing text.
Many editors also support common keyboard commands such as Ctrl + C for copy, Ctrl + V for paste, and Ctrl + Z for undo.
Best Practices for Formatting Text
- Use clear and descriptive headings.
- Keep paragraphs reasonably short.
- Use bold text to emphasize important information.
- Use lists when presenting multiple related points.
- Avoid using too many font styles.
- Maintain consistent formatting throughout the webpage.
- Preview the page before publishing.
- Check links to make sure they work correctly.
Conclusion
Adding and formatting text in a WYSIWYG editor provides a convenient way to create structured and readable webpages. Users can type content, apply headings, format important words, create lists, change alignment, and add links using visual controls.
These features make WYSIWYG editors especially useful for beginners who want to create webpages without manually writing every HTML element. As users become more familiar with HTML and CSS, they can also use the source-code view available in many editors for greater control.
Explore the WYSIWYG HTML Editor guide for more information about creating webpages with visual editing tools.


