Basic knowledge of css (1)
1. css style:
There are four types of loading css styles:
1 ), external style
2), internal style
3), inline style
4), imported style
<link href="layout.css" rel="stylesheet" type="text/css">This form is to write the css separately into a css file, and then link it in the source code as a link. Its advantage is that not only this page can be called, but other pages can also be called. It is the most commonly used form.
<style>h2 { color:#f00;}</style>This form is an internal style sheet, which ends with and is written in the head tag of the source code. Such a style sheet is only valid for this page. It cannot be applied to other pages.
<p style="font-size:18px;">内部样式</p>The style marked with style in the tag is an inline style. The inline style is only valid for elements within the tag, because it does not It is separated from the content, so its use is not recommended.
@import url("/css/global.css");The link style is an external style sheet linked by the @import url tag, which is generally used inside another style sheet. If layout.css is the style used on the homepage, then we can put the common styles that are needed globally into a global.css file, and then use @import url("/css/global.css") in layout.css Link global styles in the form of , thus making the code highly reusable.
2. CSS priority:
1), id priority is higher than class
2), the later style overrides the previous
3) , the specified one is higher than the inheritance
4), the inline style is higher than the internal or external style
Summary: a single (id) is higher than a shared (class), if it is specified, use the specified one, if not specified, it will be inherited. Its latest
3. CSS box model composition:
To learn web standards, the first thing to understand is this box model, which is the core of DIV layout. Traditional table layout uses tables and table nestings of different sizes to position and layout web page content. After switching to CSS layout, web pages are arranged through boxes and box nesting of different sizes defined by CSS. The webpage code of this typesetting method is simple, the performance and content are separated, easy to maintain, and compatible with more browsers, such as PDA devices, which can also be browsed normally.
So why is it called a box? Let’s first talk about the attribute names we often hear in web design: content, padding, border, and margin. CSS box mode all has these attributes.
We can think of it as a box with an opening at the top in reality, and then looking down from the top, the border is equivalent to the thickness of the box, and the content is relative to the space of the object contained in the box , and the filling is equivalent to the foam filled in the box for shockproof, and the boundary is equivalent to leaving a certain space around the box for easy removal. Is it easy to understand the box model in this way?
So the width of the entire box model on the page is composed of left border, left border, left padding, content, right padding, right border, and right border, and the width defined by width in the CSS style is only the width of the content part.
The boundaries here are also called: outer margins and outer patches; padding is also called: inner margins and inner patches.
Copyright statement: This article is an original article by the blogger and may not be reproduced without the blogger's permission.

The future trends of HTML are semantics and web components, the future trends of CSS are CSS-in-JS and CSSHoudini, and the future trends of JavaScript are WebAssembly and Serverless. 1. HTML semantics improve accessibility and SEO effects, and Web components improve development efficiency, but attention should be paid to browser compatibility. 2. CSS-in-JS enhances style management flexibility but may increase file size. CSSHoudini allows direct operation of CSS rendering. 3.WebAssembly optimizes browser application performance but has a steep learning curve, and Serverless simplifies development but requires optimization of cold start problems.

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.


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

SublimeText3 Linux new version
SublimeText3 Linux latest version

Dreamweaver Mac version
Visual web development tools

ZendStudio 13.5.1 Mac
Powerful PHP integrated development environment

SecLists
SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

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