Go through what you see with your fingers to eliminate your impatience and deepen your impression. I admire the saying "do not read without writing"; after all, it is not the best to just look and understand. In order to avoid the embarrassing situation of being able to understand but not being able to read it, I started writing -
I was surprised and happy to see the word CSS framework.
--------------------------------The great dividing line-------- --------------------------------
RGB
RGB color value is 16 The six-digit character of the hexadecimal # prefix can be abbreviated when there are pairs of repeated values. For example, #FFCCDD can be abbreviated to #FCD.
Group Definer
This is the name I gave you :), which is to define the styles of several tags at once, using ',' separated; such as p,li,div,a{font-size=12px;font-style:italic;font-weight:normal;}.
Derived definer
In fact, it is not accurate to say that it is derived. It is to define the style for the sub-elements inside an element. This sub-element can It is a type of tag (such as p) or it can have a specific id value; such as li strong{font-style:italic;font-weight:normal;} or li #li1{font-size:12px;}. The following is what I introduced myself. I don’t know if it can be used.
Identification Definer
It seems that the navy is the person who wrote div css books. I have not read his book. He calls this an ID selector, that is Write a style with special care for an element with an id attribute defined. For example, if there is a
on the page, the style defining it is #div1{text-align:right;margin-top: 10pt;background:#CCC;color:#000;}, there can also be derived definers. The identifier definer cannot begin with a number and cannot contain spaces or hyphens.
Define the pseudo-class of the link
4 pseudo-classes are used in css to define the style of the link, probably because the link has several states The reason is that I think other tags with multiple states should have similar behavior. a:link;a:active;a:hover;a:visited; is similar to the inheritance symbol ":" in programming languages. Define a:link{text-decoration:none/underline/;font-weight:bold;}.
Structured css code
I understand that structuring is to apply the several methods of defining styles introduced above to all elements on the page as much as possible Simple logical definition, at least not repetitive.
DT and DTD
DT is the abbreviation of DocumentType, the style mentioned above; DTD is the standard for the definition of document type; DT is the standard It is an indispensable key component of the page. Unless you declare the correct DT, your markup and CSS will not take effect; I don't know if this sentence is correct. The declaration format is as follows:
; There are three types of DTD: Traditional, Strict, and FrameSet. You can understand the general meaning from the words. We generally use Traditional. If all browsers in the future comply with W3C, this problem will not exist. La. Control structure (Table), presentation form (Style), and content (Content) are finer layers.
XHTML, XML
Values, whether to care about case, the different meanings of "--", some of the differences between XHTML and HTML.
CSS box model
Also note the black hat technology
Going to get off work Come home and make a quick note. The black hat technique is actually to define the height and width of the container as the minimum value to hide the elements inside. Such as p{line-width:0%;line-height:0%;}
Standard Verification
If you want to know whether the CSS you wrote meets the standards, you can go to See www.validator.w3.org.

The roles of HTML, CSS and JavaScript in web development are: 1. HTML defines the web page structure, 2. CSS controls the web page style, and 3. JavaScript adds dynamic behavior. Together, they build the framework, aesthetics and interactivity of modern websites.

The future of HTML is full of infinite possibilities. 1) New features and standards will include more semantic tags and the popularity of WebComponents. 2) The web design trend will continue to develop towards responsive and accessible design. 3) Performance optimization will improve the user experience through responsive image loading and lazy loading technologies.

The roles of HTML, CSS and JavaScript in web development are: HTML is responsible for content structure, CSS is responsible for style, and JavaScript is responsible for dynamic behavior. 1. HTML defines the web page structure and content through tags to ensure semantics. 2. CSS controls the web page style through selectors and attributes to make it beautiful and easy to read. 3. JavaScript controls web page behavior through scripts to achieve dynamic and interactive functions.

HTMLisnotaprogramminglanguage;itisamarkuplanguage.1)HTMLstructuresandformatswebcontentusingtags.2)ItworkswithCSSforstylingandJavaScriptforinteractivity,enhancingwebdevelopment.

HTML is the cornerstone of building web page structure. 1. HTML defines the content structure and semantics, and uses, etc. tags. 2. Provide semantic markers, such as, etc., to improve SEO effect. 3. To realize user interaction through tags, pay attention to form verification. 4. Use advanced elements such as, combined with JavaScript to achieve dynamic effects. 5. Common errors include unclosed labels and unquoted attribute values, and verification tools are required. 6. Optimization strategies include reducing HTTP requests, compressing HTML, using semantic tags, etc.

HTML is a language used to build web pages, defining web page structure and content through tags and attributes. 1) HTML organizes document structure through tags, such as,. 2) The browser parses HTML to build the DOM and renders the web page. 3) New features of HTML5, such as, enhance multimedia functions. 4) Common errors include unclosed labels and unquoted attribute values. 5) Optimization suggestions include using semantic tags and reducing file size.

WebdevelopmentreliesonHTML,CSS,andJavaScript:1)HTMLstructurescontent,2)CSSstylesit,and3)JavaScriptaddsinteractivity,formingthebasisofmodernwebexperiences.

The role of HTML is to define the structure and content of a web page through tags and attributes. 1. HTML organizes content through tags such as , making it easy to read and understand. 2. Use semantic tags such as, etc. to enhance accessibility and SEO. 3. Optimizing HTML code can improve web page loading speed and user experience.


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

MinGW - Minimalist GNU for Windows
This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

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

WebStorm Mac version
Useful JavaScript development tools

Dreamweaver Mac version
Visual web development tools

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