首页 > Web开发 > 详细

HTML Basic - Charpter2

时间:2016-08-01 10:37:57      阅读:236      评论:0      收藏:0      [点我收藏+]

HTML Editors

  Write HTML Using Notepad or TextEdit

    Web pages can be created and modified by using professional HTML editors.

    However, for learning HTML we recommend a simple text editor like Notepad(PC) or TextEdit(Mac).

    We believe using a simple text editor is good way to learn HTML.

    Follow the four steps below to create your first web page with Notepad or TextEdit.

      Step1: Open Notepad(PC)

        Open Notepad in Window 8 or later:

          Open the Start Screen (the window symbol at bottom left on your screen). Type Notepad.

        Open Notepad in Windows 7 or earlier:

          Click Start (bottom left on your screen). Click All Programs. Click Accessories. Click Notepad.

      Step2: Write  Some HTML

        Write or copy some HTML into Notepad.

      Step3: Save the HTML Page

        Save the file on your computer. Select File > Save as in the Notepad menu.

        Name the file "index.htm" and set the encoding to UTF-8 (which is preferred encoding for HTML files).

      Step4: View the HTML Page in Your Browser

        Open the saved HTML file in your favorite browser (double click on the file, or right-click-and choose "Open with")

HTML Basic - Charpter2

原文:http://www.cnblogs.com/lostkite/p/5724709.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!