Computer science tricks,Android tricks,Tips and tricks,Computer Software,Android App,PC and Laptop Antivirus,Mobile antivirus,mcq,Computer,orchitecture,organization,hacking,python,dbms,iot,java,mcq,in hindi,tricks,script,c,seo,ethical hacking,book,result,multipal choice question
Thursday, February 10, 2022
How to convert binary to decimal
Monday, February 7, 2022
Intersection operation perform in c programming
Output of the intersection operation
Union Operation perform in c programming
Output of the Union operation
This code to perform Union operation๐๐๐
Monday, July 20, 2020
How to make chess board using html
html ka prayog karke chess board kaise banaye
เคนाเคฏ เคฆोเคธ्เคคों เคเค เคนเคฎ เคเคช เคฒोเค เคो เคฌเคคाเคจे เคตाเคฒे เคนैं เคि เคเคช เคेเคตเคฒ เคเคเคीเคเคฎเคเคฒ เคोเคก เคा เคช्เคฐเคฏोเค เคเคฐเคे เคेเคธ เคฌोเคฐ्เคก เคैเคธे เคฌเคจा เคธเคเคคे เคนैं เคी เคนां เคฆोเคธ्เคคों เคเคธเคฎें เคเคชเคो เค्เคฏाเคฆा เคฎेเคนเคจเคค เคเคฐเคจे เคी เคเคฐूเคฐเคค เคจเคนीं เคนै เค्เคฏोंเคि เคฏเคน เคฌเคนुเคค เคนी เคธเคฐเคฒ เคนै เคเคช เคเคธे เคฌिเคจा เคธीเคเคธเคเคธ เคे เคฌเคจा เคธเคเคคे เคนैं।
เคिเคธเคा เคเคเคเคชुเค เคนเคฎ เคเคชเคो เคจीเคे เคฆिเคा เคฆिเค เคนैं เคฏเคน เคेเคตเคฒ เคเคเคीเคเคฎเคเคฒ เคा เคช्เคฐเคฏोเค เคเคฐเคे เคฌเคจाเคฏा เคเคฏा เคนै เคเคฐ เคฏเคฆि เคเคช เคเคธ เคธเคญी เคोเคฐ्เค เคो เคกाเคเคจเคฒोเคก เคเคฐเคจा เคाเคนเคคे เคนैं เคคो เคเคธเคा เคนเคฎ เคเคเคीเคเคฎเคเคฒ เคซाเคเคฒ เคญी เคฒिंเค เคเคฐ เคฆेंเคे เคिเคธे เคเคช เคกाเคเคจเคฒोเคก เคเคฐ เคธเคเคคे เคนैं เคเคฐ เคเคธเคा เคोเคก เคญी เคเคช เคจीเคे เคฆेเค เคธเคเคคे เคนैं।
เคेเคธ เคฌोเคฐ्เคก เคฎें เคो เคธเคญी เคोเคिเคฏां เคนोเคคे เคนैं เคเคธे เคญी เคฌिเคจा เคिเคธी เคเคฎेเค เคे เคฒिंเค เคฆिเค เคเคช เคेเคธ เคฌोเคฐ्เคก เคฎें เคเคจ เคธเคญी เคोเคिเคฏां เคो เคธेเค เคเคฐ เคธเคेंเคे।
เคเคธเคे เคฒिเค เคเคจ เคธเคญी เคेเคธ เคฌोเคฐ्เคก เคे เคो เคเคिเคฏा เคนोเคคे เคนैं เคเคธเคा เคเคเคीเคเคฎเคเคฒ เคोเคก เคฒिเคเคเคฐ เคเคจ เคธเคญी เคฌूเคिเคฏों เคो เคเคธเคฎें เคธेเค เคเคฐ เคธเคเคคे เคนैं।
<html>
<head>
<title>Chess Board</title>
</head>
<body>
<center>
<table border = "5px" bordercolor = "black" height = "43%" width = "43%" cellspacing = "0px" cellpadding = "3px">
<caption ><u><b><em><mark><font size = "44px">CHESS BOARD</font></mark></em></b></u></caption>
<tr>
<td bgcolor = "red" align = "center"><font size = "10px">♜</font></td>
<td bgcolor = "white" align = "center"><font size = "10px">♞</font></td>
<td bgcolor = "red" align = "center"><font size = "10px">♝</font></td>
<td bgcolor = "white" align = "center"><font size = "10px">♛</font></td>
<td bgcolor = "red" align = "center"><font size = "10px">♚</font></td>
<td bgcolor = "white" align = "center"><font size = "10px">♝</font></td>
<td bgcolor = "red" align = "center"><font size = "10px">♞</font></td>
<td bgcolor = "white" align = "center"><font size = "10px">♜</font></td>
</tr>
<tr>
<td bgcolor = "white" align = "center"><font size = "10px">♟</font></td>
<td bgcolor = "red" align = "center"><font size = "10px">♟</font></td>
<td bgcolor = "white" align = "center"><font size = "10px">♟</font></td>
<td bgcolor = "red" align = "center"><font size = "10px">♟</font></td>
<td bgcolor = "white" align = "center"><font size = "10px">♟</font></td>
<td bgcolor = "red" align = "center"><font size = "10px">♟</font></td>
<td bgcolor = "white" align = "center"><font size = "10px">♟</font></td>
<td bgcolor = "red" align = "center"><font size = "10px">♟</font></td>
</tr>
<tr>
<td bgcolor = "red" align = "center"><font size = "10px" color = "red">♜</font></td>
<td bgcolor = "white" align = "center"><font size = "10px" color = "white">♞</font></td>
<td bgcolor = "red" align = "center"><font size = "10px" color = "red">♝</font></td>
<td bgcolor = "white" align = "center"><font size = "10px" color = "white">♛</font></td>
<td bgcolor = "red" align = "center"><font size = "10px" color = "red">♚</font></td>
<td bgcolor = "white" align = "center"><font size = "10px" color = "white">♝</font></td>
<td bgcolor = "red" align = "center"><font size = "10px" color = "red">♞</font></td>
<td bgcolor = "white" align = "center"><font size = "10px" color = "white">♜</font></td>
</tr>
<tr>
<td bgcolor = "white" align = "center"><font size = "10px" color = "white">♞</font></td>
<td bgcolor = "red" align = "center"><font size = "10px" color = "red">♝</font></td>
<td bgcolor = "white" align = "center"><font size = "10px" color = "white">♛</font></td>
<td bgcolor = "red" align = "center"><font size = "10px" color = "red">♚</font></td>
<td bgcolor = "white" align = "center"><font size = "10px" color = "white">♝</font></td>
<td bgcolor = "red" align = "center"><font size = "10px" color = "red">♞</font></td>
<td bgcolor = "white" align = "center"><font size = "10px" color = "white">♜</font></td>
<td bgcolor = "red" align = "center"><font size = "10px" color = "red">♟</font></td>
</tr>
<tr>
<td bgcolor = "red" align = "center"><font size = "10px" color = "red">♜</font></td>
<td bgcolor = "white" align = "center"><font size = "10px" color = "white">♞</font></td>
<td bgcolor = "red" align = "center"><font size = "10px" color = "red">♝</font></td>
<td bgcolor = "white" align = "center"><font size = "10px" color = "white">♛</font></td>
<td bgcolor = "red" align = "center"><font size = "10px" color = "red">♚</font></td>
<td bgcolor = "white" align = "center"><font size = "10px" color = "white">♝</font></td>
<td bgcolor = "red" align = "center"><font size = "10px" color = "red">♞</font></td>
<td bgcolor = "white" align = "center"><font size = "10px" color = "white">♜</font></td>
</tr>
<tr>
<td bgcolor = "white" align = "center"><font size = "10px" color = "white">♞</font></td>
<td bgcolor = "red" align = "center"><font size = "10px" color = "red">♝</font></td>
<td bgcolor = "white" align = "center"><font size = "10px" color = "white">♛</font></td>
<td bgcolor = "red" align = "center"><font size = "10px" color = "red">♚</font></td>
<td bgcolor = "white" align = "center"><font size = "10px" color = "white">♝</font></td>
<td bgcolor = "red" align = "center"><font size = "10px" color = "red">♞</font></td>
<td bgcolor = "white" align = "center"><font size = "10px" color = "white">♜</font></td>
<td bgcolor = "red" align = "center"><font size = "10px" color = "red">♟</font></td>
</tr>
<tr>
<td bgcolor = "red" align = "center"><font size = "10px">♙</font></td>
<td bgcolor = "white" align = "center"><font size = "10px">♙</font></td>
<td bgcolor = "red" align = "center"><font size = "10px">♙</font></td>
<td bgcolor = "white" align = "center"><font size = "10px">♙</font></td>
<td bgcolor = "red" align = "center"><font size = "10px">♙</font></td>
<td bgcolor = "white" align = "center"><font size = "10px">♙</font></td>
<td bgcolor = "red" align = "center"><font size = "10px">♙</font></td>
<td bgcolor = "white" align = "center"><font size = "10px">♙</font></td>
</tr>
<tr>
<td bgcolor = "white" align = "center"><font size = "10px">♖</font></td>
<td bgcolor = "red" align = "center"><font size = "10px">♘</font></td>
<td bgcolor = "white" align = "center"><font size = "10px">♗</font></td>
<td bgcolor = "red" align = "center"><font size = "10px">♕</font></td>
<td bgcolor = "white" align = "center"><font size = "10px">♔</font></td>
<td bgcolor = "red" align = "center"><font size = "10px">♗</font></td>
<td bgcolor = "white" align = "center"><font size = "10px">♘</font></td>
<td bgcolor = "red" align = "center"><font size = "10px">♖</font></td>
</tr>
</table>
<caption ><u><b><em><del><font size = "44px">USING ONLY HTML BY <mark>VIKAS</mark></font></del></em></b></u></caption>
</center>
</body>
</html>
๐๐ Click Here:- Download Chess Board.html
เคจिเคตेเคฆเคจ:-
เคเคชเคो เคนเคฎाเคฐा เคชोเคธ्เค (Post) เคैเคธा เคฒเคा เคเคธे เคเคฎेंเค (Comment) เคเคฐเคे เคเคฐूเคฐ เคฌเคคाเคं เคเคฐ เคนเคฎाเคฐे เคเคธ เคชोเคธ्เค เคो เค เคชเคจे (Freind) เคฆोเคธ्เคคों เคे เคชाเคธ เคเคฐूเคฐ เคถेเคฏเคฐ (Share) เคเคฐें।
Popular Posts
-
เค เคชเคจे เคต्เคนाเค्เคธเคเคช (Whatsapp) เคฎें Bold, Italic เคा เคฏूเค เคैเคธे เคเคฐें เค्เคฏा เคเคช เคฒोเค เคो เคชเคคा เคนै WhatsApp, เคต्เคนाเค्เคธเคเคช เคฎें เคนเคฎें เค เคชเคจे เคฎैเคธ...
-
Windows 8 install guied step by step windows xp เคเคฐ windows 7 operating systems เคे เคฌाเคฆ Windows 8 เคญी market เคฎें available เคนैं, Microsof...
-
Windows startup ke dauran khud ka message dikhaye เคตिंเคกोเค เคธ्เคाเคฐ्เคเค เคช เคे เคฆौเคฐाเคจ เคธ्เคตเคฏं เคा เคฎैเคธेเค เคจिเคฎ्เคจ เคธ्เคฅिเคคिเคฏों เคฎें เคธเคนाเคฏเค เคนोเคा- 1 . เค เคชเคจी เค เคจुเคช...
-
Divine wealth of Shri Ram in Ramcharitmanas 1. เคชเคฐिเคเคฏ :- เคฐाเคฎเคเคฐिเคคเคฎाเคจเคธ , เคธंเคค เคคुเคฒเคธीเคฆाเคธ เคी เคฆ्เคตाเคฐा เคฐเคिเคค เคเค เคฎเคนाเคจ เคाเคต्เคฏ เค्เคฐंเคฅ เคนै เคो เคญเคเคตाเคจ เคถ्เคฐीเคฐ...
-
เคฌिเคจा เคฎाเคเคธ เคे เคเคฎ्เคช्เคฏूเคเคฐ เคเคชเคฏोเค เคเคฐเคจा Mouse เคเคชเคे Computer เคा Remote Control เคिเคธเคे เคฌเคैเคฐ Computer เคी เคเคฒ्เคชเคจा เคเคฐเคจा เค เคญी เคคเค เคคो เค เคธंเคญเคต เคนै। เคนाเคฒांเคि T...
-
เคिเคธी เคญी เคตिंเคกो เคी เคฌूเคेเคฌเคฒ เคชेเคจ เคก्เคฐाเคเคต เคฌเคจाเคจे เคा เคคเคฐीเคा เคเคเคเคฒ เคนเคฐ เคिเคธी เคो เคंเคช्เคฏूเคเคฐ เคฎे เคตिंเคกो เคกाเคฒเคจा เคเคคा เคนै เคฌเคธ เคฌूเคेเคฌเคฒ เคธीเคกी เคฒเคाเค เคเคฐ เคตिंเคกो เคกाเคฒ เคฒो เคฒेเคि...
-
What is operating systems | What is OS | What is operating system in english | What is os in englishIntroduction :- An operating system is a program that manages the computer hardware. It also provides a basis for application programs...
-
เคंเคช्เคฏूเคเคฐ - เคฐोเคฎ (Rom) เคंเคช्เคฏूเคเคฐ เคธे เคुเฅे เคนुเค เคนिเคธ्เคธों เคฎें เคธे เคंเคช्เคฏूเคเคฐ เคा เคเค เค เคนเคฎ เคนिเคธ्เคธा เคนोเคคी เคนै. ROM เคंเคช्เคฏूเคเคฐ เคธिเคธ्เคเคฎ เคी เคเค เคช्เคฐाเคฅเคฎिเค เคธ्เคोเคฐेเค เคก...
-
html ka prayog karke chess board kaise banaye เคนाเคฏ เคฆोเคธ्เคคों เคเค เคนเคฎ เคเคช เคฒोเค เคो เคฌเคคाเคจे เคตाเคฒे เคนैं เคि เคเคช เคेเคตเคฒ เคเคเคीเคเคฎเคเคฒ เคोเคก เคा เคช्เคฐเคฏोเค เคเคฐเคे เค...
-
Play store เคे เคฆ्เคตाเคฐा เคชเคธंเคฆ เคिเคฏा เคเคฏा 3 Best Video editing App (1).- Video editor & video maker - inshot Music๐ถ, เคชाเค , เคช्เคฐเคญाเคต...
