Code
<!DOCTYPE html>
 <html>
  <body>
     <h4>Unordered List of technology</h4>
       <ul>
         <li>wikitechy PHP</li>
         <li>wikitechy HTML</li>
         <li>wikitechy CSS</li>
       </ul>
  </body>
</html>

Result