Computer Science, asked by maddiegray, 2 months ago

write html code for the image,, please I will follow, mark as brainly, thank for the answer,, i will do it if you don't spam,,I need help ASAP so at least keep that in mind​

Attachments:

Answers

Answered by valeriy69
3

\small\mathsf\color{pink}{Solution\: using\: HTML\: 5}

<!DOCTYPE html><html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta name="" content=""> <title></title> <style type="text/css" media="all"> body { background: pink; } table { border: 3px solid black; } </style> </head> <body> <table class="tftable" border="1"> <caption>HOUSE</caption><tr><th>Name</th><th>Colour</th></tr><tr><td>Love</td><td>Green</td></tr><tr><td>Hope</td><td>Red</td></tr><tr><td>Peace</td><td>Blue</td></tr><tr><td>Unity</td><td>Yellow</td></tr></table> </body></html>

\small\mathsf\color{lightgreen}useful?\: \color{white}\longrightarrow\: \color{orange}brainliest!

Similar questions