Responsive Navbar with Google Search
☰ Menu
🏠 Home
Python
📄 LaTeX
📊 GNUPlot
💬 Feedback
✉️ Contact
List Structure: Description List
List Structure
Item List
Enumerate List
Description List
Description List: Program 1
\documentclass{article} \usepackage{enumitem} \begin {document} \begin{description} \item This is an entry \textit{without} a label. \item[with label] A short one-line description. \item[long description] A much longer description can be given here according to the need of the user. \end{description} \end{document}
Run Code
Output 1