Computer Science, asked by Raphael2, 8 months ago

write a html document to show the use of paragraph, style,formatting, heading, text formatting​

Answers

Answered by singhsonu95060
1

Answer:

deal@saga@customer@care@number7602472247//7602750243

Explanation:

deal@saga@customer@care@number7602472247//7602750243

Answered by Anonymous
2

Explanation:

This section describes HTML associated with lines and paragraphs. We begin with the basic <DIV> and <P> tags.

Please note: This tutorial includes deprecated tags and attributes.

This tutorial is provided for historical value. Some of the tags and attributes presented in this tutorial have been deprecated and should not be used. Browser support for deprecated elements and attributes may be limited and using them may produce unexpected results.

For a detailed look at modern html refer to our tutorials on semantic markup, HTML document structure, and fonts and web typography.

The <DIV> Element

<DIV>, a block-level element, simply defines a block of content in the page. Beyond defining a block, <DIV> itself doesn’t do anything. For example, the following code creates a <DIV> element with two paragraphs inside of it. Notice that you can put <P> elements inside a <DIV>.

This is stuff before the <NOBR><CODE><DIV ...></CODE></NOBR>.

<DIV> This is stuff inside the <NOBR><CODE><DIV ...></CODE></NOBR>.

<P> This is more stuff inside the <NOBR><CODE><DIV ...></CODE></NOBR>.</P></DIV>

This is stuff after the <NOBR><CODE><DIV ...></CODE></NOBR>.

Which gives us:

This is stuff before the <DIV ...>.

This is stuff inside the <DIV ...>.This is more stuff inside the <DIV ...>.

This is stuff after the <DIV ...>.

The ALIGN Attribute

ALIGN sets the alignment of the contents of the <DIV> element. All four values, LEFT, CENTER, RIGHT, and JUSTIFY, are all well supported. LEFT is the default value.

This code shows the default:

<DIV>

This would be a great time for a cup of coffee, don't you think?

How about that! Let's drink coffee all day!

</DIV>

Which gives us:

This would be a great time for a cup of coffee, don’t you think? How about that! Let’s drink coffee all day!

The Paragraph Element

<P> indicates the start of a new paragraph. This is usually rendered with two carriage returns, producing a single blank line in between the two paragraphs:

mark me as brainleist

hope it helps

god bless all

Similar questions