mhdew

HW_html

Jul 2nd, 2020
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 3.90 KB | None | 0 0
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4.     <meta charset="utf-8">
  5.     <title>Section Practice</title>
  6.     <link rel="stylesheet" type="text/css" href="02.css">
  7. </head>
  8. <body>
  9.     <header>
  10.         <div id="lh1">
  11.             <img src="diulogo.png" id="logo" >
  12.         </div>
  13.         <div id="dh1">
  14.             <h1>Web Engineering</h1>
  15.         </div>
  16.         <nav id="nh1">
  17.             <a href="home.html" class="hm">Theory</a>
  18.             <a href="home.html" class="hm">Lab</a>
  19.             <a href="home.html" class="hm">Content</a>
  20.             <a href="home.html" class="hm">Notice</a>
  21.             <a href="home.html" class="hm">Profile</a>
  22.         </nav>
  23.     </header>
  24.     <center><main>
  25.         <section id="s1">
  26.         <section id="s1p">
  27.             <p><b>Welcome to Web Engineering!</b><br><br>
  28.                 Dear Students,<br>
  29.                 Welcome to the course Web Engineering ! Myself Aditya Rajbongshi. I am looking forward to the opportunity so we will have to learn and grow together in this course.  I always believe that your success is most important to me as a teacher.  Please don’t hesitate to contact with me in case of having difficulties with the course materials and any others academic problems. To smooth this operation, general questions related to the courses should be posted on the Discussion Forum.  If you have any question for which you are not interested to post in Forum, then you can send your query via email for a quick response. My contact information is mentioned below. Success in an online class requires just as much work and effort as success in a traditional classroom. Lastly, I am expecting much cooperation from all of you. Hope we will enjoy this journey joyfully.<br><br>
  30.  
  31.                 Stay safe and healthy. Thanks all of you for joining with this course.<br><br>
  32.  
  33.                 Best Regards,<br><br>
  34.  
  35.                 Aditya Rajbongshi</p>
  36.         </section>
  37.         </section>
  38.         <hr width="70%">
  39.         <section class="mc">
  40.             <div id="ls0">
  41.                 <h3 class="h3">Instructor Details</h3>
  42.                 <section class="sc">
  43.                     <span class="i0">Instructor</span>
  44.                     <span class="i1">:</span>
  45.                     <span class="i2">Aditya Rajbongshi</span>
  46.                 </section>
  47.                 <section class="sc">
  48.                     <span class="i0">Office</span>
  49.                     <span class="i1">:</span>
  50.                     <span class="i2">Room#112, DT</span>
  51.                 </section>
  52.                 <section class="sc">
  53.                     <span class="i0">Cell Phone</span>
  54.                     <span class="i1">:</span>
  55.                     <span class="i2">01628110523</span>
  56.                 </section>
  57.                 <section class="sc">
  58.                     <span class="i0">E-mail</span>
  59.                     <span class="i1">:</span>
  60.                     <span class="i2">aditya.cse@diu.edu.bd</span>
  61.                 </section>
  62.             </div>
  63.             <div id="ms0">
  64.                 <h3 class="h3">Course Details</h3>
  65.                 <section class="sc">
  66.                     <span class="i0">Course Code</span>
  67.                     <span class="i1">:</span>
  68.                     <span class="i2">CSE417/CSE418</span>
  69.                 </section>
  70.                 <section class="sc">
  71.                     <span class="i0">Course Level</span>
  72.                     <span class="i1">:</span>
  73.                     <span class="i2">Level 4 Term 1</span>
  74.                 </section>
  75.                 <section class="sc">
  76.                     <span class="i0">Credit</span>
  77.                     <span class="i1">:</span>
  78.                     <span class="i2">3+1</span>
  79.                 </section>
  80.                 <section class="sc">
  81.                     <span class="i0">Semester</span>
  82.                     <span class="i1">:</span>
  83.                     <span class="i2">Summer 2020</span>
  84.                 </section>
  85.             </div>
  86.             <div id="rs0">
  87.                 <h3 class="h3">Suplementary Media</h3>
  88.                 <section class="sc3">
  89.                     <div class="imgd" style="display: inline-block; float: left; width: 40%;">
  90.                         <img src="blclogo.png" class="img3">
  91.                     </div>
  92.                     <div class="imgd" style="display: inline-block; float: right; width: 40%;">
  93.                         <img src="blclogo.png" class="img3">
  94.                     </div>
  95.                     <div class="imgd" style="display: inline-block; float: left; width: 40%;">
  96.                         <img src="blclogo.png" class="img3">
  97.                     </div>
  98.                     <div class="imgd" style="display: inline-block; float: right; width: 40%;">
  99.                         <img src="blclogo.png" class="img3">
  100.                     </div>
  101.                 </section>
  102.             </div>
  103.         </section>
  104.     </main></center>
  105.     <footer class="f">Copyright &cpra; Mehedi Hasan</footer>
  106. </body>
  107. </html>
Add Comment
Please, Sign In to add comment