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

A brief analysis of MySQL backup and recovery

Table of contents 1. Introduction 2. Simple defin...

Parameters to make iframe transparent

<iframe src="./ads_top_tian.html" all...

Front-end vue+express file upload and download example

Create a new server.js yarn init -y yarn add expr...

How to use Dockerfile to create a mirror of the Java runtime environment

The current environment is: Centos 7.5 docker-ce ...

How to build Nginx image server with Docker

Preface In general development, images are upload...

HTML4.0 element default style arrangement

Copy code The code is as follows: html, address, ...

Sample code for CSS dynamic loading bar effect

Using the knowledge of CSS variables, I will dire...

Review of the best web design works in 2012 [Part 1]

At the beginning of the new year, I would like to...

Let's talk about the characteristics and isolation levels of MySQL transactions

The Internet is already saturated with articles o...

Introduction to container of() function in Linux kernel programming

Preface In Linux kernel programming, you will oft...

Detailed explanation of the use of router-view components in Vue

When developing a Vue project, you often need to ...

Analysis and solution of a.getAttribute(href,2) problem in IE6/7

Brief description <br />In IE6 and 7, in a ...

Detailed tutorial on distributed operation of jmeter in docker environment

1. Build the basic image of jmeter The Dockerfile...