You can add a border in Google Docs in a few different ways depending on whether you want a border around the whole page or just around text.

Page‑style border (1×1 table trick)

This is the fastest “page border” workaround, since Google Docs doesn’t have a true page‑border feature built in.

  1. Open your document in Google Docs.
  1. Go to Insert → Table → 1×1 to insert a single‑cell table.
  1. Drag the table’s edges so the cell fills almost the entire page (you can pull the bottom border down close to the page end).
  1. Click inside the table, then use the toolbar border controls (border color, border width, border style) to style your border.
  1. Type your content inside this cell as normal; it will look like a page with a border.

If you want it tighter to the edges, you can reduce page margins in File → Page setup before or after creating the table.

Page border with Drawing (shape tool)

This method is better if you want a decorative frame‑style border.

  1. Open the document.
  2. Click Insert → Drawing → New.
  1. In the Drawing window, click the Shape icon → Shapes → choose Rectangle.
  1. Draw a large rectangle.
  2. Set Fill color to transparent so only the outline shows, then adjust Border color and Border weight (thickness).
  1. Click Save and close to insert it into your doc.
  1. Click the border in the document and drag the corners so it fits the page; you can use image options to fix its position on the page if needed.

This works like an image frame around your content.

Border around a paragraph or block of text

For a clean border just around a heading, note, or paragraph, use Borders and shading.

  1. Select the paragraph or text you want to surround.
  2. Go to Format → Paragraph styles → Borders and shading.
  1. In the dialog, choose:
    • Border position (all sides, top, left, etc.).
 * **Border width** (e.g., 1–4 pt).
 * **Border style** (solid, dashed, dotted).
 * **Border color** and optional **background color**.
 * **Padding** so the text isn’t touching the border (e.g., 2 pt).
  1. Click Apply and the border appears around that paragraph.

This is great for callout boxes, tips, or “Important” notes.

Border around specific text (simple box look)

If you just want text in a box (not necessarily full‑width):

  • Use a 1×1 table sized to your text area and style its border via Table properties (right‑click table → Table properties: border color, width, style).
  • Or use Format → Paragraph styles → Borders and shading on that line/paragraph.

Both methods keep the document structure simple while highlighting key content.

Mini HTML table: border options overview

html

<table>
  <tr>
    <th>Goal</th>
    <th>Best Method</th>
    <th>Key Steps</th>
  </tr>
  <tr>
    <td>Border around whole page</td>
    <td>1×1 table resized to page</td>
    <td>Insert → Table → 1×1, drag to fill page, style border from toolbar.</td>
  </tr>
  <tr>
    <td>Decorative frame border</td>
    <td>Drawing rectangle</td>
    <td>Insert → Drawing → New → Shape (rectangle), transparent fill, style outline, Save and close.</td>
  </tr>
  <tr>
    <td>Border around a paragraph</td>
    <td>Borders and shading</td>
    <td>Select text → Format → Paragraph styles → Borders and shading → set border, color, padding → Apply.</td>
  </tr>
  <tr>
    <td>Small box around text</td>
    <td>Small 1×1 table</td>
    <td>Insert 1×1 table around text area, right‑click → Table properties → adjust borders.</td>
  </tr>
</table>

SEO bits you can reuse

  • Focus keyword: “how to add border in google docs” fits naturally for all three methods above.
  • A meta description example:

Learn how to add a border in Google Docs using tables, drawings, and paragraph borders so your pages, headings, and notes stand out in seconds.

TL;DR: Use a 1×1 table or Drawing rectangle for full‑page borders, and Format → Paragraph styles → Borders and shading for neat borders around specific text.

Information gathered from public forums or data available on the internet and portrayed here.