0

How can this...

Help me... How can the paragraph matter will set in center of web page...

22nd Nov 2024, 9:51 AM
Abdullah Ansari
1 Answer
+ 5
Do you mean centering a paragraph to center? There are many ways to achieve that. Here are 2 most basic steps: 1. Align attribute: use the 'align' attribute and set it to 'center' at the opening tag of the paragraph, and it it should be centered. 2. `text-align` in CSS: Use this property and set the value to 'center' to make the paragraph centered. Here is an example: https://sololearn.com/compiler-playground/WGeqqjhVeKYy/?ref=app
22nd Nov 2024, 10:44 AM
Shihan
Shihan - avatar