Monday, January 17, 2022

ppts on UNIT-2 (HTML & XML)

 Presentations on HTML & XML

HTML Forms ppt

HTML Tables ppt

HTML Frames ppt

Basic Building Blocks of XML Documents ppt

XML DOM ppt

XML DTD ppt

No comments:

Post a Comment

A simple Java program to find the inverse of a given matrix

  import java.util.Scanner; public class MatrixInverse { public static void main (String[] args) { Scanner scanner =...