fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main() {
  5. /*
  6.   <!DOCTYPE html>
  7. <html lang="vi">
  8. <head>
  9.   <meta charset="UTF-8">
  10.   <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11.   <title>Chương Trình Đào Tạo Thiết Kế Web</title>
  12.   <style>
  13.   body {
  14.   font-family: Arial, sans-serif;
  15.   }
  16.   h1 {
  17.   color: red;
  18.   text-align: center;
  19.   }
  20.   #sus {
  21.   color:#3349ff;
  22.   list-style-type: disc;
  23.   padding-left: 40px;
  24.   }>
  25.   ul li {
  26.   margin-bottom: 10px;
  27.   }
  28.   .contact {
  29.   margin-top: 20px;
  30.   }
  31.   .contact .red {
  32.   color: red;
  33.   }
  34.   .contact .purple {
  35.   color: purple;
  36.  
  37.   }
  38.   </style>
  39. </head>
  40. <body>
  41.  
  42.   <h1>CHƯƠNG TRÌNH ĐÀO TẠO THIẾT KẾ WEB</h1
  43.  
  44.   <ul id='sus'>
  45.   <li>Ngôn ngữ HTML & FrontPage.</li>
  46.   <li>Xử lý ảnh & Thiết kế giao diện bằng PhotoShopCS.</li>
  47.   <li>DreamWeaver MX.</li>
  48.   <li>Khai thác và Quản lý Domain, Hosting.</li>
  49.   <li>Ngôn ngữ kịch bản JavaScript.</li>
  50.   </ul>
  51.  
  52.   <p class="contact">
  53.   <span class="red">Mọi thông tin chi tiết xin liên hệ: </span>
  54.   <span class="purple"><i>Văn phòng giáo vụ. Tel: 08.8564258, Giaovu@thearm.vn</i></span>
  55.   </p>
  56. </body>
  57. </html>
  58. */
  59. cout << " hi" ;
  60. return 0;
  61. }
Success #stdin #stdout 0s 5284KB
stdin
Standard input is empty
stdout
 hi