1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
qwelly [4]
3 years ago
15

Which table attributes would this code produce?

Computers and Technology
1 answer:
Zolol [24]3 years ago
3 0

Answer:

two rows, three columns, table width of half the screen, and a thin border

Explanation:

The code given in the image is HTML code that is used to generate a table.

Each Starting row tag generate a row and each column tag generate the column.

so in given code

<tr>

</tr>

is used to generate a row.

Then

<tr>

<td></td>

<td></td>

<td></td>

</tr>

<em>This portion of the code generate one row and three columns of table. As this section repeats two times, it means that 2 rows and 3 columns will be generated.</em>

<table width="50%" border="1">

<em>this code used to generate the table of half of the screen and thin border.</em>

<em></em>

You might be interested in
You want to use a terminal program to terminal into a cisco router. what protocol should i use
Inessa05 [86]
The router could be configured to accept telnet, ssh or http.  For terminal use, I'd hope that ssh would work.
6 0
3 years ago
How does a search engine use algorithms to provide search results?
Lyrx [107]

Answer:

By retrieving and ranking relevant search results

Explanation:

6 0
3 years ago
Read 2 more answers
Which composer below was not part of the classical period? <br> A. Beethoven B. Bach<br> C. Mozart
castortr0y [4]

Explanation:

B. Bach

Thanks for your point

3 0
3 years ago
Explain how the CPU processes data instructions.
Black_prince [1.1K]

Answer:

The actual mathematical operation for each instruction is performed by a combinational logic circuit within the CPU's processor known as the arithmetic logic unit or ALU.

Explanation:

6 0
3 years ago
Good participation in music is strictly limited to those who perform well. true or false
sdas [7]
The answer would be false because you don't have to be good at it to participate and try your hardest
8 0
3 years ago
Read 2 more answers
Other questions:
  • You can write as many constructors for a class as you want, as long as they all have different ____ lists.
    8·1 answer
  • 3-Write a program in some language that has both static and stack dynamic local variables in subprograms. Create six large (at l
    9·2 answers
  • Priscilla is providing the junior analysts in her firm with some real-world illustrations to explain some of the recommendations
    12·1 answer
  • What will the value of x be after the following statements execute? int x = 0; int y = 5; int z = 4; x = y z * 2;
    14·1 answer
  • Select the correct answer.
    5·2 answers
  • Why was the tesla model s help change the was we see EV
    12·1 answer
  • I have a top-secret recipe for the greatest cookie dough I have made and I want to keep the recipe a secret so I apply for a? *
    15·1 answer
  • Three types of query​
    13·1 answer
  • Which characteristics support an agile mis infrastructure?
    6·1 answer
  • Which option is typically only used when utilizing self joins?
    8·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!