`
happysalay
  • 浏览: 10728 次
  • 性别: Icon_minigender_1
  • 来自: 济南
最近访客 更多访客>>
社区版块
存档分类
最新评论

HTML - Getting Started

    博客分类:
  • java
阅读更多

转载

What You Need

You don't need any tools to learn HTML at W3Schools.

  • You don't need any HTML editor
  • You don't need a web server
  • You don't need a web site

Editing HTML

In this tutorial we use a plain text editor (like Notepad) to edit HTML. We believe this is the best way to learn HTML.

However, professional web developers often prefer HTML editors like FrontPage or Dreamweaver, instead of writing plain text.


Create Your Own Test Web

If you just want to learn HTML, skip the rest of this chapter.

If you want to create a test page on your own computer, just copy the 3 files below to your desktop.

(Right click on each link, and select "save target as" or "save link as")

mainpage.htm

page1.htm

page2.htm

After you have copied the files, you can double-click on the file called "mainpage.htm" and see your first web site in action.


Use Your Test Web For Learning

We suggest you experiment with everything you learn at W3Schools by editing your web files with a text editor (like Notepad).

Note: If your test web contains HTML markup tags you have not learned, don't panic. You will learn all about it in the next chapters.


.HTM or .HTML File Extension?

When you save an HTML file, you can use either the .htm or the .html file extension. We use .htm in our examples. It is a habit from the past, when the software only allowed three letters in file extensions.

With new software it is perfectly safe to use .html.


分享到:
评论

相关推荐

    mdk5-getting-started-cn(中文版).pdf

    以上是对《mdk5-getting-started-cn(中文版).pdf》的简单介绍,这本入门教程对于那些对英文文档有困难的读者来说是一份宝贵的资料,可帮助他们快速掌握MDK5的使用方法,并在ARM Cortex-M系列微控制器上开发出高质量...

    RMAN - Getting Started

    通过阅读`RMAN 8.0 to 8i - Getting Started.html`这份文档,你可以详细了解从Oracle 8.0到8i版本的RMAN使用方法,逐步熟悉和掌握RMAN的各项功能。文档可能涵盖了初始配置、基本备份操作、恢复操作实例、备份策略...

    开源项目-abourget-getting-started-with-golang.zip

    开源项目-abourget-getting-started-with-golang.zip,Installing Go tools for Sublime is scattered all around.. help me have a definitive guide.

    gnome-getting-started-docs:来自gnome的上游gnome-getting-started-docs的叉子

    在 gnome-getting-started-docs-master 文件夹中,我们可以预期找到项目源代码、文档草稿、Markdown 文件或者 HTML 输出,这些文件可能包括了上述各个方面的详细教程和指南。如果想要贡献或者自定义 GNOME 的入门...

    Aspnet-pluralsight-ravendb-4-getting-started.zip

    Aspnet-pluralsight-ravendb-4-getting-started.zip,Ravendb的示例代码4:开始使用PluralSight课程Vendb 4:开始使用PluralSight课程,asp.net是一个开源的web框架,用于使用.net构建现代web应用和服务。asp.net创建...

    The-Getting-Started-ThinkPHP3.1-look.rar_9XH_Getting Started

    这个压缩包包含了一个名为"The Getting Started ThinkPHP3.1 look.chm"的帮助文档,这通常是一种编译后的HTML合集,便于用户离线查阅。 在ThinkPHP3.1框架中,有几个关键知识点是初学者必须要了解的: 1. **安装与...

    risc-v-getting-started-guide:RISC-V官方入门指南

    RISC-V入门指南 这是的存储库,该是RISC-V基金会准备的入门资料,托管在Read The ... 要编译本指南HTML版本,请使用: make html 输出将位于build/目录中。 您还可以生成PDF,这需要TeX和其他一些工具。 贡献 RISC

    JSF2-Getting-Started

    - **JSF 2.0 的学习路径**:初学者应先掌握 HTML、CSS 和基本的 Java 编程知识。之后,可以按照文档的指引逐步了解 JSF 的核心概念、组件、事件处理、页面生命周期等,并通过实际项目来加深理解。 - **社区与资源**...

    ember-js-getting-started:该项目已弃用

    ember-js-getting-started 一个准系统的Ember.js应用程序,可以使用开源轻松地部署到Heroku。 如果您想尝试快速启动应用程序的一键部署,请部署为静态应用程序。 先决条件 您需要在计算机上正确安装以下物品。 ...

    java星星源码-html-css-javascript-getting-started-start:来自CraigShoemaker在Plu

    java星星原始码html-css-javascript-getting-started-start 来自Craig Shoemaker在Pluralsight.com上的“ html-css-javascript-getting-started-start”课程中的源代码

    python-getting-started:Heroku上的Python入门

    $ cd python-getting-started $ python3 -m venv getting-started $ pip install -r requirements.txt $ createdb python_getting_started $ python manage.py migrate $ python manage.py collectstatic $ heroku ...

    WXHHDI01-AJAX-B1-GetStarted-CS

    在【压缩包子文件的文件名称列表】中,"HDI-B1-GettingStarted-CS"可能是教程的主文件,包含了AJAX入门的具体步骤、代码示例和解释。这通常包括HTML、CSS和JavaScript文件,以及可能的服务器端脚本示例,用于展示...

    node-js-getting-started

    node-js-getting-started 使用准系统Node.js应用程序。 此应用程序支持“ 文-签出。 本地运行 确保已安装和 。 $ git clone https://github.com/exorunltd/node-js-getting-started.git # or clone your own fork...

    Getting Started with WebRTC - HTML5 Rocks

    Getting Started with WebRTC - HTML5 Rocks webrtc例子的文章 对研究webrtc有很大帮助 看完可以消除一些疑惑

    html-css-javascript-getting-started-start

    在"html-css-javascript-getting-started-start"这个课程中,你将学习到如何使用基本的HTML标签来构建网页骨架,如`<html>`、`<head>`、`<body>`、`<h1>`至`<h6>`、`<p>`、`<img>`、`<a>`等,以及如何插入外部资源如...

    Getting Started with p5.js中文版

    《Getting Started with p5.js中文版》是一本针对初学者的p5.js教程,由Lauren McCarthy、Casey Reas和Ben Fry共同创作。p5.js是一个基于JavaScript的创意编程库,它的目标是使编程变得更为易用和包容,特别适合艺术...

    node-js-getting-started:Heroku上的Node入门

    node-js-getting-started 使用准系统Node.js应用程序。 此应用程序支持“文-签出。本地运行确保已安装和 。 $ git clone https://github.com/heroku/node-js-getting-started.git # or clone your own fork$ cd node...

    getting started with LATEX

    Wilkins** 的《Getting Started with LATEX》是一本面向初学者的经典著作,旨在帮助读者快速掌握 LATEX 的基本使用方法。 #### 二、LATEX 输入文件的基本结构 1. **什么是 LATEX?** - **LATEX** 是一种高级...

    Getting-Started-with-Webrtc-2013-Rob-Manson.pdf

    WebRTC(Web Real-Time Communication)项目的最终目的主要是让Web开发者能够基于浏览器(Chrome\FireFox\...)轻易快捷开发出...同时,Google也希望和致力于让WebRTC的技术成为HTML5标准之一,可见Google布局之深远。

    ReactJS.NET-with-require.js-getting-started-tutorial:ReactJS.NET 和 require.js 入门教程代码

    ReactJS.NET-with-require.js-getting-started-tutorial 此 repo 包含在 require.js 的帮助下在客户端和服务器端进行同构React渲染的示例。 Ps 它还包含一个带有松散依赖步骤的奖励示例,请查看 main.js 以获取想法...

Global site tag (gtag.js) - Google Analytics