what is Html p attributes?
This tutorial is about HTML p attributes. We read various news or articles in newspapers or online. That original news or paragraph is written in the <p> … </p> tag. Paragraphs are very important. Through a paragraph, we write and express all our words. Below is an example, where I gave some dummy text in English in the first paragraph and short news from a newspaper in the second paragraph.
HTML attributes are generally classified as required attributes, optional attributes, standard attributes and event attributes.
<p>Creates a new paragraph</p>
This Post Has One Comment