<p> element stands for parahgraph, and it goes with each paragraph (or say line) written in a webpage. For heading we don't use <p> element, but use one of <h1> to <h6> elements. It is first and important element for a beginner to start with HTML.
You can write it very easily, like the following examples:
<p> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. </p>
<p> The end ! </p>
Comments
Post a Comment