programming9
  • Flowcharts
  • Programs
      • Back
      • C Programs
      • C++ Programs
      • Java Programs
      • Python Codes
      • HTML Codes
      • Java Script Codes
      • SQL Codes
  • Tutorials
      • Back
      • Java Tutorials
      • Competitive Programming
      • Python Tutorials
      • C Programming
  • Blog
  • Login

HTML Example code for Definition LIst

Details
Written by: sowjanya
Category: HTML Codes
  • HTML
  • list
  • definition
<html>
   <head>
      <title>DEFINITION LIST</title>
   </head>
   <body bgcolor="blue" text="yellow">
      <h1><u>DEFINITION LIST</u></h1>
      <h3>
      <dl>
         <dt><u>HTML:</u></dt>
         <dd>HTML means hyper text markup language.A plain page without any styles and Scripts
            called as HTML.HTML only stands for static pages
         </dd>
      </dl>
      <h3>
   </body>
</html>

 OUTPUT:

dl

Previous article: HTML Code for Using Frame and frameset Prev Next article: HTML Example Code for Unordered LIst Next
  • HTML Form Tag with Example
  • HTML Code for Designing of Time Table Using TABLE
  • HTML Header Tags and its Attributes
  • JavaScript Function to perform Binary Search
  • HTML Model Code for Responsive SLIDING BANNER and NAVIGATION MENU
  • HTML Code for Designing of a Registration Form using Table
  • HTML Code for Designing a Form Using Inline Style Sheets
  • Internal Style Sheet with an Example
  • JavaScript Function To Perform Mathematical Operations
  • HTML Code for Using Frame and frameset
  • Privacy Policy
  • Cookie Policy
© programming9.com 2026
Back to top