html5-img
1 / 39

COMPUTER PROGRAMMING

COMPUTER PROGRAMMING. INTERACTIVE PRESENtation. MANAGING AND BUILDING WEBSITE USING MICROSOFT FRONTPAGE. TABLE OF CONTENTS :. APPLY CASCADING STYLE SHEET PRE-TEST LESSON PROPER POST-TEST CREATE FRAMES AND FRAMESET LESSON PROPER TUTORTIAL VIDEO. APPLY CASCADING STYLE SHEET.

sancho
Download Presentation

COMPUTER PROGRAMMING

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. COMPUTER PROGRAMMING INTERACTIVE PRESENtation

  2. MANAGING AND BUILDING WEBSITE USING MICROSOFT FRONTPAGE

  3. TABLE OF CONTENTS : APPLY CASCADING STYLE SHEET PRE-TEST LESSON PROPER POST-TEST CREATE FRAMES AND FRAMESET LESSON PROPER TUTORTIAL VIDEO

  4. APPLY CASCADING STYLE SHEET

  5. PRE-TEST : 1. What does CSS stand for? Creative Style Sheets Computer Style Sheets Colorful Style Sheets Cascading Style Sheets

  6. 2. What is the correct HTML for referring to an external style sheet? <link rel="stylesheet" type="text/css" href="mystyle.css"> <style src="mystyle.css" /> <stylesheet>mystyle.css</stylesheet />

  7. 3. Where in an HTML document is the correct place to refer to an external style sheet? In the <body> section At the end of the document In the <head> section At the top of the document

  8. 4. Which HTML tag is used to define an internal style sheet? <script> <style> <css>

  9. 5. Which HTML attribute is used to define inline styles? style styles font class

  10. 6. Which is the correct CSS syntax? body:color=black {body:color=black(body} body {color: black} {body;color:black}

  11. 7. How do you insert a comment in a CSS file? /* this is a comment */ // this is a comment // this is a comment // ' this is a comment

  12. 8. Which property is used to change the background color? color: bgcolor: background-color:

  13. How do you add a background color for all <h1> elements? h1 {background-color:#FFFFFF} h1.all {background-color:#FFFFFF} all.h1 {background-color:#FFFFFF}

  14. 10. How do you change the text color of an element? color: text-color= text-color: fgcolor:

  15. LESSON PROPER : CSS Example : body { background-color:#d0e4fe; } h1 {color:orange; text-align:center; } p { font-family:"Times New Roman"; font-size:20px; }

  16. CLI CK

  17. Post-test : 1. What does CSS stand for? Creative Style Sheets Computer Style Sheets Colorful Style Sheets Cascading Style Sheets

  18. 2. What is the correct HTML for referring to an external style sheet? <link rel="stylesheet" type="text/css" href="mystyle.css"> <style src="mystyle.css" /> <stylesheet>mystyle.css</stylesheet />

  19. 3. Where in an HTML document is the correct place to refer to an external style sheet? In the <body> section At the end of the document In the <head> section At the top of the document

  20. 4. Which HTML tag is used to define an internal style sheet? <script> <style> <css>

  21. 5. Which HTML attribute is used to define inline styles? style styles font class

  22. 6. Which is the correct CSS syntax? body:color=black {body:color=black(body} body {color: black} {body;color:black}

  23. 7. How do you insert a comment in a CSS file? /* this is a comment */ // this is a comment // this is a comment // ' this is a comment

  24. 8. Which property is used to change the background color? color: bgcolor: background-color:

  25. How do you add a background color for all <h1> elements? h1 {background-color:#FFFFFF} h1.all {background-color:#FFFFFF} all.h1 {background-color:#FFFFFF}

  26. 10. How do you change the text color of an element? color: text-color= text-color: fgcolor:

  27. CREATE FRAMES AND FRAMESETS

  28. LESSON PROPER: EXAMPLE :

  29. <HTML> <HEAD> <TITLE>Great Recipes</TITLE> </HEAD> <FRAMESET ROWS="15%,*"> <FRAME SRC="recipetitlebar.html" NAME=TITLE SCROLLING=NO> <FRAMESET COLS="20%,*"> <FRAME SRC="recipesidebar.html" NAME=SIDEBAR> <FRAME SRC="recipes.html" NAME=RECIPES> </FRAMESET> </HTML>

  30. OUTPUT :

  31. CLI CK

  32. Thanks to : GOOGLEYOUTUBEW3SCHOOLANDMR. RELUBA

  33. Presented by :LeizleSelda III-1

  34. End of slide press esc.

  35. G R E A T ! ! ! PROCEED TO # : 12345678910

  36. G R E A T ! ! ! PROCEED TO # : 12345678910

  37. T R Y A G A I N ! ! ! PROCEED TO # : 12345678910

  38. T R Y A G A I N ! ! ! PROCEED TO # : 12345678910

More Related