";"."/> ";".">

Home  >  Article  >  Backend Development  >  What does hr mean in php language?

What does hr mean in php language?

青灯夜游
青灯夜游Original
2022-02-14 13:03:154288browse

In the PHP language, hr means "horizontal line". It is an html tag that defines horizontal line separation. Its expression is a horizontal line, which can visually separate the document into two parts; output hr Syntax "echo "


";".

What does hr mean in php language?

The operating environment of this tutorial: windows7 system, PHP7.1&&HTML5 version, DELL G3 computer

hr means "horizontal line", which is a Defines html tags separated by horizontal lines. The

hr tag is expressed as a horizontal line, which can visually separate the document into two parts.

The syntax for outputting hr in php language:

echo "<hr>"

Example:

What does hr mean in php language?

Extended knowledge:


tag Properties

noshadenoshadesizewidth
Property Value Description
align
  • center
  • left
  • right
## Please replace it with a style.

Specifies the alignment of the hr element.

Please replace it with a style.

Specifies that the color of the hr element is rendered as a solid color.

pixels Please replace it with a style.

Specifies the height (thickness) of the hr element.

  • pixels
  • %
Please replace it with a style.

Specifies the width of the hr element.

Recommended tutorials: "

html video tutorial", "PHP video tutorial"

The above is the detailed content of What does hr mean in php language?. 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