×

注意!页面内容来自https://www.geeksforgeeks.org/ms-word/creating-a-document-in-ms-word/,本站不储存任何内容,为了更好的阅读体验进行在线解析,若有广告出现,请及时反馈。若您觉得侵犯了您的利益,请通知我们进行删除,然后访问 原网页

<> #nprogress { pointer-events: none; } #nprogress .bar { background: #29D; position: fixed; z-index: 9999; top: 0; left: 0; width: 100%; height: 3px; } #nprogress .peg { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29D0 0 5px #29D; opacity: 1; -webkit-transform: rotate(3deg) translate(0px-4px); -ms-transform: rotate(3deg) translate(0px-4px); transform: rotate(3deg) translate(0px-4px); } #nprogress .spinner { display: block; position: fixed; z-index: 1031; top: 15px; right: 15px; } #nprogress .spinner-icon { width: 18px; height: 18px; box-sizing: border-box; border: solid 2px transparent; border-top-color: #29D; border-left-color: #29D; border-radius: 50%; -webkit-animation: nprogresss-spinner 400ms linear infinite; animation: nprogress-spinner 400ms linear infinite; } .nprogress-custom-parent { overflow: hidden; position: relative; } .nprogress-custom-parent #nprogress .spinner, .nprogress-custom-parent #nprogress .bar { position: absolute; } @-webkit-keyframes nprogress-spinner { 0% { -webkit-transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); } } @keyframes nprogress-spinner { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
  • Courses
  • Tutorials
  • Interview Prep

Creating a Document in MS Word

Last Updated : 11 Apr2026

Microsoft Word makes it easy to create professional documentswhether starting from a blank page or using a pre-designed template. With intuitive tools for setting up layoutsfontsand formattingyou can tailor your document for various purposessuch as reportslettersor resumes.

Steps to Create a New Document

Step 1: Open Microsoft Word

To beginlaunch Microsoft Word on your computer:

  • Windows: Click the Start menusearch for "Word," and select the Microsoft Word app.
  • Mac: Open Word from the Applications folder or Launchpad.

Step 2: Start a Blank Document

When you open Wordyou’re typically greeted with the Start screenwhich offers options to create a new document:

  • Select Blank Document: Click the "Blank document" option to open a newempty document with default settings (e.g.A4 or Letter paper sizeCalibri 11pt font).
Screenshot-2025-08-18-105842
  • Keyboard Shortcut: Press Ctrl+N (Windows) or Command+N (Mac) to create a blank document instantly.
  • Result: A new document opensready for you to start typing or formatting.
Screenshot-2025-08-18-105937

Step 3: Use a Template (Optional)

Instead of a blank documentyou can create a document based on a template for a pre-designed layout:

  • On the Start screenbrowse templates like "Resume," "Letter," "Newsletter," or "Flyer."
Screenshot-2025-08-18-110329-min
  • Click a template to preview itthen select Create to open it.
  • Search Templates: Use the search bar (e.g.type "invoice") to find specific templates online.
  • Use Case: Templates are ideal for creating professional-looking documents quicklysuch as a resume or business letter.

Step 4: Set Up Your Document

After creating a new documentconfigure basic settings to suit your needs:

  • Page Layout: Go to the Layout or Page Layout tab and adjust:
    • Margins: Select Margins > Normal (1 inch) or customize as needed.
    • Orientation: Choose Portrait or Landscape under Orientation.
    • Paper Size: Select Size to choose A4Letteror other sizes.
Screenshot-2025-08-18-110547
  • Font and Paragraph: Go to the Home tab to set the default font (e.g.CalibriTimes New Roman) and paragraph settings (e.g.line spacing).
  • Tip: Save these settings as a custom template for future use (File > Save As > Word Template).

Step 5: Begin Working on Your Document

With your document createdyou can:

  • Start typing text for your content (e.g.a reportessayor letter).
  • Add elements like imagestablesor headers via the Insert tab.
Comment