Write a Python program which accepts the user’s first and last name and print them in reverse order
Introduction Write a Python program which accepts the user’s first and last name and print them in reverse order. I …
Introduction Write a Python program which accepts the user’s first and last name and print them in reverse order. I …
Introduction Write a Python program which accepts the radius of a circle from the user and compute the area. I …
Introduction Write a Python program to display the current date and time. I have used python 3.7 compiler for debugging …
Introduction How to define define a table in HTML <!DOCTYPE html> <html> <head> <meta charset=”utf-8″> <title>www.techstudy.org</title> </head> <body> <table border=”1″> …
Introduction How to define a section that is quoted from another source in HTML. <!DOCTYPE html> <html> <head> <meta charset=”utf-8″> …
Introduction How to author an abbreviation or an acronymn. <!DOCTYPE html> <html> <head> <meta charset=”utf-8″> <title>www.techstudy.org</title> </head> <body> <p><img src=”https://techstudys.com/images/logo.png” …
Introduction How to use image tag in html <!DOCTYPE html> <html> <head> <meta charset=”utf-8″> <title>www.techstudy.org</title> </head> <body> <p><img src=”https://techstudys.com/images/logo.png” alt=”html …
Introduction How to embed audio in a HTML document. <!DOCTYPE html> <html> <head> <meta charset=”utf-8″> <title>www.techstudy.org</title> </head> <body> <audio controls> …
Introduction What is the correct way to write address in a HTML document <!DOCTYPE html> <html> <head> <title>www.techstudy.org</title> <meta charset=”utf-8″> …
Introduction How to use comment tags in HTML <!DOCTYPE html> <html> <head> <meta charset=”utf-8″> <title>www.techstudys.com</title> </head> <body> <p>C Programming</p> <!–<p>C++ …