博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
HTML Basic - Chapter2
阅读量:4944 次
发布时间:2019-06-11

本文共 1232 字,大约阅读时间需要 4 分钟。

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")

转载于:https://www.cnblogs.com/lostkite/p/5724709.html

你可能感兴趣的文章
接口的意义(转)
查看>>
向ASP.NET自定义控件中嵌入CSS资源
查看>>
SpringMVC DeferedResult和servlet3.1 AsyncContext异步请求
查看>>
CSRF攻击与防御
查看>>
利用ab压力工具对服务器进行压力测试
查看>>
"CSRF token missing or incorrect."的解决方法.
查看>>
Jquery中ajax加载提示插件blickUI
查看>>
Tomcat 启动报错 did not find a matching property.
查看>>
Fast DFS分布式文件存储系统
查看>>
选择排序算法---直接选择排序和堆排序
查看>>
读文件
查看>>
The 'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine.
查看>>
20172330 2017-2018-1 《Java程序设计》第五周学习总结
查看>>
目标检测入门
查看>>
React js ReactDOM.render 语句后面不能加分号
查看>>
iOS开发常用第三方库
查看>>
堆排序法---题目
查看>>
Js 怎么遍历json对象所有key及根据动态key获取值
查看>>
findStr
查看>>
使用工具 httpie调试API接口 - 转
查看>>