Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

which of the following html tags are valid child items for the table elements?

<thead>
	<tr>
    	<th>
        <td>
<tbody>
	<tr>
    	<th>
        <td>
<tfoot>
	<tr>
    	<th>
        <td>
<caption>
<colgroup>
	<col>
 
PREVIOUS NEXT
Tagged: #html #tags #valid #child #items #table
ADD COMMENT
Topic
Name
4+9 =