Computer Science, asked by sinilswapna, 20 days ago

If you answer correctly i will you will be marked as the brainlist and will be given 5 star rating​

Attachments:

Answers

Answered by dishu6745
1

Answer:

the answer is -

11. To create a table with five pixels thick border is -

— < TABLE BORDER = "5" >

12. To set the background color of a table as pink is -

— Now, creating a table with background color pink :

<table style="width: 100%;text-align: left; background-color: pink;">

//now you can create here table and enter your cell whose background color will be pink

</table>

13. For the aligning of the contents of a cell to centre:

Use the CSS property text-align. use CSS to

align text in table cells.

property can be applied inside the CSS as: text-align: centre:

not this property can be utilized by giving table a class or id and acessing it through that class or id.

THIS IS THE ANSWER TO YOUR QUESTION.

Explanation:

PLEASE MARK ME AS BRAINLIEST.

HOPE IT HELPS YOU!!!

Similar questions