Home > Web Front-end > HTML Tutorial > Analysis of the operating principle of html

Analysis of the operating principle of html

高洛峰
Release: 2017-03-23 09:46:21
Original
1555 people have browsed it

This article introduces the analysis of the operating principle of html

     html的运行原理
     1.本地运行
      html 文件 使用 浏览器(软件)
       视频文件   使用 暴风软件
      2,远程访问运行
         在100%情况(除了自己测试外)是远程访问html文件
       html的基本结构
        不管这个html 文件有多复杂,它的基本结构式
         <元素 属性=‘属性值’...>内容</元素>
         如果没有内容,可以这样写
         <元素 属性=‘属性值’.../>或<元素 属性=‘属性值’...></元素>
         元素就是标记
         <P>段落标记</p>
         <font size=‘’>字体标记</font>size取值1到7
          <h#>标题字体</h#> #=1.2.3.4.5.6
          <b></b>字体加粗
Copy after login
      html的开发工具;1.记事本 2.dw 3.frontpage 4.s 5.myeclip se 6.其它ide...
Copy after login

The above is the detailed content of Analysis of the operating principle of html. For more information, please follow other related articles on the PHP Chinese website!

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