Computer Science, asked by ac952456, 10 months ago

give the syntax to align a paragraph to the left and top margin in html​

Answers

Answered by saicharan2003
9

Answer:

Hope it helped you please mark as brainlist

Explanation:

CSS syntax: <p style="text-align:right">

//OR//

<p align="left|right|center|justify">

Answered by Anshik508
6

Answer:

you can use the top margin attribute for setting the top margin of your web page it should be proved with in the <body> tag and a values such as 60 the text can be seen at a distance of 60 pixels from a top age

syntax:< Body top margin="valve">...</Body>

Similar questions