answersLogoWhite

0

You can left align them, center them and right align them.

You can left align them, center them and right align them.

You can left align them, center them and right align them.

You can left align them, center them and right align them.

You can left align them, center them and right align them.

You can left align them, center them and right align them.

You can left align them, center them and right align them.

You can left align them, center them and right align them.

You can left align them, center them and right align them.

You can left align them, center them and right align them.

You can left align them, center them and right align them.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

Is required to start new paragraph HTML document?

In an HTML document, to start a new paragraph, the <p> tag is used. Here p stands for paragraph and will start a new para.


What does p stand fro in HTML?

Paragraph.


How do you add a paradraph in HTML?

Paragraphs are controlled by HTML <p></p> tags. Here is an example of two paragraphs: <p>This is paragraph 1.</p> <p>This is paragraph 2.</p>


What are the alignments for Ptag in HTML?

<p> tag is used to define paragraph in HTML. It could be aligned anywhere in the page.


What does HTML consist many types of?

HTML consists of many types of elements.


Webpages are primarily made up of what type of files?

The H.yper T.ext M.arkup L.anguage (HTML) is the building block of all web pages. Web pages are made with HTML instructions in a text file. * All Web pages contain instructions on how to be displayed * The browser displays the page by reading these instructions * The most common display instructions are called HTML tags * The HTML tag for a paragraph looks like this: "" * A paragraph in HTML is defined like this "This is a paragraph"


What do you call the part of the HTML script that is inclosed in angle brackets?

The part of HTML in angle brackets are called tags. A common tag is a paragraph tag: <p>Paragraph text goes here.</p>.


How are paragraphs recognised in HTML?

With the tag.The first paragraph The second paragraph TechnicalA paragraph is a block element, which means it naturally takes up the whole width of the page.


What is a paragraph tag?

A paragraph tag is used within HTML syntax to create a section of text that the webpage interprets as a singular chunk (similar to a paragraph). Within HTML code, use the tags <p> and </p> to denote data you want to display within the paragraph. For instance: <p>Text I want to display.</p>


What is the main deficency of HTML?

HTML has a deficiency that the functionality cannot be applied. That means the condition statements are not there.


Which type of tags HTML uses?

HTML uses markup languages for it's functionality. It uses <p> for paragraph, <a> for hyperlink etc.


What is the Meaning of p tag in HTML?

<p> tag means new paragraph