Introduction to html files

巴扎黑
Release: 2017-05-14 13:54:38
Original
1362 people have browsed it

html is hypertext markup language. Nowadays, most web pages are in html format, so it is widely used. "Hypertext" means that the page can contain pictures, links, and even non-text elements such as music and programs. Next, I will share with you how to open html files through this article. Friends who need it can refer to

HTML is hypertext markup language. Most web pages now are in html format. The so-called html file is actually a hypertext file, in which hypertext can be non-text elements such as pictures or music, and is also widely used. However, many users don’t quite understand what file html is? And I don’t know how to open the html file? Here, let the editor take the Win7 system as an example to introduce you to the html file and how to open it!

 What is html file?

http file is a hypertext markup language file. The structure of hypertext markup language includes a head part (Head) and a body part (Body). The head part (head) provides information about the web page, and the body part (body) provides the specific content of the web page. It is actually text, which requires interpretation by the browser. Each HTML tag can have different attributes when used to describe the content described by the tag and display different effects.

  How to open html files?

1. If you only want to view the display effect of the local html file, you can open it with a browser, such as Firefox, Google Chrome, 360 Browser, and IE browser;

 2. Open method, click the file, then right-click the mouse, and find the Open method in the right-click menu;

 3. Move the mouse to the Open method, and select Open method in the pop-up menu. Open the installed browser;

 4. The layout may be uneven after opening, which is caused by the loss of css;

 5. Edit the htm file. There are many HTM file editors such as Adobe Dreamweaver, sublime text, of course Notepad can also be used, Notepad is the simplest, no installation is required, just right-click and open with Notepad;

 6. Open sublime text. sublime test is a development software that is fast and lightweight. To open a file, just file-》open file to find the file.

The above is the detailed content of Introduction to html files. For more information, please follow other related articles on the PHP Chinese website!

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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!