search
HomeWeb Front-endHTML Tutorialcss web page border code

CSS web page borders are mainly made using borders, so today we will get familiar with the knowledge about CSS borders. Hope it helps everyone

CSS border is the CSS border that controls the width, color, dashed line, solid line and other style CSS properties of the object's border. At the same time, you can enter the CSS manual to view the border manual

DIV+CSS border border knowledge tutorial

Html original border and DIV+CSS border comparison

Html tableControl border:

border="1" bordercolor="#000000"

Description: Control the width of the table border to 1px, the css color to black, and the default is a solid style border.

border border syntax

Four borders

border-left sets the left border. Generally, the left border style is set separately.

border-right sets the right border. , generally use

border-top to set the top border separately to set the right border style separately, generally use

border-bottom to set the bottom border separately to set the top border style separately, and sometimes use it to set the bottom border style separately. The bottom border style can be applied as a css underline effect.

The abbreviation of border with the same border on all four sides

#div{border:1px solid #00F}

Sets a 1px pixel blue solid border of the div object box

3. Three styles of borders

Usually we can set the three attributes and parameters of the border: width (thickness), border style, and border color.

1), border color: border-color:#000

2), border thickness (width): border-width:1px

Use numbers + units to set the border thickness width, such as 1px (border thickness width is 1 pixel). The border must be a positive number, a value greater than 0. Otherwise, setting the border style is invalid.

3), border border style: border-style:solid

The border style value is as follows:

none: No border. Independent of any specified border-width value

hidden: Hide the border. IE does not support

dotted: IE4+ on the MAC platform and IE5.5+ on the WINDOWS and UNIX platforms are dotted lines. Otherwise, it is a solid line (commonly used)

dashed: On the MAC platform, IE4+ and WINDOWS and IE5.5+ on the UNIX platform are dotted lines. Otherwise, it is a solid line (commonly used)

solid: solid line border (commonly used)

double: double-line border. The sum of two single lines and their interval is equal to the specified border-width value

groove: Draw a 3D groove based on the value of border-color

ridge: Draw a diamond border based on the value of border-color

inset: Draw a 3D concave edge according to the value of border-color

outset: Draw a 3D convex edge according to the value of border-color

CSS sets the left border, right border, Top border, bottom border

Write the upper, bottom, left, and right borders in abbreviated form and separate CSS style setting methods

1, 1px black dotted upper border

border-top :1px dashed #000

2, 1px black solid bottom border

border-bottom:1px solid #000

3, 1px black dotted left border

border-left:1px dashed #000

4, 1px black solid right border

border-right:1px solid #000

Commonly recommended border styles

We usually use mainstream browser-compatible border styles:

Solid border: solid

Border:1px solid #000 Set the object to a 1px (pixel) thick black solid border .

Dashed border: dashed

Border:1px dashed #000 Set the object’s 1px (pixel) thick black dotted border.

Use of css border border

Set the object border style, set separate upper border, lower border, left border, and right border styles to achieve beautification and beauty. The border plays the role of segmentation and layout planning.

Border border style optimization abbreviated graphic tutorial

css border application case code

Description: In order to observe the case effect, we set a css width of 200px, css height of 1px, red DIV box with solid border

CSS code:

#divcss5{height:100px;width:200px;border:1px solid #F00}

HTML code corresponding fragment:

<div id="divcss5">我的高度为100px,宽度为200px</div>

We use DIV CSS to set the border style, generally we use the abbreviation The expression is used to set the object border style, which saves code and simplifies the code function. Whether setting a single border or a four-sided border, we try to abbreviate the CSS border code, which is the abbreviation of CSS border optimization. Commonly used attribute codes for setting CSS styles on objects are: border:1px solid #000;.

For example, there are borders on the left and right bottom and the style is a black 1PX width solid border, but there is no border on the top.

CSS code: border:1px solid #000; border-top:none;

Note that the order of border:1px solid #000; and border-top:none; cannot be interchanged. Because CSS reading has the principle of reading from top to bottom and from left to right, it makes no sense to set the entire border style first and then declare the top border to "none", that is, to achieve the style required by this instance. This eliminates the need to set the bottom, left, and right settings separately, thereby saving a certain amount of code.


Related Reading:

css example of aligning both ends of a single line of text


##Detailed example of overflow hiding in CSS


Hyperlink tags in html

The above is the detailed content of css web page border code. For more information, please follow other related articles on the PHP Chinese website!

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
HTML vs. CSS and JavaScript: Comparing Web TechnologiesHTML vs. CSS and JavaScript: Comparing Web TechnologiesApr 23, 2025 am 12:05 AM

HTML, CSS and JavaScript are the core technologies for building modern web pages: 1. HTML defines the web page structure, 2. CSS is responsible for the appearance of the web page, 3. JavaScript provides web page dynamics and interactivity, and they work together to create a website with a good user experience.

HTML as a Markup Language: Its Function and PurposeHTML as a Markup Language: Its Function and PurposeApr 22, 2025 am 12:02 AM

The function of HTML is to define the structure and content of a web page, and its purpose is to provide a standardized way to display information. 1) HTML organizes various parts of the web page through tags and attributes, such as titles and paragraphs. 2) It supports the separation of content and performance and improves maintenance efficiency. 3) HTML is extensible, allowing custom tags to enhance SEO.

The Future of HTML, CSS, and JavaScript: Web Development TrendsThe Future of HTML, CSS, and JavaScript: Web Development TrendsApr 19, 2025 am 12:02 AM

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.

HTML: The Structure, CSS: The Style, JavaScript: The BehaviorHTML: The Structure, CSS: The Style, JavaScript: The BehaviorApr 18, 2025 am 12:09 AM

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: Evolution and Trends in Web DesignThe Future of HTML: Evolution and Trends in Web DesignApr 17, 2025 am 12:12 AM

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.

HTML vs. CSS vs. JavaScript: A Comparative OverviewHTML vs. CSS vs. JavaScript: A Comparative OverviewApr 16, 2025 am 12:04 AM

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.

HTML: Is It a Programming Language or Something Else?HTML: Is It a Programming Language or Something Else?Apr 15, 2025 am 12:13 AM

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

HTML: Building the Structure of Web PagesHTML: Building the Structure of Web PagesApr 14, 2025 am 12:14 AM

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.

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

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

Hot Tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Safe Exam Browser

Safe Exam Browser

Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

Atom editor mac version download

Atom editor mac version download

The most popular open source editor

EditPlus Chinese cracked version

EditPlus Chinese cracked version

Small size, syntax highlighting, does not support code prompt function

SecLists

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.