HTML - определение. Что такое HTML
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое HTML - определение

FAMILY OF MARKUP LANGUAGES FOR DISPLAYING INFORMATION VIEWABLE IN A WEB BROWSER
Html; HTML 4.01; .html; .htm; HTML code; Hypertext Markup Language (HTML); Hypertext markup language; HMTL; HLMT; HTML+; HTML syntax; Hyper Text Markup Language; A href; Html 4.01; ISO/IEC 15445; Myspace code; Dynamic Hypertext Markup Language; HTM file; Html code; HTML4; Html language; Hypertext Markup Language; .HTM; HyperText Markup Language; Hyper text markup language; Html coding; Basic HTML; Text/html; HTML File Format; HTML 3; HTML 4; HTML3; Body Section; HTML 2; HTML2; HTML 3.2; HTML file; HTML strict; Html comment; ISO/IEC HTML; Img src; HTML 4.0; Hyper text Markup Language; HTML Living Standard; HTML (programming language); HTML (markup language)
  • Logo of HTML5
  • HTML element content categories
  • [[Tim Berners-Lee]] in April 2009
Найдено результатов: 113
HTML         
HTML is a system of codes for producing documents for the Internet. HTML is an abbreviation for 'hypertext markup language'. (COMPUTING)
N-UNCOUNT
HTML         
HyperText Markup Language (Reference: Internet, WWW, SGML, RFC 1866/1942, HTML)
HTML         
HTML         
¦ noun Computing Hypertext Markup Language.
HTML+         
<hypertext, standard> A proposed successor to HTML. HTML+ was a superset of HTML designed to extend the capabilities of the language to incorporate better support for multimedia objects in documents. (1994-10-27)
Hypertext Markup Language         
<hypertext, World-Wide Web, standard> (HTML) A hypertext document format used on the World-Wide Web. HTML is built on top of SGML. "Tags" are embedded in the text. A tag consists of a " < ", a "directive" (in lower case), zero or more parameters and a " > ". Matched pairs of directives, like "<title>" and "</title>" are used to delimit text which is to appear in a special place or style. Links to other documents are in the form <a href="http://machine.edu/subdir/file.html">foo</a> where "<a>" and "</a>" delimit an "anchor", "href" introduces a hypertext reference, which is most often a {Uniform Resource Locator} (URL) (the string in double quotes in the example above). The link will be represented in the browser by the text "foo" (typically shown underlined and in a different colour). A certain place within an HTML document can be marked with a named anchor, e.g.: <a name="baz"> The "fragment identifier", "baz", can be used in an href by appending "#baz" to the document name. Other common tags include <p> for a new paragraph, <b>..</b> for bold text, <ul> for an unnumbered list, <pre> for preformated text, <h1>, <h2> .. <h6> for headings. HTML supports some standard SGML national characters and other non-ASCII characters through special {escape sequences}, e.g. "é" for a lower case 'e' with an acute accent. You can sometimes get away without the terminating semicolon but it's bad style. Most systems will ignore the case of tags and attributes but lower case should be used for compatibility with XHTML. The World-Wide Web Consortium (W3C) is the international standards body for HTML. Latest version: XHTML 1.0, as of 2000-09-10. http://w3.org/MarkUp/. {html">Character escape sequences (http://w3.org/hypertext/WWW/MarkUp/ISOlat1.html)}. See also weblint. (2006-01-19)
HMTL         
<spelling> Do you mean HTML? (1998-06-30)
HTML sanitization         
PROCESS OF EXAMINING AN HTML DOCUMENT AND PRODUCING A NEW HTML DOCUMENT THAT PRESERVES ONLY WHATEVER TAGS ARE DESIGNATED "SAFE" AND DESIRED
HTML escaping; HTML sanitizing; HTML sanitisation
In data sanitization, HTML sanitization is the process of examining an HTML document and producing a new HTML document that preserves only whatever tags are designated "safe" and desired. HTML sanitization can be used to protect against attacks such as cross-site scripting (XSS) by sanitizing any HTML code submitted by a user.
HTML editor         
COMPUTER PROGRAM FOR EDITING HTML SITE
Web editor; HTML-Editor; Web page editor; HTML editors; Html edit; Web design program; Html editor; HTML Editor; Web authoring software; Web Design Program
An HTML editor is a program for editing HTML, the markup of a web page. Although the HTML markup in a web page can be controlled with any text editor, specialized HTML editors can offer convenience and added functionality.
HTML element         
  • HTML element content categories
AN INDIVIDUAL COMPONENT OF AN HTML (HYPERTEXT MARKUP LANGUAGE) DOCUMENT
HTML tag; HTML tags; List of HTML elements; Html element; Html tag; HTML tag (actual); HEAD tag; TITLE tag; BODY tag; ABBR tag; ACRONYM tag; ADDRESS tag; BLOCKQUOTE tag; BR tag; Html markup; List of HTML tags; Block level elements; IFRAME; Nobr; HTML Commands; HTML list; HTML Element; Tag (HTML); HTML Tags; HTML command; Body tag; Horizontal rule; HTML table; Table (HTML); Table (Html); Font color; Inline frame; HTML Table; Html comment tag; Html table; Html tags; Tables (HTML); Inline tag; Block tag; HTML elements; HTML comment tag; Inline frames; Longdesc attribute; Block-level element; Inline element; Tbody; Unordered list; Anchor (HTML); Anchor tag; List item; Longdesc; Iframes; Object element; Samp (HTML element); Img (HTML element); HTML anchor; XHTML element; Ol start; List (HTML); HTML comment; HTML tables; Definition list; Fieldset; A tag; HTML markup; Less than, exclamation mark, dash, dash; Less than-exclamation mark-dash-dash; Anchor element; A (HTML); Basefont; Colgroup; Datalist; Figcaption; User:Bmajumde/Embedding Rich Media; Embedding Rich Media; Img element; Image element; Frame element; Description list; Optgroup; Tfoot; Thead; Kbd element; Center (HTML element); Mark (HTML); Non-standard HTML elements; HTML wbr; Centre (HTML element); Rowgroup
An HTML element is a type of HTML (HyperText Markup Language) document component, one of several types of HTML nodes (there are also text nodes, comment nodes and others). The first used version of HTML was written by Tim Berners-Lee in 1993 and there have since been many versions of HTML.

Википедия

HTML

The HyperText Markup Language or HTML is the standard markup language for documents designed to be displayed in a web browser. It is often assisted by technologies such as Cascading Style Sheets (CSS) and scripting languages such as JavaScript.

Web browsers receive HTML documents from a web server or from local storage and render the documents into multimedia web pages. HTML describes the structure of a web page semantically and originally included cues for its appearance.

HTML elements are the building blocks of HTML pages. With HTML constructs, images and other objects such as interactive forms may be embedded into the rendered page. HTML provides a means to create structured documents by denoting structural semantics for text such as headings, paragraphs, lists, links, quotes, and other items. HTML elements are delineated by tags, written using angle brackets. Tags such as <img /> and <input /> directly introduce content into the page. Other tags such as <p> and </p> surround and provide information about document text and may include sub-element tags. Browsers do not display the HTML tags but use them to interpret the content of the page.

HTML can embed programs written in a scripting language such as JavaScript, which affects the behavior and content of web pages. The inclusion of CSS defines the look and layout of content. The World Wide Web Consortium (W3C), former maintainer of the HTML and current maintainer of the CSS standards, has encouraged the use of CSS over explicit presentational HTML since 1997. A form of HTML, known as HTML5, is used to display video and audio, primarily using the <canvas> element, together with JavaScript.