Computer Science, asked by aksh6792, 10 months ago

Write HTML code to create the following table abcdefghk

Answers

Answered by aniruddhshaurya
1

Answer:

Here is your answer mate

To create table,we have to write following codes:-

<Html>

<Head>

<Title>Tables</Title>

</Head>

<Body>

<Tr>

<Td>Table 1</Td>

<Td>Table 2</Td>

<Td>Table 3</Td>

</Tr>

</Body>

</Html>

Hope it helps you dear.

Pls mark me brainliest to achieve the new goal.

Explanation:

Similar questions