CsitLabs
  • CSIT Labs
  • 1st Semester
    • Digital Logics
      • Lab 1
      • Lab 2
      • Lab 3
      • Lab 4
      • Lab 5
      • Lab6
    • IIT
    • Physics Lab Report Formet
  • 2nd Semester
    • Algorithms used in Discrete Structure class
    • Microprocessor
      • 8085 Microprocessor
        • Arithmetic and Logical Instruction Set
        • Branching Instruction Set
        • Data Transfer and Instruction Set
        • Multiply, Divide and Memory Block Operations
        • Rotate Instruction Set
        • Subroutine, Stack and BCD Conversion](Subroutine_Stack_BCD_Conversion
      • 8086 Microprocessor
        • Basic Arithmetic
        • Practice Programs for 8086 Microprocessor
        • String Processing
    • Object Oriented Programming using C++
      • File Access Pointers
      • Standard Exceptions in C++
    • Statistics-I
  • 3rd Semester
    • Computer Architecture
      • Practical labs
    • Computer Graphics
      • Practial
      • Simulation of Two Dimensional Transformation
      • Scan Conversion Algorithm
    • Data Structures and Algorithms
      • Array methods (Introduction)
      • Stack
      • Queue
      • Recursion
      • Linked List
      • Sorting Algorithms
      • Searching and Hashing Algorithms
      • Trees and Graphs
      • Lab practice
    • Numerical Method Labs
      • Lab practice
    • Statistics-II Labs
      • Confidence interval of mean assuming normal distribution
      • One Sample T test
      • Two Sample T test
      • Regression Analysis
      • Two Sample T test
      • Design_of_Experiment
        • CRD (Completely Randomized Design)
        • RBD (Randomized Block Design)
        • RBD (Randomized Block Design)
      • Non-parametric_test
        • Binomial Test
        • Cochran Q test
        • Kolmogorov-Smirnov one sample test
        • Run test
        • Friedman-F_test
          • Friedman F test
          • Friedman F test
        • Kruskal-Wallis-H_test
          • Kruskal Wallis H test
          • Kruskal Wallis H test
        • Mann-Whitney-U_test
          • Mann Whitney U test
          • Mann Whitney U test
        • Median_test
          • Median Test
          • Median Test
        • Wilcoxon-Matched-pair_signed_rank_test
          • Wilcoxon Matched pair signed rank test
          • Wilcoxon Matched pair signed rank test
  • 4th Semester
    • Artificial Intelligence
    • Computer Networks
      • Networking commands in CMD
    • DBMS Lab
    • Operating System
      • Linux Commands
    • Theory of Computation
      • Lab 1 (DFA)
      • Lab 2 (NFA)
  • 5th Semester
    • Cryptography
    • Design and Analysis of algorithms
    • Multimedia
      • Animation Creation with Blender
      • FL Studio - Simple Effect Creation
      • Macromedia FreeHand - Logo Creation
      • Audio Mixing
      • Adobe Photoshop - ID Card Creation
      • Video Editing with Adobe Premiere Pro
    • Simulation & Modeling
      • Lab 1: Random Number Generation
    • System Analysis and Design
    • Web Technology
      • Lab Assignment – I (HTML)
      • Lab Assignment – II (CSS)
      • Lab Assignment – III (JavaScript and XML)
      • Lab Assignment – IV (PHP)
      • Web Technology
        • php
          • Database connection using PHP and MySQL
          • Login form
          • Login form
  • 6th Semester
    • Compiler Design and Construction
    • NET Centric Computing
      • Class Codes
        • Authentication and Authorization in ASP.NET
        • C# Basics
      • Lab Codes
        • Practical 1
        • Practical 2
          • Number Operations Web App
          • User Registration Form
          • User Registration Console App
        • Practical 3
          • Authentication and Authorization (Claims, Roles and Policies)
          • Client side state management in ASP.NET
          • Entity Framework Core
          • Form Validation
            • React form validation
          • HTML Tag Helpers
          • MVC demonstration
          • Razor Syntax
          • Server Side State Management in ASP.NET
      • Self Projects
        • Do while programs
        • Role playing game battle challenge
        • Project overview
        • Authentication
          • wwwroot
            • lib
              • jquery-validation
                • The MIT License (MIT)
  • 7th Semester
    • Advanced Java Programming
      • Class Codes
        • Unit1-6&8
          • javafx-sdk-21.0.1
            • legal
              • javafx.graphics
                • Independent JPEG Group (IJG) JPEG v9e
                • Mesa 3-D Graphics Library v21.0.3
              • javafx.media
                • Microsoft DirectShow Samples v156905
                • GNU Glib v2.72.0
                • GStreamer v1.20.1
                • LibFFI v3.4.4
              • javafx.web
                • IBM International Components for Unicode (ICU4C) v73.1
                • xmlsoft.org: libxml2 v2.10.4
                • xmlsoft.org: libxslt v1.1.35
                • WebKit Open Source Project: WebKit v616.1
          • src
            • main
              • java
                • Unit 1: Programming in Java
                  • 2. Concepts and Topics
                • Unit 2: User Interface Components with Swing
                • Unit 3: Event Handling
                • Unit 4: Database Connectivity
                • Unit 5: Network Programming
                • Unit 6: GUI with JavaFX
        • Unit7
          • src
            • main
              • webapp
                • index
      • Lab Codes
        • Lab
          • src
            • main
              • java
                • Practical 1
                • Practical 2
                • Practical 3
                • Practical 4
                • Practical5
    • Data warehouse and Data mining
  • docs
    • Contributor Covenant Code of Conduct
Powered by GitBook
On this page

Was this helpful?

  1. 5th Semester
  2. Web Technology

Lab Assignment – I (HTML)

PreviousWeb TechnologyNextLab Assignment – II (CSS)

Last updated 8 months ago

Was this helpful?

  1. Display your name as plane text WEB Browser •

  2. Display your name in WEB Browser declared inside the body •

  3. Write a complete source code to demonstrate the use of html, head, title, body tag •

  4. Write a source code to demonstrate whitespace collapsing •

  5. Create two paragraphs. Paragraph 1 containing the heading as Management Colleges in Nepal and Paragraph 2 containing the heading as Engineering Colleges in Nepal. Heading of Paragraph 2 must be smaller than the heading of Paragraph 2. Also show the use of b, i, sup, sub, small, strong, abbr, acronym, blockquote with cite attribute, cite , q tag inside the two paragraphs •

  6. Write the HTML code to display the following output: •

    Hi,
    My
    Name
    Is
    John
  7. Write the HTML code to demonstrate: •

    a. code
    b. kbd
    c. var
    d. samp
  8. Write a HTML code to demonstrate the concept of: •

    • Unordered list

    • ordered list

    • Nested unordered list

    • Nested ordered list

    • Definition list

  9. Write the HTML code to demonstrate image as list •

  10. Write the HTML code to demonstrate the use of URL along with Absolute URL, Relative URL •

  11. How can you create link in HTML? Show a proper section of code •

  12. Write the HTML code to generate the following output with the use of anchor tag: •

    The home is in parent directory , about is in sub directory of home and Gallery is in root directory. Write the code for each and every tabs

  13. Create a web page that demonstrate the use of destination anchor using name and id attributes •

  14. Add image using img tag •

  15. Create an image gallery of 9 images with 3 images in a row each having 200 width and height 250 •

  16. Write a HTML code to map image as Client side and ServerSide •

  17. Write a HTML code to demonstrate how audio, video can be added to the web pages along with all the attributes •

  18. Write the HTML code to print the following output: •

    SN
    Name
    College
    Address
    Email
    Phone

    First Name

    Last Name

    Fill atleast 5 details

  19. Write XHTML code to demonstrate the use of Nested table with rowspan and colspan attribute •

  20. Create a simple html page to demonstrate the basic structural tags of HTML. •

  21. Prepare an html page to display the syntax and usage of any 10 text formatting tags.•

  22. Create an html page to display your bio data using <pre> tag. (Do not use table). •

  23. Create an html page to write brief description about your college using header tags, paragraph tag and text formatting tags. •

  24. Create an image gallery of any three popular places in Nepal along with their short description with the images aligned in left or right. •

  25. Demonstrate the use of align, vspace and hspace attribute using minimum of six images. (Make a gallery) •

  26. Create a webpage to containing brief description about your college and links to your college and university website. •

  27. Demonstrate the use of top to bottom and bottom to top link using anchor tags. •

  28. Create the following list using html. •

    1. BSCIT
    2. MSCIT
        a. Semester 1
            ▪ Subject 1
            ▪ Subject 2
            ▪ Subject 3
        b. Semester 2
        c. Semester 3
    3. BScNT
  29. Create the following list using html. •

    A. Movies
        i. Nepali
        ii. Hindi
        iii. English
    B. Music
    C. Travel
    D. Reading
    E. Social Networking
    F. Chatting
  30. Design the following single table using HTML. •

    A
    B
    C
    D

    E

    F

    G

    H

    J

    K

    L

    M

    A B C D E F G H J K L M

  31. Design the following table using nested tables in HTML. •

    Logo (image) ABC Company:

    Home(link)

    About Us(link)

    Contact Us(link)

    Content 1 News 1 Content 2 News 2

    Copyright Facebook, Twitter(link) Powered By

  32. Design an html form to demonstrate the 10 different types of generated using INPUT tag. •

  33. Design an html form to submit a job application form. Demonstrate use of drop-down list, text areas and file upload control. •

Code
Code
Code
Code
Code
Code
Code
Code
Code
Code
Code
Code
Home
About
Gallery
Code
Code
Code
Code
Code
Code
Code
Code
Code
Code
Code
Code
Code
Code
Code
Code
Code
Code
Code
Code
Code