hr horizontal line style example code

hr horizontal line style example code

Copy code
The code is as follows:

<hr style="width:490px;" />
<hr size=8 style="COLOR: #ffd306;border-style:outset;width:490px;color:#CCC">
<hr size=1 style="COLOR:#ff9999;border-style:double;width:490px;color:#CCC">
<hr size=1 style="color: blue;border-style:dotted;width:490px;color:#CCC">
<hr size=1 style="width:490px;height:3px;border:none;border-top:3px double red;">
<HR align=center width=1 color=red size=100>

<<:  Vue implements simple calculator function

>>:  18 sets of exquisite Apple-style free icon materials to share

Recommend

CSS implements Google Material Design text input box style (recommended)

Hello everyone, today I want to share with you ho...

Nginx uses reverse proxy to implement load balancing process analysis

Introduction Based on docker container and docker...

vue.js Router nested routes

Preface: Sometimes in a route, the main part is t...

7 native JS error types you should know

Table of contents Overview 1. RangeError 2. Refer...

Detailed steps for running springboot project in Linux Docker

Introduction: The configuration of Docker running...

Measured image HTTP request

Please open the test page in a mainstream browser...

19 MySQL optimization methods in database management

After MySQL database optimization, not only can t...

Explanation of the process of docker packaging node project

As a backend programmer, sometimes I have to tink...

Detailed graphic explanation of how to use svg in vue3+vite project

Today, in the practice of vue3+vite project, when...

Detailed explanation of MySQL database index

Table of contents 1. Introduction to MySQL Index ...

MySQL PXC builds a new node with only IST transmission (recommended)

Demand scenario: The existing PXC environment has...

How to store images in MySQL

1 Introduction When designing a database, it is i...

Linux tac command implementation example

1. Command Introduction The tac (reverse order of...

Vue template compilation details

Table of contents 1. parse 1.1 Rules for intercep...

Vue implements multi-column layout drag

This article shares the specific code of Vue to i...