Computer Science, asked by manishvedi17721, 6 months ago

What is HTML? Write about Tags and Attributes.



please give me right answer​

Answers

Answered by WhiteRose009
1

Answer:

Hypertext Markup Language is the standard markup language for documents designed to be displayed in a web browser. It can be assisted by technologies such as Cascading Style Sheets and scripting languages such as JavaScript.

Body tag and attributes

<BODY>...</BODY> Contains the viewed portion of the document

<TD>...</TD> Defines a table data cell

<TD colspan="columns"> Sets a cell to span columns

<TD rowspan="rows"> Sets a cell to span rows

Explanation:

HOPE IT WILL HELP YOU

Similar questions