9/15

Table Time
<body>
    
    <table style="border-collapse:collapse;">
        <thead>
            <tr>
                <th colspan="2"><em>Famous Monsters by Birth Year</em></th>
            </tr>
            <tr style="border-bottom:1px solid black;">
                <th style="padding:5px;">Famous Monster</th>
                <th style="padding:5px;border-left:1px solid black;">Birth Year</th>
            </tr>
        </thead>
        <tbody>
            <tr>
                <td style="padding:5px;">King Kong</td>
                <td style="padding:5px;border-left:1px solid black;">1933</td>     
            </tr>
            
            <tr>
                <td style="padding:5px;">Dracula</td>
                <td style="padding:5px;border-left:1px solid black;">1897</td>
            </tr>
            
            <tr>
                <td style="padding:5px;">Bride of Frankenstein</td>
                <td style="padding:5px;border-left:1px solid black;">1944</td>
            </tr>
        </tbody>
    </table>
    
</body>

im not for sure where to put the (th style= “color:red”) in (th colspan=“2”)(em)famous monsters by birth years(/em)(/th)

here is an example of two attributes on one image:

<img src="#" alt="my_image">

i how now you understand how to put both style and colspan on one html element. on other problem, you have 3 th tags, the one with colspan, but this th shouldn’t be bold (<em></em>) a few lines below you have two more th tags:

<th style="padding:5px;">Famous Monster</th>
<th style="padding:5px;border-left:1px solid black;">Birth Year</th>

these should be bold (em)

here i tryed this and theres a website that can work heres the address http://asbcodeclube.com/ it might work copy/paste if u want
http://asbcodeclub.wikispaces.com/file/view/Screen%20Shot%202014-01-27%20at%204.28.32%20PM.png/485677554/Screen%20Shot%202014-01-27%20at%204.28.32%20PM.png

i snapshotted it

4 posts were split to a new topic: [solved]9/15

3 posts were split to a new topic: [solved]9/15

3 posts were split to a new topic: [solved]9/15

3 posts were split to a new topic: [solved]9/15