Wednesday, August 19, 2020
Home »
» Get courses of Asian Development Bank and Microsoft virtual internship f...
Get courses of Asian Development Bank and Microsoft virtual internship f...
Related Posts:
How to add page no. from the desired page in MS Word ? In this post, I will be discussing how to add page number from the desired page in MS Word. When we write report of some projects, there will be abstract, acknowledgement, table of contents and so on. In this case, probably… Read More
How to make a simple picture gallery using lightbox library in web? HTML code <!DOCTYPE html> <html> <head> <title>PicGallery</title> <link rel="stylesheet" type="text/css" href="css/picgallery.css"> <link rel="stylesheet" type="… Read More
Find smallest positive integer in an array. Write a function: function solution(A); that, given an array A of N integers, returns the smallest positive integer (greater than 0) that does not occur in A. For example, given A = [1, 3, 6,… Read More
Design simple yet attractive log in form using HTML and CSS. HTML code <!DOCTYPE html> <html> <head> <title>Feedback form</title> <link rel="stylesheet" type="text/css" href="css/feedbackform.css"> </head> <body> <h3>… Read More
Design Home page of facebook using HTML and CSS. HTML code: <!DOCTYPE html> <html> <head> <title>facebook</title> <link rel="stylesheet" type="text/css" href="css/facebook.css"> </head> <body> <div class="topbar"&g… Read More
0 comments:
Post a Comment