css frame tag is a set of predefined CSS styles and layout rules, used to quickly build web pages with a consistent appearance and structure. Common tags include "
", " and", "", "" tags, etc. These tags are a commonly used part of the CSS framework and are used to structure web content and pass CSS styles beautify and layout it.
# Operating system for this tutorial: Windows 10 system, Dell G3 computer.
The CSS framework is a collection of predefined CSS styles and layout rules for quickly building web pages with a consistent look and structure.
Commonly used tags usually have the following types:
- ##
: is one of the most commonly used tags, used to create a block-level container, which can be passed CSS to control style and layout.- : is another commonly used tag, used to create an inline container, usually used to wrap text or inline elements and adjust styles.
##and
: used to create unordered lists and ordered lists respectively, and can contain multiple
- (list item) tags.
- : Used to create a hyperlink and specify the target address of the link by setting the href attribute.
- : used to insert images, specify the path of the image by setting the src attribute.