I Hate CBT's

View Original

8.8.4 Background Colors

Question: background color yellow

Answer: style=”background-color:blue;”

Question: Title - Hello (in the heading)

Answer: <head><title>Hello</title></head>

Question: Table (with a border of 1)

Answer: <table border=”1”></border>

Question: Header row of a table

Answer: <tr><th></th></tr>

Question: Informational row of a table

Answer: <tr><td></td></tr>