تبليغ
سؤال
I'm a student who just started learning programming (Learned only until the level of AP Computer Science). I want to further study programming by analyzing one simple program that allows users automatically enter the zoom meeting, but I ...

يرجى شرح بإيجاز لمإذا تشعر أنك ينبغي الإبلاغ عن هذا السؤال.

تبليغ
‎إلغاء

تبليغ
سؤال
<!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>Document</title> </head> <body> <head>LOOPS</head> <h1 id="string"></h1> <script language="javascript" type="text/javascript"> let w = 10; while(w<=15){ console.log(w) if(w==13){ continue; } w++ }; </script> </body> </html> So...As you can see here, Whenever i live reload this on my browser(firefox, chrome) It just keeps on reloading and ...

يرجى شرح بإيجاز لمإذا تشعر أنك ينبغي الإبلاغ عن هذا السؤال.

تبليغ
‎إلغاء

تبليغ
سؤال
I am doing a frontend mentor challenge and I cant get the picture to look how it looks in the picture. I tried making the container position relative and the position absolute but it makes the page wider ...

يرجى شرح بإيجاز لمإذا تشعر أنك ينبغي الإبلاغ عن هذا السؤال.

تبليغ
‎إلغاء

تبليغ
سؤال
I'm trying to align all of the images that are displayed, as a row and center them using flex but I can't seem to figure it out. I have gotten all the images centred using flex and ...

يرجى شرح بإيجاز لمإذا تشعر أنك ينبغي الإبلاغ عن هذا السؤال.

تبليغ
‎إلغاء

تبليغ
سؤال
Well,i'm making my first web-project, restaurant site.I want to make it responsible and etc, everything was getting good except one part of site,Blog,i can't center my divs like here ( ) when screen size less than 1000px(second ...

يرجى شرح بإيجاز لمإذا تشعر أنك ينبغي الإبلاغ عن هذا السؤال.

تبليغ
‎إلغاء

تبليغ
سؤال
This question has been asked for Bootstrap 4 and lower but not for Bootstrap 5 I think. For Bootstrap 4 I used some Jquery like this https://www.codeply.com/go/bp/61835 When an active tab gets clicked, the 'active' class should be removed from ...

يرجى شرح بإيجاز لمإذا تشعر أنك ينبغي الإبلاغ عن هذا السؤال.

تبليغ
‎إلغاء

تبليغ
سؤال
1- I need help creating a code. 2- The app has 18 readers (each reader has csv file), and 114 texts ( each text has csv file) 3- Each reader has csv file :1soundlinks.csv, 2soundlinks.csv,...,18soundlinks.csv to indicates start-stop times for each reader. ...

يرجى شرح بإيجاز لمإذا تشعر أنك ينبغي الإبلاغ عن هذا السؤال.

تبليغ
‎إلغاء