.HTML Přípona souboru

Hypertext Markup Language File

Vývojář WHATWG
Popularita
3.5  |  1876 Hlasů
 
🔍Otevírejte soubory .HTML přímo ve webovém prohlížeči pomocí File Helper.Zobrazit online

Co je soubor HTML?

An HTML file contains Hypertext Markup Language (HTML) that formats the structure of a webpage. It is stored in a standard text format and contains tags that define the page layout and content of the webpage, including the text, tables, images, and hyperlinks displayed on the webpage. HTML files are widely used online and displayed in web browsers.

Další informace

Snímek obrazovky souboru .html v Adobe Dreamweaver 2021
Soubor HTML otevřený v Adobe Dreamweaver 2021

HTML was introduced in 1991 by Tim Berners-Lee and other CERN engineers as a way for web browsers to interpret and display webpages. Since its release, it has become a standard in web development and has gone through multiple revisions, which include HTML 2 (1995), HTML 3 (January 1997), HTML 4 (December 1997), and HTML 5 (2014).

The Web Hypertext Application Technology Working Group (WHATWG) develops and advances HTML. The group was founded in 2004 and consists of major browser developers, including Google, Microsoft, Apple, and Mozilla.

The markup language features HTML elements that make up the structure of webpages. Typically, each element includes an opening tag enclosed in angle brackets (<tag>) and a closing tag enclosed in angle brackets but with a forward slash preceding the tag (</tag>).

Some examples of basic elements include:

  • <head> - Head tag used to contain metadata about a webpage
  • <body> - Body tag that defines the body of a webpage
  • <h1> - Text header tag used to create a text title in a webpage
  • <p> - Paragraph tag used to define a paragraph in a webpage
  • <img> - Image tag used to embed an image in a webpage
  • <ul> - Unordered list to create a bulleted list in a webpage
  • <div> - Divider tag used to create a section in a webpage

Over time, other web technologies, such as Cascading Style Sheets (CSS) and JavaScript, have been introduced to enhance webpages. You will most likely find CSS or JavaScript code or references to .CSS or .JS files in modern HTML webpages.

Web developers often create and edit HTML files, then upload them to web servers that web browsers parse when a user visits webpages. If you are an average Internet user, you most likely will not see the HTML source code since your web browser parses it in the background.

However, you can still view the HTML of a webpage with a web browser by following these steps specific to the browser:

  • Google Chrome (Windows) - Select More tools → Developer tools
  • Google Chrome (Mac) - Select View → Developer → View Source
  • Mozilla Firefox - Select Web Developer → Page Source
  • Microsoft Edge - Select More tools → Developer tools
  • Apple Safari - Select Develop → Show Page Source

POZNÁMKA: Most pages within static websites have an .html extension, while pages within dynamic websites may have a .php or .asp extension.

Běžné názvy souborů .HTML

index.html - The main, or index, HTML file that's loaded when a client web browser requests a web server directory. For example, when http://www.sampledomain.com/ is requested, the web server loads http://www.sampledomain.com/index.html by default, unless it is configured to use a different file.

default.html - The index file often used by Windows web servers such as Microsoft IIS.

Jak otevřít soubor HTML

You can open and edit HTML files with various source code editors and web development applications. Microsoft Visual Studio Code (multiplatform) is a helpful source code editor and Adobe Dreamweaver (multiplatform) is a popular web development application.

Since HTML language is saved in plain text, you can also open and edit HTML files with a basic text editor, such as Microsoft Notepad (Windows) or Apple TextEdit (Mac). However, these text editors do not come with features included with source code editors and web development apps that make it easier for developers to code.

You can preview an HTML webpage by opening it with a web browser, such as Google Chrome (multiplatform), Microsoft Edge (multiplatform), Mozilla Firefox (multiplatform), or Apple Safari (Mac and iOS).

Programy, které otevírají soubory HTML

Windows
Mac
Zkušební verze zdarma
Zkušební verze zdarma
Zdarma
Zdarma
Zdarma
Web
Chrome OS
Součást operačního systému
Kategorie: Web
Aktualizováno: 2022-01-12

Ověřil FileInfo.com

Tým FileInfo.com nezávisle prozkoumal formát souboru Hypertext Markup Language a aplikace Mac, Windows, Linux, Android, and iOS uvedené na této stránce. Naším cílem je 100% přesnost a zveřejňujeme pouze informace o typech souborů, které jsme ověřili.

Pokud chcete navrhnout doplnění nebo aktualizaci této stránky, dejte nám vědět.