Skip to content
超文本标记语言

File:HTML5_logo_and_wordmark.svg · Wikimedia Commons · See Wikimedia Commons

EntityQ8811· pop 184· linked from 3,374 articles

超文本标记语言

Sign in to save

用於創建網頁的標準標記語言

AI overview

HTML is the standard language used to create web pages, defining what content appears on a website and how that content is organized. It works alongside other technologies like CSS (for styling) and JavaScript (for interactive features) to build the complete web experience you see in your browser.

AI-generated from the Wikipedia summary — may contain errors.

Key facts

File format.name
HTML
File format.icon
HTML5 logo and wordmark.svg
File format.icon_size
150px
File format._noextcode
on
File format.mime
text/html
File format.type code
TEXT
File format.uniform type
public.html
File format.latest release version
Living Standard
File format.genre
Document file format
File format.container for
HTML elements
File format.contained by
Web browser
File format.extended from
SGML
File format.extended to
XHTML
File format.open
Yes
File format.iconcaption
Official logo of HTML5

via Wikipedia infobox

Described at

What is HTML

w3schools.com

HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP W3.CSS C C++ C HOW TO BOOTSTRAP REACT MYSQL JQUERY EXCEL XML DJANGO NUMPY PANDAS NODEJS DSA TYPESCRIPT ANGULAR ANGULARJS GIT POSTGRESQL MONGODB ASP AI R GO KOTLIN SWIFT SASS VUE GEN AI SCIPY AWS CYBERSECURITY DATA SCIENCE INTRO TO PROGRAMMING INTRO TO HTML & CSS BASH RUST TOOLS ) Note: Only the content inside the section (the white area above) is displayed in a browser. For web development and programming, the most important attributes are id and class. These attributes are often used to address program based web page manipulations.

Excerpt from a page describing this subject · 21,564 chars · not written by Vinony

Source code

We are committed to providing a friendly, safe and welcoming environment for all. Please read and respect the WHATWG Code of Conduct. We appreciate all contributions, see the guidelines for contributing for details, including information on how to build HTML output from the source file so you can preview your changes locally.

Excerpt from the source-code README · 886 chars · not written by Vinony

Article · 中文

超文本标记语言(英語:HyperText Markup Language,简称:HTML)是一种用于创建网页的标准标记语言。HTML是一种基础技术,常与CSS、JavaScript一起被众多网站用于设计网页、网页应用程序以及移动应用程序的用户界面。网页浏览器可以读取HTML文件,并将其渲染成可视化网页。HTML描述了一个网站的结构语义随着线索的呈现,使之成为一种标记语言而非编程语言。 HTML元素是构建网站的基石。HTML允许嵌入图像与对象,并且可以用于创建交互式表单,它被用来结构化信息——例如标题、段落和列表等等,也可用来在一定程度上描述文档的外观和语义。HTML的语言形式为尖括号包围的HTML元素(如),浏览器使用HTML标签和脚本来诠释网页内容,但不会将它们显示在页面上。 HTML可以嵌入如JavaScript的脚本语言,它们会影响HTML网页的行为。网页浏览器也可以引用层叠样式表(CSS)来定义文本和其它元素的外观与布局。维护HTML和CSS标准的组织万维网联盟(W3C)鼓励人们使用CSS替代一些用于表现的HTML元素。

Abstract from DBpedia / Wikipedia · CC BY-SA

Gallery (9)