The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> HTML tables
tarnold4
post Apr 5 2015, 07:10 PM
Post #1





Group: Members
Posts: 2
Joined: 8-February 15
Member No.: 22,169



This may sound like a stupid noom question but i want to put a table in my html, i am trying to insert a table with the classname calendar in the events section. What i have i am not sure if its right. If it helps when i am done with it, it is supposed look like what is below. I want to know if i am on the right track
Sun Mon Tue Wed Thu Fri Sat
26 27 28 29 30 31 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 1





[/code]<!DOCTYPE html>
<html>

<head>

<meta charset="UTF-8" />
<title>February at the Chamberlain Civic Center</title>
<script src="modernizr-1.5.js"></script>
<link href="calendar.css" rel="stylesheet" type="text/css" />
<link href="ccc.css" rel="stylesheet" type="text/css" />

</head>

<body>

<header>
<img src="ccc.jpg" alt="The Chamberlain Civic Center" />
</header>

<nav>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Events</a></li>
<li><a href="#">Box Office</a></li>
<li><a href="#">Facilities</a></li>
<li><a href="#">Directions</a></li>
<li><a href="#">Contact Us</a></li>
</ul>
</nav>

<section id="summary">
<h1>Coming in February</h1>

<div>
<p>February will be another banner month at the Chamberlain Civic
Center with a two day performance of the Tony Award winning
musical, <i>West Side Story</i> by the Broadway Touring Company.
Tickets are going fast, so order yours today.
</p>

<p>Celebrate Valentine's Day with the Chamberlain Symphony and
their special selection of classical music for lovers. The next
day, exercise your mind by attending the Charles Dickens classic,
<i>The Mystery of Edwin Drood</i>.
</p>

<p>Jazz lovers have a lot to celebrate in February with a visit
from the <i>Jazz Masters</i> on February 10th, and then on February
21st, enjoy the music of The Duke with an <i>Ellington Tribute</i>
performed by the Jazz Company of Kansas City.
</p>

<p>Pins, bottles, plates, and chairs are flying at the Chamberlain
Civic Center in February. The <i>Taiwan Acrobats</i> return with
another amazing performance. Then, on February 25th, the <i>Madtown
Jugglers</i> get into the act with their unique blend of comedy,
juggling, and madness.
</p>

<p>Enjoy a classical brunch every Sunday in February with music
provided by the <i>Carson Quartet</i>. Seating is limited, so please order
your table in advance.
</p>
</div>

</section>


<section id="events">
<table class="calendar">
<caption>Events in February at the CCC</caption>


</section>

<footer>

</footer>

</body>

</html>

This post has been edited by tarnold4: Apr 5 2015, 07:47 PM
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Apr 5 2015, 08:04 PM
Post #2


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



There's just a start tag for TABLE. Where's the rest of the table? unsure.gif
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Kelly008
post Apr 5 2015, 11:48 PM
Post #3


Newbie
*

Group: Members
Posts: 15
Joined: 1-April 15
Member No.: 22,440



Learn to add table in html. There is no table code for in your code.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 18th April 2024 - 02:31 AM