Share via

Sharepoint learning

GILBERT Christophe 0 Reputation points
2026-05-21T13:06:50.2166667+00:00

Where to find a good tutorial to start on Sharepoint, for web design?

Microsoft 365 and Office | SharePoint | Development
0 comments No comments

2 answers

Sort by: Most helpful
  1. Marcin Policht 92,380 Reputation points MVP Volunteer Moderator
    2026-05-21T13:12:57.95+00:00

    Start with MS Learn training content:

    https://learn.microsoft.com/en-us/training/paths/m365-sharepoint-associate/

    https://learn.microsoft.com/en-us/training/modules/build-accessible-sharepoint-sites/

    For free third-party instructional content, consider the SharePoint Maven tutorial catalog at https://sharepointmaven.com. This site hosts documentation on site navigation and structure. You might want to also check video playlists available on YouTube at https://youtube.com by searching for specialized channels such as Kevin Stratvert or Leila Gharani, who provide step-by-step design walkthroughs


    If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.

    hth

    Marcin

    Was this answer helpful?

    0 comments No comments

  2. AI answer

    2026-05-21T13:07:08.5366667+00:00

    For starting SharePoint web design and development, the best entry point is the official SharePoint and SharePoint Framework (SPFx) tutorials and training.

    For general SharePoint site and page design (no-code/low-code):

    • Use the SharePoint help & learning portal to learn how to create and design modern pages, sites, and navigation:
      • Get an overview of SharePoint and how sites, pages, and content work: Get started with SharePoint
      • Then move to the beginner and intermediate topics such as creating document libraries, lists, and customizing navigation, which are key for structuring a well-designed site.

    For developer-focused web design (custom web parts, extensions, UI):

    For more advanced/custom scenarios:

    • Review the “Additional tutorials for SharePoint Framework” to learn how to:
      • Provision SharePoint assets from web parts
      • Deploy SPFx components to production and Azure CDN
      • Use Microsoft Graph and enterprise APIs for richer, data-driven UI.
    • For modern page customization, note that modern pages use modern web parts and do not allow arbitrary custom script for security reasons. For custom UI, use SPFx web parts and extensions as described in the SharePoint Framework overview and related tutorials.

    These resources together provide a complete path from basic SharePoint page design to full SPFx-based web UI development.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.