Тёмный
Code Plus Point
Code Plus Point
Code Plus Point
Подписаться
"Welcome to Code Plus Point, your go-to destination for all things coding and programming! Join us as we explore the world of software development, offering tutorials, coding tips, project walkthroughs, and insightful discussions on programming languages, algorithms, and tech innovations. Whether you're a beginner or an experienced developer, discover a wealth of knowledge and practical guidance to elevate your coding skills and journey in the digital realm. Subscribe now and embark on a transformative coding adventure with us!"
VIEW RECORDS USING LARAVEL +
29:44
Месяц назад
TABLE ON CSS | HTML TUTORIALS
31:08
Месяц назад
NAVBAR IN HTML
42:42
2 месяца назад
DELETE RECORDS | LARAVEL
38:10
2 месяца назад
VIEW RECORDS | DBMS
25:53
2 месяца назад
VSERTICAL FIXED NAVBAR USING HTML CSS
1:04:20
2 месяца назад
BOX IN HTML | DIV | CONTAINER
52:08
2 месяца назад
LARAVEL | MOVIES WEBSITE PART 2
39:47
2 месяца назад
LARAVEL | MOVIES WEBSITE PART 1
50:17
2 месяца назад
TEXT IN CSS | HTML CSS
43:33
2 месяца назад
CSS ON BOX | HTML CSS
7:43
2 месяца назад
FORMS IN HTML (PART 2)
5:02
2 месяца назад
FORM IN HTML
36:54
2 месяца назад
WEBSITE PART 3 | HTML
36:22
2 месяца назад
WEBSITE PART 2 | HTML
12:31
2 месяца назад
WEBSITE PART 1 |  HTML
17:00
2 месяца назад
SQL SERVER | JOINS
38:29
2 месяца назад
LARAVEL BREEZ
27:15
2 месяца назад
SQL SERVER | CLASS 2
31:13
3 месяца назад
Комментарии
@kokomelontantanantantan
@kokomelontantanantantan 18 дней назад
I love your content 🥵🥵
@kokomelontantanantantan
@kokomelontantanantantan 18 дней назад
Your voice so sexy 🥵🥵
@kokomelontantanantantan
@kokomelontantanantantan 18 дней назад
Your voice so sexy
@imranketamashay
@imranketamashay Месяц назад
String.Reverse();
@imranketamashay
@imranketamashay Месяц назад
if(str == str.tolower().reverse()) return true;
@babar178
@babar178 Месяц назад
Good brother keep it up
@hamzashahid9860
@hamzashahid9860 Месяц назад
very helpful for me
@CodePlusPoint
@CodePlusPoint Месяц назад
using System; class Program { static void Main() { Console.WriteLine("Enter a String"); string orignal_text =Console.ReadLine(); Console.WriteLine(orignal_text); string reverse_text = string.Empty; for (int i = orignal_text.Length -1; i >= 0; i--) { reverse_text += orignal_text[i]; Console.WriteLine("Pattern = " + i + " ) " + reverse_text); } if(reverse_text == orignal_text) { Console.WriteLine("Palindrome True => " + reverse_text + " = " + orignal_text); } else { Console.WriteLine("Not Palindrome = " + reverse_text + " != " + orignal_text); } } } PALINDROME CHECK
@AbdulWahabAmir-g5k
@AbdulWahabAmir-g5k 2 месяца назад
GOT TO THE URL DOWNLAOD PROJECT FROM drive.google.com/drive/folders/1Nil99S-0rD78vIBlbRXtW9ng7BRWECi_?usp=sharing AND IT HAS ALSO MYSQL FILE UPLOAD IT (IMPORT) IT ON YOUR DATABASE
@hassanalisalama52
@hassanalisalama52 2 месяца назад
nice man
@UsmanIrshad-l2n
@UsmanIrshad-l2n 2 месяца назад
Sir awaz nh A rhi hai apki
@talhakhan-rz8bq
@talhakhan-rz8bq 2 месяца назад
❤😊❤❤
@basit.official.0212
@basit.official.0212 3 месяца назад
Done
@karlitrevor1750
@karlitrevor1750 4 месяца назад
P r o m o s m
@mahamniazi783
@mahamniazi783 6 месяцев назад
helloo0oooooooooooooooooooooooooooooooooooooooooooooooooooooooo
@ShoaibAkhter-wo8bq1cm9
@ShoaibAkhter-wo8bq1cm9 6 месяцев назад
🥰😍🤩😘
@ShoaibAkhter-wo8bq1cm9
@ShoaibAkhter-wo8bq1cm9 6 месяцев назад
🥰😍🤩😘
@ShoaibAkhter-wo8bq1cm9
@ShoaibAkhter-wo8bq1cm9 6 месяцев назад
😍🥰😘
@sylviemcritchie6258
@sylviemcritchie6258 7 месяцев назад
💘 *promosm*
@basit.official.0212
@basit.official.0212 8 месяцев назад
Done 😊
@jonnyasif5380
@jonnyasif5380 8 месяцев назад
❤❤
@3L_GAT0
@3L_GAT0 8 месяцев назад
I believe I'm special (needs)
@edwardli9145
@edwardli9145 8 месяцев назад
I agree
@hafizsanwalali467
@hafizsanwalali467 8 месяцев назад
Pleasing❤❤
@lv-rt3hc
@lv-rt3hc 8 месяцев назад
Still don’t get this scene
@youssefbasem9266
@youssefbasem9266 8 месяцев назад
Basically in this scene po is sad because he found out the scroll was blank shifu decides that he will make a sacrifice by staying behind while the five and po evacuate everyone and leave the valley the goose(po's father) tries to comfort him by telling him the secret ingredient which is nothing it's just normal soup po then realizes that there is no all powerful scroll the power is in him him training and believing in himself is what makes him the dragon warrior
@akbarjonrahmonov2396
@akbarjonrahmonov2396 9 месяцев назад
Aka zoʻr bosing 🎉🎉🎉🎉
@dani-saleem
@dani-saleem 9 месяцев назад
Bob😂😂😂😂 We all Missing you
@hamzashahid9860
@hamzashahid9860 9 месяцев назад
It's very amazing
@hamzashahid9860
@hamzashahid9860 9 месяцев назад
It's was amazing design
@hamzashahid9860
@hamzashahid9860 9 месяцев назад
amazing design
@CodePlusPoint
@CodePlusPoint 9 месяцев назад
<?xml version="1.0" encoding="UTF-8"?> <?xml-stylesheet href="style.xsl" type="text/xsl"?> <catalog> <cd> <title>Empire Burlesque</title> <artist>Bob Dylan</artist> <country>USA</country> <company>Columbia</company> <price>10.90</price> <year>1985</year> </cd> <cd> <title>Hide your heart</title> <artist>Bonnie Tyler</artist> <country>UK</country> <company>CBS Records</company> <price>9.90</price> <year>1988</year> </cd> <cd> <title>Greatest Hits</title> <artist>Dolly Parton</artist> <country>USA</country> <company>RCA</company> <price>9.90</price> <year>1982</year> </cd> <cd> <title>Still got the blues</title> <artist>Gary Moore</artist> <country>UK</country> <company>Virgin records</company> <price>10.20</price> <year>1990</year> </cd> <cd> <title>Eros</title> <artist>Eros Ramazzotti</artist> <country>EU</country> <company>BMG</company> <price>9.90</price> <year>1997</year> </cd> <cd> <title>One night only</title> <artist>Bee Gees</artist> <country>UK</country> <company>Polydor</company> <price>10.90</price> <year>1998</year> </cd> <cd> <title>Sylvias Mother</title> <artist>Dr.Hook</artist> <country>UK</country> <company>CBS</company> <price>8.10</price> <year>1973</year> </cd> <cd> <title>Maggie May</title> <artist>Rod Stewart</artist> <country>UK</country> <company>Pickwick</company> <price>8.50</price> <year>1990</year> </cd> <cd> <title>Romanza</title> <artist>Andrea Bocelli</artist> <country>EU</country> <company>Polydor</company> <price>10.80</price> <year>1996</year> </cd> <cd> <title>When a man loves a woman</title> <artist>Percy Sledge</artist> <country>USA</country> <company>Atlantic</company> <price>8.70</price> <year>1987</year> </cd> <cd> <title>Black angel</title> <artist>Savage Rose</artist> <country>EU</country> <company>Mega</company> <price>10.90</price> <year>1995</year> </cd> <cd> <title>1999 Grammy Nominees</title> <artist>Many</artist> <country>USA</country> <company>Grammy</company> <price>10.20</price> <year>1999</year> </cd> <cd> <title>For the good times</title> <artist>Kenny Rogers</artist> <country>UK</country> <company>Mucik Master</company> <price>8.70</price> <year>1995</year> </cd> <cd> <title>Big Willie style</title> <artist>Will Smith</artist> <country>USA</country> <company>Columbia</company> <price>9.90</price> <year>1997</year> </cd> <cd> <title>Tupelo Honey</title> <artist>Van Morrison</artist> <country>UK</country> <company>Polydor</company> <price>8.20</price> <year>1971</year> </cd> <cd> <title>Soulsville</title> <artist>Jorn Hoel</artist> <country>Norway</country> <company>WEA</company> <price>7.90</price> <year>1996</year> </cd> <cd> <title>The very best of</title> <artist>Cat Stevens</artist> <country>UK</country> <company>Island</company> <price>8.90</price> <year>1990</year> </cd> <cd> <title>Stop</title> <artist>Sam Brown</artist> <country>UK</country> <company>A and M</company> <price>8.90</price> <year>1988</year> </cd> <cd> <title>Bridge of Spies</title> <artist>T`Pau</artist> <country>UK</country> <company>Siren</company> <price>7.90</price> <year>1987</year> </cd> <cd> <title>Private Dancer</title> <artist>Tina Turner</artist> <country>UK</country> <company>Capitol</company> <price>8.90</price> <year>1983</year> </cd> <cd> <title>Midt om natten</title> <artist>Kim Larsen</artist> <country>EU</country> <company>Medley</company> <price>7.80</price> <year>1983</year> </cd> <cd> <title>Pavarotti Gala Concert</title> <artist>Luciano Pavarotti</artist> <country>UK</country> <company>DECCA</company> <price>9.90</price> <year>1991</year> </cd> <cd> <title>The dock of the bay</title> <artist>Otis Redding</artist> <country>USA</country> <company>Stax Records</company> <price>7.90</price> <year>1968</year> </cd> <cd> <title>Picture book</title> <artist>Simply Red</artist> <country>EU</country> <company>Elektra</company> <price>7.20</price> <year>1985</year> </cd> <cd> <title>Red</title> <artist>The Communards</artist> <country>UK</country> <company>London</company> <price>7.80</price> <year>1987</year> </cd> <cd> <title>Unchain my heart</title> <artist>Joe Cocker</artist> <country>USA</country> <company>EMI</company> <price>8.20</price> <year>1987</year> </cd> </catalog>
@CodePlusPoint
@CodePlusPoint 9 месяцев назад
<?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet version="1.0" xmlns:xsl="www.w3.org/1999/XSL/Transform" > <xsl:template match="/catalog"> <html lang="en"> <head> <meta charset="UTF-8"/> <meta name="viewport" content="width=device-width, initial-scale=1.0"/> <title>Document</title> <link href="cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous"/> <script src="cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script> </head> <body> <table class="table table-striped-columns table-dark table-hover"> <thead> <tr> <th>TITLE</th> <th>ARTIST</th> <th>COUNTRY</th> <th>COMPNAY</th> <th>PRICE</th> <th>YEAR</th> </tr> </thead> <xsl:for-each select="cd"> <tbody> <tr> <td><xsl:value-of select="title"></xsl:value-of></td> <td><xsl:value-of select="artist"></xsl:value-of></td> <td><xsl:value-of select="country"></xsl:value-of></td> <td><xsl:value-of select="company"></xsl:value-of></td> <td><xsl:value-of select="price"></xsl:value-of></td> <td><xsl:value-of select="year"></xsl:value-of></td> </tr> </tbody> </xsl:for-each> </table> </body> </html> </xsl:template> </xsl:stylesheet>
@hamzashahid9860
@hamzashahid9860 9 месяцев назад
very helpful for me as a beginner
@CodePlusPoint
@CodePlusPoint 9 месяцев назад
<?xml version="1.0" encoding="UTF-8"?> <?xml-stylesheet href="style.xsl" type="text/xsl"?> <catalog> <cd> <title>Empire Burlesque</title> <artist>Bob Dylan</artist> <country>USA</country> <company>Columbia</company> <price>10.90</price> <year>1985</year> </cd> <cd> <title>Hide your heart</title> <artist>Bonnie Tyler</artist> <country>UK</country> <company>CBS Records</company> <price>9.90</price> <year>1988</year> </cd> <cd> <title>Greatest Hits</title> <artist>Dolly Parton</artist> <country>USA</country> <company>RCA</company> <price>9.90</price> <year>1982</year> </cd> <cd> <title>Still got the blues</title> <artist>Gary Moore</artist> <country>UK</country> <company>Virgin records</company> <price>10.20</price> <year>1990</year> </cd> <cd> <title>Eros</title> <artist>Eros Ramazzotti</artist> <country>EU</country> <company>BMG</company> <price>9.90</price> <year>1997</year> </cd> <cd> <title>One night only</title> <artist>Bee Gees</artist> <country>UK</country> <company>Polydor</company> <price>10.90</price> <year>1998</year> </cd> <cd> <title>Sylvias Mother</title> <artist>Dr.Hook</artist> <country>UK</country> <company>CBS</company> <price>8.10</price> <year>1973</year> </cd> <cd> <title>Maggie May</title> <artist>Rod Stewart</artist> <country>UK</country> <company>Pickwick</company> <price>8.50</price> <year>1990</year> </cd> <cd> <title>Romanza</title> <artist>Andrea Bocelli</artist> <country>EU</country> <company>Polydor</company> <price>10.80</price> <year>1996</year> </cd> <cd> <title>When a man loves a woman</title> <artist>Percy Sledge</artist> <country>USA</country> <company>Atlantic</company> <price>8.70</price> <year>1987</year> </cd> <cd> <title>Black angel</title> <artist>Savage Rose</artist> <country>EU</country> <company>Mega</company> <price>10.90</price> <year>1995</year> </cd> <cd> <title>1999 Grammy Nominees</title> <artist>Many</artist> <country>USA</country> <company>Grammy</company> <price>10.20</price> <year>1999</year> </cd> <cd> <title>For the good times</title> <artist>Kenny Rogers</artist> <country>UK</country> <company>Mucik Master</company> <price>8.70</price> <year>1995</year> </cd> <cd> <title>Big Willie style</title> <artist>Will Smith</artist> <country>USA</country> <company>Columbia</company> <price>9.90</price> <year>1997</year> </cd> <cd> <title>Tupelo Honey</title> <artist>Van Morrison</artist> <country>UK</country> <company>Polydor</company> <price>8.20</price> <year>1971</year> </cd> <cd> <title>Soulsville</title> <artist>Jorn Hoel</artist> <country>Norway</country> <company>WEA</company> <price>7.90</price> <year>1996</year> </cd> <cd> <title>The very best of</title> <artist>Cat Stevens</artist> <country>UK</country> <company>Island</company> <price>8.90</price> <year>1990</year> </cd> <cd> <title>Stop</title> <artist>Sam Brown</artist> <country>UK</country> <company>A and M</company> <price>8.90</price> <year>1988</year> </cd> <cd> <title>Bridge of Spies</title> <artist>T`Pau</artist> <country>UK</country> <company>Siren</company> <price>7.90</price> <year>1987</year> </cd> <cd> <title>Private Dancer</title> <artist>Tina Turner</artist> <country>UK</country> <company>Capitol</company> <price>8.90</price> <year>1983</year> </cd> <cd> <title>Midt om natten</title> <artist>Kim Larsen</artist> <country>EU</country> <company>Medley</company> <price>7.80</price> <year>1983</year> </cd> <cd> <title>Pavarotti Gala Concert</title> <artist>Luciano Pavarotti</artist> <country>UK</country> <company>DECCA</company> <price>9.90</price> <year>1991</year> </cd> <cd> <title>The dock of the bay</title> <artist>Otis Redding</artist> <country>USA</country> <company>Stax Records</company> <price>7.90</price> <year>1968</year> </cd> <cd> <title>Picture book</title> <artist>Simply Red</artist> <country>EU</country> <company>Elektra</company> <price>7.20</price> <year>1985</year> </cd> <cd> <title>Red</title> <artist>The Communards</artist> <country>UK</country> <company>London</company> <price>7.80</price> <year>1987</year> </cd> <cd> <title>Unchain my heart</title> <artist>Joe Cocker</artist> <country>USA</country> <company>EMI</company> <price>8.20</price> <year>1987</year> </cd> </catalog>
@CodePlusPoint
@CodePlusPoint 9 месяцев назад
<?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet version="1.0" xmlns:xsl="www.w3.org/1999/XSL/Transform"> <xsl:template match="/catalog"> <html lang="en"> <head> <meta charset="UTF-8"/> <meta name="viewport" content="width=device-width, initial-scale=1.0"/> <title>Fetch Data from XML </title> <link href="cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous"/> <script src="cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script> </head> <body> <table class="table table-dark table-striped-columns table-hover"> <thead> <tr> <th>TITLE</th> <th>ARTIST</th> <th>COUNTRY</th> <th>COMPANY</th> <th>COUNTRY</th> <th>YEAR</th> </tr> </thead> <xsl:for-each select="cd"> <tbody> <td> <xsl:value-of select="title"></xsl:value-of> </td> <td> <xsl:value-of select="artist"></xsl:value-of></td> <td> <xsl:value-of select="country"></xsl:value-of> </td> <td> <xsl:value-of select="company"></xsl:value-of> </td> <td> <xsl:value-of select="price"></xsl:value-of> </td> <td> <xsl:value-of select="year"></xsl:value-of> </td> </tbody> </xsl:for-each> </table> </body> </html> </xsl:template> </xsl:stylesheet>
@dani-saleem
@dani-saleem 9 месяцев назад
So Beautiful so Elegant just looking like a Wow😂😂😂❤️
@HamsterKombat-c5r
@HamsterKombat-c5r 9 месяцев назад
sir voice over pleasee😁
@dani-saleem
@dani-saleem 9 месяцев назад
Great Vedio Sir✨
@codinglife128
@codinglife128 9 месяцев назад
@codinglife128
@codinglife128 9 месяцев назад
❤❤❤
@x-manxhighlights8399
@x-manxhighlights8399 9 месяцев назад
I have never seen this kind of video , The way of your teaching is undoubtable , Thank you soo much for guiding us , may Allah bless you
@dani-saleem
@dani-saleem 9 месяцев назад
Sir Bina Voice Over kay Sahi understanding ni beth pa rahi Baki Great Content Sir i appreciate💎✨
@jonnyasif5380
@jonnyasif5380 9 месяцев назад
🥰🥰
@MuhammadSaad-yv8yd
@MuhammadSaad-yv8yd 9 месяцев назад
Thankful sir
@CodePlusPoint
@CodePlusPoint 9 месяцев назад
<?xml version="1.0" encoding="UTF-8"?> <friendlist> <friend> <name>ali</name> <class>Inter</class> <roll_number>011</roll_number> </friend> <friend> <name>imran</name> <class>Inter</class> <roll_number>012</roll_number> </friend> <friend> <name>mujtaba</name> <class>Inter</class> <roll_number>013</roll_number> </friend> <friend> <name>khan shab</name> <class>Matric</class> <roll_number>014</roll_number> </friend> </friendlist>
@basit.official.0212
@basit.official.0212 9 месяцев назад
done
@dani-saleem
@dani-saleem 9 месяцев назад
Behtareen Sir Voice kay Saath tou High Level Vedio Ban Gaye✨✨ Carry On💎
@dani-saleem
@dani-saleem 9 месяцев назад
Great Vedio, Par Sir Agar Voice Hoti tou Maza ajata ❤️✨
@ZiaUrrehman-e8s
@ZiaUrrehman-e8s 9 месяцев назад
<RESULT SHEET> <student information> <student name>hanan khan</student name> <father name>zia khan</father name> <class>10</class> </student information> <subject mark> <physics>fail</physics> <chemistry>fail</chemistry> </subject mark> <student information> <student name>hanan khan</student name> <father name>zia khan</father name> <class>10</class> </student information> <subject mark> <physics>fail</physics> <chemistry>fail</chemistry> </subject mark> <student information> <student name>hanan khan</student name> <father name>zia khan</father name> <class>10</class> </student information> <subject mark> <physics>fail</physics> <chemistry>fail</chemistry> </subject mark> </RESULT SHEET>
@basit.official.0212
@basit.official.0212 9 месяцев назад
This XML file does not appear to have any style information associated with it. The document tree is shown below. <facbook> <firend> <name>saad ahmed</name> <contant>031525369</contant> <adrees>korangi karachi</adrees> <city>karachi</city> </firend> <firend> <name>saad ahmed</name> <contant>031525369</contant> <adrees>korangi karachi</adrees> <city>karachi</city> </firend> <firend> <name>saad ahmed</name> <contant>031525369</contant> <adrees>korangi karachi</adrees> <city>karachi</city> </firend> <firend> <name>Abdul rehman</name> <contant>031525369</contant> <adrees>malir karachi</adrees> <city>pakistan</city> </firend> </facbook>
@CodePlusPoint
@CodePlusPoint 9 месяцев назад
<student_record> <student> <id>1</id> <name>Jamaal Khaliq</name> <class>Muhammad Kahliq</class> <contact>0311-293456</contact> </student> <student> <id>2</id> <name>Asma Maliq</name> <class>Muhammad Maliq</class> <contact>0311-982345</contact> </student> <student> <id>3</id> <name>Muhmmad Hamza</name> <class>Khan Ilahi</class> <contact>0312-456575</contact> </student> </student_record>
@LilStoriesTime
@LilStoriesTime 9 месяцев назад
<birthday-invitation> <birthday-card> <to> <name>hanan niazi</name> </to> <from> <name>habiba niazi</name> </from> <heading>12th BIRTHDAY </heading> <describtion>Time flies. In a twinkling of an eye, it's my 20th birthday! I invite you and your family to my birthday party! Location: Three 204 blocks of Culture Road Cultural Time: 6:00 p.m. 13, July, 202X</describtion> </birthday-card> <birthday-card> <to> <name>ayesha niazi</name> </to> <from> <name>habiba niazi</name> </from> <heading>12th BIRTHDAY </heading> <describtion>Time flies. In a twinkling of an eye, it's my 20th birthday! I invite you and your family to my birthday party! Location: Three 204 blocks of Culture Road Cultural Time: 6:00 p.m. 13, July, 202X</describtion> </birthday-card> <birthday-card> <to> <name>fatima</name> </to> <from> <name>habiba niazi</name> </from> <heading>12th BIRTHDAY </heading> <describtion>Time flies. In a twinkling of an eye, it's my 20th birthday! I invite you and your family to my birthday party! Location: Three 204 blocks of Culture Road Cultural Time: 6:00 p.m. 13, July, 202X</describtion> </birthday-card> <birthday-card> <to> <name>hamza</name> </to> <from> <name>habiba niazi</name> </from> <heading>12th BIRTHDAY </heading> <describtion>Time flies. In a twinkling of an eye, it's my 20th birthday! I invite you and your family to my birthday party! Location: Three 204 blocks of Culture Road Cultural Time: 6:00 p.m. 13, July, 202X</describtion> </birthday-card> <birthday-card> <to> <name>numan</name> </to> <from> <name>habiba niazi</name> </from> <heading>12th BIRTHDAY </heading> <describtion>Time flies. In a twinkling of an eye, it's my 20th birthday! I invite you and your family to my birthday party! Location: Three 204 blocks of Culture Road Cultural Time: 6:00 p.m. 13, July, 202X</describtion> </birthday-card> <birthday-card> <to> <name>ali</name> </to> <from> <name>habiba niazi</name> </from> <heading>12th BIRTHDAY </heading> <describtion>Time flies. In a twinkling of an eye, it's my 20th birthday! I invite you and your family to my birthday party! Location: Three 204 blocks of Culture Road Cultural Time: 6:00 p.m. 13, July, 202X</describtion> </birthday-card> </birthday-invitation>
@RayanAhmed-v8n
@RayanAhmed-v8n 9 месяцев назад
Great👍