Jump to content

Devils Tear

Members
  • Posts

    3
  • Joined

  • Last visited

Devils Tear's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. what is the css rule for it? I tried column-rule, colum-rule-style and just column. None of them work.
  2. how do i find the square root for each number up to 500 with out typing each number in. this is what i did so far <html> <body> <script type="text/javascript"> var number = {}; var size = 500; for(i=0; i<=500; i++){ number = i * i }
  3. What does this question mean and what do they want me to do. "Create a table body row group containing the days in the month of February. The row group should contain five rows and seven columns of table data cells. There are no spanning cells in any of the rows or columns."
×
×
  • Create New...