Web Development

Nested List

  1. Background Skills
    1. Unix Commands
    2. Vim Text Editor
  2. HTML
    1. Minimal Page
    2. Headings
    3. Tags
    4. Lists
      • Unordered
      • Ordered
      • Definition
      • Nested
    5. Links
      • Absolute
      • Relative
    6. Images
  3. CSS
    1. Anatomy
    2. Basic Selectors
      • Element
      • Class
      • ID
      • Group
    3. The DOM
    4. Advanced Selectors
    5. Box Model
  4. Programming
    1. Python
    2. JavaScript
  5. Database
    1. Flat File
    2. Relational

Table

Heading Students Details
Id Name Department Roll Number
Student List 1 Aryan Raj Computer Science 12345
2 Mohan Electronics 23456
3 Sohan Electrical 34567
4 Rahul Civil 45678

Class Video