Home > Web Front-end > CSS Tutorial > Set the width of the box using CSS

Set the width of the box using CSS

WBOY
Release: 2023-08-26 20:29:23
forward
802 people have browsed it

使用 CSS 设置框的宽度

#The width property is used to set the width of the box. They can take the value of length, percentage, or keyword auto.

Example

You can try running the following code to set the width -

<html>
   <head>
   </head>
   <body>
      <p style = "width:200px; height:50px; border:2px solid green; padding:15px; margin:20px;">
         This paragraph is 200pixels wide and 50 pixels high
      </p>
   </body>
</html>
Copy after login

The above is the detailed content of Set the width of the box using CSS. For more information, please follow other related articles on the PHP Chinese website!

source:tutorialspoint.com
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template