Skip to content

Swatzell/99linesofcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Info This lab consists of two parts In this iteration you will be doing most of the logic/coding You will also get started on the graphical appearance The code will display the results in the developer console The HTML is just a test placeholder for part 2 of this lab Objectives Create an array called friends. It will hold five of your friends' names. For every friend in the friend array, you will want to console.log the descending chorus of this brand-new, never before seen song 100 times. The lyric must include your friend's name, and must be grammatically correct when we get down to 1. See the example output for more information. In the HTML, set the page title to 99 Lines of Code In The File Put an h1 element in the html body that says My Singing Friends Put a div element in the html body with a class of friend. Inside the div element, put an h3 element that contains the word "Friend" Inside the div element, put 5 p elements. Inside the p elements, put "Test1", "Test2", ..., "Test5" Style the page Set a background color on the page. Change the text color of the h1. Set a background color for class friend. Target the h3 element inside the friend class div and make it uppercase using only CSS. You have stylistic freedom to make the page look good Hints You will need to use two loops to accomplish this task One loop is nested inside the other The outer loop is picking the friend. For each friend, the inner loop runs for every line of the song. Submission As usual, make sure you save and then commit and push your work to GitHub.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published