Unit 3 - Build Simple Website
Unit 3 - Build Simple Website
pages
2 ________________________________
Compiled By: Debi L. @Asella
Inserting and Formatting Text Content
Ease of Adding Content in WordPress
Simple to add and edit content without coding.
Supports pasting text from Word files or typing
directly.
Adding Text
WordPress Content Editor:
Two tabs: Visual Editor and Text Editor.
Visual Editor: User-friendly for most users.
Text Editor: Useful for viewing and editing
HTML or Shortcodes.
Importance of Consistency
Consistent formatting enhances documentation and
design.
Improves readability through intuitive use of formatting,
colors, alignment, spacing, and punctuation.
Text Highlighting Conventions
Bold:
Use <b> in HTML or ** in Markdown.
Prefer double asterisks for clarity in Markdown.
Italic:
Use <i> in HTML or _ in Markdown for emphasis on key
terms.
A single asterisk * can also be used in Markdown.