210k views
15 votes
PLEASE HELP! Create two HTML code strings, and explain what each means. Elements that can be coded include, but are not limited to, text color, font, background color, images, and links. Use details to support your response.

1 Answer

9 votes

Answer:

is this enough? did that help??

Step-by-step explanation:

background(219, 255, 255);

fill(174, 180, 214);

triangle(200, 28, 350, 150, 50, 150);//roof

fill(255, 255, 255);

rect(60, 150, 280, 207);//house

for(var i=0; i<3; i++){

fill(255, 255, 0);

rect(100+75*i, 200, 50, 50);

}

fill(120, 80, 19);

rect(180, 280, 40, 77);//door

User Jimm Chen
by
3.4k points