Advertisement
Guest User

Untitled

a guest
Sep 18th, 2019
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.02 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>
  6. Computer Science
  7. </title>
  8. <style type = text/css>
  9. body
  10. {
  11. padding: 0;
  12. margin:0;
  13. background: url(https://media.giphy.com/media/l3mZnuz4coJp8EBBm/giphy.gif);
  14. background-size: 100%;
  15. }
  16. h1
  17. {
  18. font-size: 3em;
  19. color: white;
  20. margin:0;
  21. padding: 0;
  22. text-align: center;
  23. top: 0%;
  24. left: 50%
  25. }
  26. h2
  27. {
  28. font-size: 2em;
  29. color: white;
  30. margin:0;
  31. padding: 0;
  32. text-align: center;
  33. top: 0%;
  34. left: 50%
  35. }
  36. h3
  37. {
  38. font-size: 2em;
  39. color: white;
  40. margin:0;
  41. padding: 0;
  42. text-align: center;
  43. top: 0%;
  44. left: 50%
  45. }
  46. h4
  47. {
  48. font-size: 2em;
  49. color: white;
  50. margin:0;
  51. padding: 0;
  52. text-align: center;
  53. top: 0%;
  54. left: 50%
  55. }
  56. h5
  57. {
  58. font-size: 2em;
  59. color: white;
  60. margin:0;
  61. padding: 0;
  62. text-align: center;
  63. top: 0%;
  64. left: 50%
  65. }
  66. p
  67. {
  68. font-size: 22px;
  69. color: white;
  70. line-height:20px;
  71. }
  72. </style>
  73. </head>
  74. <body>
  75. <h1>
  76. WANT COMPUTER SCIENCE AS YOUR CAREER?
  77. </h1>
  78. <img src = "chart.png"
  79. alt = "computer science chart">
  80. <h2>WHAT IS COMPUTER SCIENCE?</h2>
  81. <p>If your new to this, Computer Science is the study of computers and computational systems. Unlike electrical and computer engineers, computer scientists deal mostly with software and software systems; this includes their theory, design, development, and application.</p>
  82. <p>Principal areas of study within Computer Science include artificial intelligence, computer systems and networks, security, database systems, human computer interaction, vision and graphics, numerical analysis, programming languages, software engineering, bioinformatics and theory of computing.</p>
  83. <p>If you want to learn more about Computer Science, click the link down below!</p>
  84. <a href="what_is_computer_science.html">
  85. Click Here To Learn More!</a>
  86. <h3>FINDING A JOB AND EARNING MONEY</h3>
  87. <p>In case your wondering, do you want a job involves computer science? Jobs related to computer science is one of the highest-paying fields, with an average starting salary of $65,900.
  88. The salary will depend on several factors, including your position, experience, and education. If you want to find a job like that, then search it up and apply!
  89. To learn more about job related and salary, click the link down below!</p>
  90. <a href="job.html">
  91. Click Here To Learn More About Jobs And Salaries!</a>
  92. <h4>FUN THINGS TO DO?</h4>
  93. <p>Have you been craving to create a very cool website and show it to the public? There are many ideas to put onto your website. If you want to create or find a idea to add onto your website, click the link down below!</p>
  94. <a href="fun.html">
  95. Click Here to Create Ideas Onto Your Website!</a>
  96. <h5>WANT TO LEARN MORE ABOUT COMPUTER SCIENCE?</h5>
  97. <p>You still want to learn more about computer science? Most undergraduate CS programs start with an “introduction” to computer programming.
  98. The best versions of these courses cater not just to novices, but also to those who missed beneficial concepts and programming models while first learning to code.
  99. In some ways, computer science is an overgrown branch of applied mathematics.
  100. While many software engineers try—and to varying degrees succeed—at ignoring this, we encourage you to embrace it with direct study.
  101. Doing so successfully will give you an enormous competitive advantage over those who don’t.
  102. If you want to learn and be the best IT, click the link down below!</p>
  103. <a href="study.html">
  104. Click Here To Study More About Computer Science!</a>
  105. </body>
  106. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement