HTML language analysis file markup
;
;Please also first understand the difference between containment tags and empty tags, please read [HTML Concepts].
■ HTML basic structure:
The following HTML Source Code is the basic structure of an HTML file:
HEAD>
The content of the web page, many tags are used here
Feature explanation:
The entire document is in the tags and between HTML>.
is used to declare that this is an HTML file, allowing the browser to recognize and correctly process this HTML file.
The file is divided into two parts, from to is called the beginning, and to is called the article.
Basically, both have applicable tags. For example,
The beginning part is used to store important information, and only the article part will be displayed.
So most of the tags will be used in this article part.
The name will appear at the top of the browser and when Bookmarked by others, so a different and clear title for each page is required.
Among the above tags, only
■ Parameter settings:
Example:
text="#000000"
Used to set the text color. #000000 represents black, you can also use the name of the color, that is, text="black" . For the values and names of various colors, please refer to the section [Color Adjustment Principles].
link="#0000FF"
Set the general text link color.
alink="#FF0000"
Set the text link color when clicked.
vlink="#0000FF"
Set the color of the link. (pressed).
background="bg1.gif"
Set background wallpaper. Either GIF or JPEG is acceptable, absolute or relative.
bgcolor="#FFFFFF"
Set the background color. It will have no effect when the background wallpaper has been set, unless the wallpaper has transparent parts.
leftmargin=2
Set the left edge space of the entire document display screen, in pixels. "Only applicable to IE"
topmargin=2
Set the upper edge space of the entire document display screen. 『Only applicable to IE』
bgproperties="fixed"
Fixed background wallpaper, the wallpaper will not scroll when the text is scrolled. "Only applicable to IE"
The letter size of tags and parameters can be adjusted.
The above is the content of HTML language analysis file tags. For more related articles, please pay attention to the PHP Chinese website (www.php.cn)!

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

AI Hentai Generator
Generate AI Hentai for free.

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



The article discusses the HTML <progress> element, its purpose, styling, and differences from the <meter> element. The main focus is on using <progress> for task completion and <meter> for stati

The article discusses the HTML <datalist> element, which enhances forms by providing autocomplete suggestions, improving user experience and reducing errors.Character count: 159

The article discusses the HTML <meter> element, used for displaying scalar or fractional values within a range, and its common applications in web development. It differentiates <meter> from <progress> and ex

Article discusses best practices for ensuring HTML5 cross-browser compatibility, focusing on feature detection, progressive enhancement, and testing methods.

The article discusses using HTML5 form validation attributes like required, pattern, min, max, and length limits to validate user input directly in the browser.

The article discusses the viewport meta tag, essential for responsive web design on mobile devices. It explains how proper use ensures optimal content scaling and user interaction, while misuse can lead to design and accessibility issues.

The article discusses the <iframe> tag's purpose in embedding external content into webpages, its common uses, security risks, and alternatives like object tags and APIs.

GiteePages static website deployment failed: 404 error troubleshooting and resolution when using Gitee...
