Skip to Main Content or Page Contents

HTML Tutorial using WebMatrix Web Editor

How to
1. Use the WebMatrix Web Editor in conjunction with this HTML & CSS Tutorial.
2. Make you First Web Page

Results per page:

Match: any search words all search words

This Page's Contents

Initial Setup of WebMatrix

Creating a New Web Page with WebMatrix

Initial Setup of Webmatrix Web Editor

Non Required

Webmatrix Create a New Web Page

Open WebMatrix

  1. On the WebMatrix start screen, Click New > Empty Site
  2. Click Create a new file ...
  3. Select HTML
    Click OK
    Note an Empty Site: This template creates a bare-bones website based on ASP.NET Web Pages. Use this template if you want to build your site's functionality from scratch.
  4. Alter size of Code Text if required
  5. Type (or Copy & Paste) in between the <title> tags
    Your Page TITLE goes here
  6. Type (or Copy & Paste) in between the <body> tags
    <p>Your Page CONTENT goes here and is in a Paragraph</p>
  7. Note Line & - Signs
  8. Click Sign to compact Section
  9. Click + Sign to re-open section
  10. Click File > Save as
  11. In file ALTER to
    index.html
  12. I suggest you save the file in the following folder my-first-web-pages which you created in Step 1 of Tutorial  02 is located at location:
    C: > Users > Your User Name >my-first-web-pages

    If you save in a different location Note where the file is being saved for future use.
  13. Click Save button

Video of Make a Web Page with Microsoft WebMatrix HTML Tutorial


 

 

© tutorials4u.com
HTML Tutorial by John McGuinn.