Computer Science, asked by yaswanthatc7364, 9 months ago

Write the HTML statement to change the width of the line to 6 and to align it in the CENTER.
NO SPAMMING

Answers

Answered by Anonymous
1

Answer:

[Hr width = "6" align ="center"]

HOPE THIS HELPS YOU❤️❤️❤️

Answered by za6715
1

Answer:

Explanation:

#your_div_id {

 width: 855px;

 margin:0 auto;

 text-align: center;

}

share

improve this answer

answered Aug 5 '11 at 6:26  

Kleber S.  

5,3285

5 gold badges

36

36 silver badges

64

64 bronze badges

 

This pretty much done the trick! Text align had to be left and done. Only now.... The text crosses the background lines of the content. Tried solving it with some padding but it wont budge... –

Similar questions