what exactly is html
Many friends who are engaged in front-end have had this experience. When someone asks you what your job is, you just say programmer, front-end. If someone asks you to introduce your job, how would you describe it? Today we will explain HTML clearly.
html is the abbreviation of hypertext markup language, that is, hypertext markup language. HTML is a simple markup language used to create hypertext documents that are portable from one platform to another. It is often used to create web pages. An html file is an ascii text file with embedded code including format identifiers and hypertext links - html structure understanding.
html text is descriptive text composed of html commands, which can describe text, graphics, animations, sounds, tables, links, etc. The structure of html web pages includes two parts: head and body. The header describes the information required by the browser, and the body contains the specific content to be explained.
HTML is the basis for making web pages. The static web pages we talk about in online marketing are web pages made based on html. Early web pages were written directly with html code. However, there are many intelligent web page production software (commonly used such as frontpage, dream weaver, etc.) that usually do not require manual writing of code, but are automatically generated by these software. Although you don’t need to write the code yourself, it is still very important to understand the html code. What is html? It is an important technical basic knowledge for learning online marketing and e-commerce. Build a very simple web page by yourself. First, set the computer display extension method, open my computer, and then find "Hide Known" in the column tools-"Folder Options-"View-"Advanced Settings File type extension" uncheck it, and then click Apply to confirm that the setting is completed. To create a new text file, create a new txt document on the desktop (remember, if you are using a more complex word processor, you should save it as "plain text" or "normal text") and add some text in the document , and then name this file "xxxx.html". (You can name it whatever you want, the extension can also be HTM). Then you can open it with a browser, and you will see the simplest page you made.
Further simple understanding of what HTML is
HTML is Hypertext Markup Language, or HTML (Hypertext Markup Language), which is a markup language used to describe web page documents. The tags are also used at the beginning and end of the web page.
1), html is first of all what we often call static web pages;
2), html is a file with the extension of .html or .htm (displaying the web page extension);
3), html must have tag code rules to allow the content to be presented in the style we need in the browser;
4), html can be created using Notepad and extended with .html or .htm Save as name.
The code in the Html file has certain rules, tags and content composition. A complete Html file is formed through the specified html structure and content. We can open Html directly using
IE browserto view the effect of the web page. If we want to display various web pages in the browser, at this time we need HTML files (composed of html basic structure + content + tags) and CSS files (CSS styles) to achieve the beauty we require Various web pages.
The above is the detailed content of what exactly is html. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics



Guide to Table Border in HTML. Here we discuss multiple ways for defining table-border with examples of the Table Border in HTML.

Guide to HTML margin-left. Here we discuss a brief overview on HTML margin-left and its Examples along with its Code Implementation.

This is a guide to Nested Table in HTML. Here we discuss how to create a table within the table along with the respective examples.

Guide to HTML Table Layout. Here we discuss the Values of HTML Table Layout along with the examples and outputs n detail.

Guide to HTML Input Placeholder. Here we discuss the Examples of HTML Input Placeholder along with the codes and outputs.

Guide to Moving Text in HTML. Here we discuss an introduction, how marquee tag work with syntax and examples to implement.

Guide to the HTML Ordered List. Here we also discuss introduction of HTML Ordered list and types along with their example respectively

Guide to HTML onclick Button. Here we discuss their introduction, working, examples and onclick Event in various events respectively.
