DOC PREVIEW
GSU CSC 1010 - html04

This preview shows page 1-2-3-19-20-39-40-41 out of 41 pages.

Save
View full document
View full document
Premium Document
Do you want full access? Go Premium and unlock all 41 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 41 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 41 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 41 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 41 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 41 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 41 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 41 pages.
Access to all documents
Download any document
Ad free experience
Premium Document
Do you want full access? Go Premium and unlock all 41 pages.
Access to all documents
Download any document
Ad free experience

Unformatted text preview:

Chapter FOURObjectivesSlide 3Slide 4Entering the HTML Tags to Define the Web Page StructureCreating a Borderless Table to Position ImagesSlide 7Inserting Images in a TableCreating a Vertical Menu Bar with Text LinksSlide 10Adding Text to a Table CellSlide 12Viewing and Printing a Web PageCopying and Pasting HTML Code to a New FileSlide 15Changing the TitleSlide 17Deleting an ImageSlide 19Creating a Horizontal Menu Bar with Text LinksSlide 21Creating a Table with Borders and Inserting TextSlide 23Creating Additional Cells and Inserting TextSlide 25Saving and Printing an HTML FileViewing and Printing the Web Page Using the BrowserAdding Cellspacing and Cellpadding to a TableSlide 29Adding a Table CaptionSlide 31Saving and Printing the HTML File and Viewing and Printing the Web PageSpanning the Main Heading across All ColumnsSlide 34Creating Headings that Span Rows and ColumnsSlide 36Creating the Second Heading that Spans RowsSlide 38Creating the Second Heading that Spans ColumnsSlide 40Slide 41Creating Tables in a Web SiteDefine table elementsDescribe the steps used to plan, design, and code a tableCreate a borderless table to organize imagesCreate a vertical menu bar with text links2Create a borderless table to organize textCreate a horizontal menu bar with text linksCreate a table with bordersChange the horizontal alignment of text3Add background color to rows and cellsAlter the spacing between and within cells using the cellspacing and cellpadding attributesInsert a caption below a tableUse the rowspan and colspan attributes45If necessary, click line 10Type <table border="0" cols="2“ width="90%"> and then press the ENTER key67If necessary, click line 11, type <tr> as the tag, and then press the ENTER keyType <td><img src=“bellvideologo.gif” width=“430” height=“74” alt=“Bell Video Logo” /></td> and then press the ENTER keyType <td><img src="csexcellence.gif" width="108” height=”94” alt=”Excellence Award” /></td> and then press the ENTER keyType </tr> and then press the ENTER keyType </table> and then press the ENTER key8If necessary, click line 17Enter the HTML code shown belowPress the ENTER key twice910If necessary, click line 27Enter the HTML code as shown in Table 4-5 on page HTM 151 and then press the ENTER key111213Click the Notepad button on the taskbarClick immediately to the left of the < in the <!DOCTYPE html tag on line 1. Drag through the first </table> tag on line 15 to highlight lines 1 through 15Press CTRL+C to copy the selected lines to the ClipboardClick File on the menu bar and then click NewPress CTRL+V to paste the contents from the Clipboard into a new file1415Highlight the words, — Great Service, Great Selection, between the <title> and </ title > tags on line 7. Type - New Releases as the textClick immediately to the right of the </table> tag on line 15. Press the ENTER key three timesType </body> and then press the ENTER keyType </html> as the end tag1617Highlight line 13, which contains the code to insert the image, csexcellence.gifPress the DELETE key twice1819If necessary, click line 16Enter the HTML code as shown in Table 4-6 on page HTM 159Press the ENTER key twice2021If necessary, click line 28Enter the HTML code as shown in Table 4-7 on page HTM 162Press the ENTER key twice2223If necessary, click line 53Enter the HTML code as shown in Table 4-8 on page HTM 1642425With a floppy disk in drive A, click File on the menu bar and then click Save As. Type newreleases.htm in the File name text boxIf necessary, click 3½ Floppy (A:) in the Save in list. Click the Project04 folder and then click the ProjectFiles folder in the list of available folders. Click the Save button in the Save As dialog boxClick File on the menu bar and then click Print on the file menu2627Click immediately to the right of the 5 in border=“5” in line 28 and then press the SPACEBARType cellpadding=“2” cellpadding=“5” as the attributes2829Highlight the text <!--Insert caption here --> on line 69Type <caption align=“bottom”><em>Listing of movies by actor</em></caption> as the tag303132Highlight the <!—Insert Movies by Type colspan here --> text on line 29. Type <tr> and then press the ENTER keyType <th colspan="3" bgcolor="lightsteelblue"> and then press the ENTER keyType <font color="#993366“ face="chaucer“ size="+2">Movies by Type</font> and then press the ENTER keyType </th> and then press the ENTER keyType </tr> as the end table row tag3334Highlight <!--Insert Action rowspan here --> text on line 34Enter the HTML code as shown in Table 4-9 on page HTM 1793536Highlight the <!--Insert Comedy rowspan here --> text on line 66 and then press the DELETE keyType <tr> and then press the ENTER keyType <th rowspan="4" bgcolor="#336699"> and then press the ENTER keyType <font color="#ffffff“ size="+1">Comedy</font> and then press the ENTER keyType </th> as the tag3738Highlight the <!--Insert Title - Actor(s) colspan here --> text on line 70Type <th colspan="2" bgcolor="thistle"> and then press the ENTER keyType <font color="#336699" size="+1">Title - Actor(s)</font> and then press the ENTER keyType </th> and then press the ENTER keyType </tr> and then press the ENTER


View Full Document

GSU CSC 1010 - html04

Download html04
Our administrator received your request to download this document. We will send you the file to your email shortly.
Loading Unlocking...
Login

Join to view html04 and access 3M+ class-specific study document.

or
We will never post anything without your permission.
Don't have an account?
Sign Up

Join to view html04 2 2 and access 3M+ class-specific study document.

or

By creating an account you agree to our Privacy Policy and Terms Of Use

Already a member?