marquees and tables. tags fun stuff here! creates text that scrolls from right to left! animated...

6
Marquees and Tables

Upload: anna-carpenter

Post on 17-Jan-2018

212 views

Category:

Documents


0 download

DESCRIPTION

TODAY’S WORK Open Notepad. Then, the first thing to do is to save your file: Go to File, Save As Open the Web Design folder in your documents Create a new folder called tables1 and open it Save the file as “index.html” In this exercise you will be creating a website containing a table and a marquee.

TRANSCRIPT

Page 1: Marquees and Tables. Tags Fun Stuff Here! Creates text that scrolls from right to left! Animated text. This is a great tag but does not work on every

Marquees and Tables

Page 2: Marquees and Tables. Tags Fun Stuff Here! Creates text that scrolls from right to left! Animated text. This is a great tag but does not work on every

Tags<MARQUEE>Fun Stuff Here!</MARQUEE>

Creates text that scrolls from right to left! Animated text. This is a great tag but does not work on every browser.

<TABLE BORDER> … </TABLE>

Starts a table with a border. If you omit the word BORDER, the table will have no border (this is great for aligning pictures where you want).

<TR>…</TR> Starts a row in a table. After this tag, use the two tags below:

<TH>…</TH> Starts a title cell for a table. Title cells have bold text and is centered. Typically we use these in the first row only.

<TD>…</TD> Starts a cell for a table. You can have as many <TH> and <TR> per row as you wish.

Page 3: Marquees and Tables. Tags Fun Stuff Here! Creates text that scrolls from right to left! Animated text. This is a great tag but does not work on every

TODAY’S WORK• Open Notepad. Then, the first thing to do is to

save your file:

• Go to File, Save As• Open the Web Design folder in your documents• Create a new folder called tables1 and open it• Save the file as “index.html”

• In this exercise you will be creating a website containing a table and a marquee.

Page 4: Marquees and Tables. Tags Fun Stuff Here! Creates text that scrolls from right to left! Animated text. This is a great tag but does not work on every
Page 5: Marquees and Tables. Tags Fun Stuff Here! Creates text that scrolls from right to left! Animated text. This is a great tag but does not work on every
Page 6: Marquees and Tables. Tags Fun Stuff Here! Creates text that scrolls from right to left! Animated text. This is a great tag but does not work on every

YOUR TURN

• Please open and work on HTML4 on the website