HTML Paragraphs
Here’s how to use the <p> tag: Explain:- <!DOCTYPE html> <html> <body> <p> this is an elephant.</p> <p>this is a paragraph.</p> <p>this is a doctor.</p> </body> </html> Output HTML Styles Styling HTML elements: Inline styling: This is achieved using the style attribute directly on an HTML element. It allows you to set individual styles for specific … Read more