HTML Editors



The HTML <p> component characterizes a passage.

A passage generally begins another line, and programs consequently add some void area (an edge) when a section.

Model

<p>This is a paragraph.</p>

<p>This is another paragraph.</p>

HTML Show

You can't rest assured how HTML will be shown.

Huge or little screens, and resized windows will make various outcomes.

HTML Editors

With HTML, you can't change the showcase by adding additional areas or additional lines in your HTML code.

The program will consequently eliminate any additional areas and lines when the page is shown:

Model

<p>This section contains a great deal of lines in the source code, yet the program disregards it. </p>

<p>

This passage

contains a great deal of spaces

in the source code,

in any case, the program

overlooks it.

</p>

Post a Comment

0 Comments