sgbtechsoluation

Wt lab

Nov 29th, 2021
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.73 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <!--
  3. To change this license header, choose License Headers in Project Properties.
  4. To change this template file, choose Tools | Templates
  5. and open the template in the editor.
  6. -->
  7. <html>
  8. <head>
  9. <title>pragraph style</title>
  10. <meta charset="UTF-8">
  11. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  12. <style type="text/css">
  13. p.p1{
  14. margin-left:20px;
  15. margin-right:20px;
  16. background-color: pink;
  17. color: blue;
  18. border-top-style: double;
  19. }
  20. p.p2{
  21. margin-left:30px;
  22. margin-right:30px;
  23. background-color: black;
  24. color: yellow;
  25. border-top-style: double;
  26. }
  27. p.p3{
  28. margin-left:20px;
  29. margin-right:20px;
  30. background-color: green;
  31. color: white;
  32. text-indent:1cm;
  33. border-top-style: double;
  34. }
  35.  
  36. </style>
  37. </head>
  38. <body>
  39. <p class='p1'>Artificial Intelligence or AI,has already received a lot of buzz in the past decade, but it continues to be one of the new technology trends because
  40. its notable effects on how we live, work and play are only in the early stages. AI is already known for its superiority in image and speech recognition,
  41. navigation apps, smartphone personal assistants, ride-sharing apps and so much more.
  42. </p>
  43. <p class='p3'> Robotic Process Automation, or RPA,is another technology that is automating jobs. RPA is the use of software to automate business processes
  44. such as interpreting applications, processing transactions, dealing with data, and even replying to emails.RPA automates repetitive tasks that people used to do.
  45. </p>
  46. <p class='p1'>
  47. Edge computing is designed to help solve some of those problems as a way to bypass the latency caused by cloud computing and
  48. getting data to a datacenter for processing. It can exist “on the edge,” if you will, closer to where computing needs to happen. For this reason, edge computing can be used to process time-sensitive data in remote locations with limited or no connectivity to a centralized location. In those situations,
  49. edge computing can act like mini datacenters.
  50. </p>
  51. <p class='p2'>
  52. quantum computing, which is a form of computing that takes advantage of quantum phenomena like superposition and quantum entanglement. This amazing technology trend is also involved in preventing the spread of the coronavirus, and to develop potential vaccines,
  53. thanks to its ability to easily query, monitor, analyze and act on data, regardless of the source. Another field where quantum computing is finding applications in banking and finance,
  54. to manage credit risk, for high-frequency trading and fraud detection.
  55. </p>
  56. <p class='p3'>
  57. Virtual Reality (VR) and Augmented Reality (AR), and Extended Reality (ER).VR immerses the user in an environment while AR enhances their environment.
  58. Although this technology trend has primarily been used for gaming thus far, it has also been used for training, as with VirtualShip,
  59. a simulation software used to train U.S. Navy, Army and Coast Guard ship captains.
  60. </p>
  61.  
  62. </body>
  63. </html>
  64. 2a
  65.  
  66.  
  67. <!DOCTYPE html>
  68. <!--
  69. To change this license header, choose License Headers in Project Properties.
  70. To change this template file, choose Tools | Templates
  71. and open the template in the editor.
  72. -->
  73. <html>
  74. <head>
  75. <title>TODO supply a title</title>
  76. <meta charset="UTF-8">
  77. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  78. <style type='text/css'>
  79. ol{list-style-type:upper-roman;font-style:bold;color:red;}
  80. ol ol{list-style-type:upper-alpha;font-style:italic;color:blue;}
  81. ol ol ol{list-style-type:decimal;color:green;}
  82. </style>
  83.  
  84. </head>
  85. <body>
  86. <ol>
  87. <li>compact</li>
  88. <ol style="background-color:pink;">
  89. <li>Two Door</li>
  90. <ol>
  91. <li>2012</li>
  92. <li>Model</li>
  93. <li>Reva</li>
  94. </ol>
  95. <li>Four Door</li>
  96. <ol>
  97. <li>2012</li>
  98. <li>Model 2008</li>
  99. <li>Maruti</li>
  100. </ol>
  101. </ol>
  102. <li>Midsize</li>
  103. <ol style="background-color:yellow;">
  104. <li>Two Door</li>
  105. <ol>
  106. <li>2012</li>
  107. <li>Model 2012</li>
  108. <li>Reva</li>
  109. </ol>
  110. <li>Four Door</li>
  111. <ol>
  112. <li>2012</li>
  113. <li>Model 2008</li>
  114. <li>Maruti</li>
  115. </ol>
  116. </ol>
  117. <li>Sports</li>
  118. <ol>
  119. <li>couple</li>
  120. <ol>
  121. <li>2012</li>
  122. <li>Model 2012</li>
  123. <li>Reva</li>
  124. </ol>
  125. <li>convertible</li>
  126. <ol>
  127. <li>2012</li>
  128. <li>Model 2008</li>
  129. <li>Maruti</li>
  130. </ol>
  131. </ol>
  132. </ol>
  133. </body>
  134. </html>
  135. 2c
Add Comment
Please, Sign In to add comment