CSS BASIC TUTORIAL <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>css tutorial</title></head><link rel="stylesheet" href="tut10.css"><style> p{ color:green; background-color:
Latest Posts
Tuesday, 28 December 2021
HTML entities
Aditya Patel
December 28, 2021
HTML ENTITIES<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Html entities</title></head><body> <h3>Html entities</h3> <p>this is my paragraph</p> <p>this
Forms in HTML
Aditya Patel
December 28, 2021
HOW to make forms with the help of code in HTML<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>form </title></head><body>
Tables in HTML
Aditya Patel
December 28, 2021
Tables in HTML<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>table</title></head><style>table,th,td {border:1px solid rgba(0, 0, 0, 0.582);}</style><body> <table>
Lists and tables in Html
Aditya Patel
December 28, 2021
Code for making lists and tables in HTMLthis is just an example<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>lists and
How to add links in Html
Aditya Patel
December 28, 2021
How to add links in HTMLcode for HTML link addingthis is just an example <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
Friday, 29 October 2021
how to make calculator by python easy way to make calculator, python code tutorial
Aditya Patel
October 29, 2021
How to make calculator via python 1.For the sum of two numbersstep1 print ("enter
Subscribe to:
Posts (Atom)