Home > Web Front-end > HTML Tutorial > HTML学习基础教程_html/css_WEB-ITnose

HTML学习基础教程_html/css_WEB-ITnose

WBOY
Release: 2016-06-21 09:04:31
Original
919 people have browsed it

详细学习教程请看上面摘要中的网址。下面简单入门一下:

1、什么是HTML?

  • HTML 指的是超文本标记语言 (Hyper Text Markup Language)。

2、HTML的作用?

    简单来说就是用来开发网站的语言。所有的网页都是浏览器对HTML代码解释而形成的。

3、怎样利用HTML开发网页?

   复制如下代码到文本文件中,然后把后缀名称改成.html或者.html即完成一个最简单的网页开发。

<html><body><h1>我的第一个网页</h1><p>我的网页就这么简单</p></body></html>
Copy after login

双击打开,显示效果:


Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template