Courses
Courses
Code Compiler
Code Compiler
Discuss
Pricing
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
How to put <ol type = a > to get the list tag output (a)
html
list
tags
0 Votes
3 Answers
2nd Sep 2018, 3:16 PM
kp kalia
what is the different betwwen <em > and <I> I cant understand what is <em>
formatting
html
0 Votes
3 Answers
7th Aug 2016, 4:48 PM
Saitharsan
If we not use <p > then we are able to write paragraphs or not?
html
0 Votes
3 Answers
20th Sep 2017, 3:03 AM
Shashi Kant Dwivedi
What is the output of the following code? int a = 11; int b = 12; int c = 40; if (a > 100 || b > 3) { System.out.println(a
java
operators
-1 Vote
2 Answers
5th Oct 2016, 8:32 PM
Khloud Mohamed
На какую тематику лучше всего зделать сайт?
<!doctype
>
html
1 Vote
5 Answers
20th Mar 2018, 7:29 PM
Андрей Захаров
Can I use any other words apart from the #Intro...for instance <div id=".example" >
css
0 Votes
2 Answers
23rd Dec 2016, 11:54 PM
jherri
Why the error ( EOF ) when I write two or more < input > in Python3?
eof
eoferror
error
python3
2 Votes
2 Answers
30th Jan 2018, 1:58 AM
>> ISAI <<
<video controls><source ="https://youtu.be/sIKIzVX4VOE.mp4" type="mp4"></video> I need link of video
<video
>
controls
1 Vote
2 Answers
10th Jul 2022, 1:06 AM
Roger Aleman
How to program a time converter
<type
>
type-conversion
1 Vote
3 Answers
3rd Mar 2022, 4:12 PM
NKWAIN BLAISE NGAM
def tri_recursion(k): if(k > 0): result = k + tri_recursion(k - 1) print(result) else: result = 0 return resul
python
0 Votes
4 Answers
2nd Oct 2020, 10:00 AM
Kumar Shubham
What is best software to use html5 software
<doctype
>
html
1 Vote
3 Answers
24th Jul 2018, 6:19 PM
Kaushik Raj
Hi, There have to appear in suggestion : a name is entered input field from the array of the hint. php file simolteneously. But
<html><?
<script
>
php
8 Votes
4 Answers
16th Dec 2020, 12:20 PM
Egor Tonchev(EGO)
I have a photo saved as redbag.jpg but the image tag never displays it what's going on?
<img
>
jpg"
src="redbag.
1 Vote
7 Answers
6th Nov 2023, 7:53 AM
Fin
Why do we not write slashes right before the closing[ > ] of some self closing tags?
css
html
-1 Vote
3 Answers
10th Jun 2019, 7:31 AM
Mousin Ahanger
can we add conditions such as <= or > to the case value? for example case <16
c++
switch
0 Votes
4 Answers
5th Jul 2016, 10:00 PM
Jastria Rahmat
Please given me a example of this code, operator: a > b ? alert(a) : alert(b).
:
-3 Votes
2 Answers
13th Sep 2020, 12:58 PM
RD:programmer
Html como hago para que los usuarios vean la imagen que está en mis archivos de la computadora
<img
>
src
1 Vote
2 Answers
25th Aug 2019, 12:13 AM
Julián Sánchez
Putting body background in html
<body
>
background
0 Votes
3 Answers
11th Apr 2024, 9:18 PM
Cyiza Briand
a = 42 if a > 7 puts "Yes" end why do we put all the spaces between?
if-statements
ruby
4 Votes
2 Answers
7th Mar 2017, 8:25 AM
Billy Dymek
What does f(31415927) return, for the following function definition?def f(x): d=0 while x > 1: (x,d) = (x/2,d+1) return(d)
python3
0 Votes
4 Answers
16th Feb 2018, 3:16 AM
I Am a Baked Potato
Whenever i write int(num > 1)the output is"factorial of 5 is 1"and if i write int(num <1)the output comes "factorial of 120"why?
recursion
0 Votes
8 Answers
21st Jul 2020, 11:59 AM
Muhtasinul
Can i use ' !conda install <module name > --yes ' to install external module in solo-learn ?
ipython
jupyter_notebook
python
1 Vote
1 Answer
29th Aug 2020, 6:26 PM
Cyborg🤖
Please let help me i know the tag of an image but I understand how to link an image except that of the solo learn of a tree
<img
>
src
0 Votes
2 Answers
18th Nov 2022, 5:18 AM
Manager Sebowa
age = int(input()) if(age == 0 and age <= 11): print('Child') elif(age >= 11 and age <= 17): print('Teen') elif(age > 17
python
0 Votes
3 Answers
12th May 2022, 7:23 AM
Purple Phoenix 7
Why there is a problem about code in my_graph. php file?
?
<?
>
php
2 Votes
5 Answers
22nd Apr 2019, 3:45 PM
Egor Tonchev(EGO)
any competitions present?
:-)
<
>
0 Votes
2 Answers
15th Oct 2020, 12:01 PM
Daniel Kenan Slinda
How can i write < , / and > as a normal text inside html page not as tag
html
1 Vote
4 Answers
9th Nov 2017, 3:03 PM
Muhmd Ezz
if 20 > 10 : print("20 greater than 10)" in python playground but it says error can u tell me what I did wrong
python
0 Votes
11 Answers
27th Nov 2018, 7:27 PM
Game Hacker
i was trying to solve security code for the code coach but it gives me error in (if i > 0 and i <= length-1:)
python
1 Vote
8 Answers
1st Sep 2020, 6:36 AM
Smiley[Offline]
What is the error in "while (y * z > 0) & (y % 10 == z % 10)"?
c++
1 Vote
1 Answer
16th Mar 2021, 5:28 PM
Romania005 #01
How to make image to be in both left and also in right.. Need help
<img
>
src
0 Votes
2 Answers
5th Aug 2019, 7:04 AM
Mr_Lex
i know about #include <stdio.h> header file ,is we can replace with <iostream> header file with < stdio.h > ??
,is
<stdio.h>
about
can
file
header
i
include
know
we
0 Votes
4 Answers
14th Jul 2018, 5:31 AM
BANDI SAGAR
int num = 2; int x = 3; if(num >= 2) { if(x > 4) { num = 3; } else { num = 4; } } else {x = 1; }
c++
if
1 Vote
11 Answers
26th Nov 2022, 10:38 AM
Sourabh Jaiswal
on raising exceptions lesson on question number i think > and raise can also be the answer
exceptions
python
0 Votes
2 Answers
12th Jul 2016, 12:25 PM
kaleab
what is the output of the following code? int a =11; int b = 12; int c =40; if (a> 100 || b > 3) { system.out.println (a); } else { system. out. println (c);}
java
operators
1 Vote
24 Answers
15th Aug 2016, 9:51 PM
Abdullah
<a href="url" target="_____" > here </a> I want open the fram in the same as it was clicked, what should I write in the blank?
html
10 Votes
5 Answers
30th May 2017, 4:37 PM
BENOTMANE
Helpves = input('Write ves: ') rost = input('Write rost: ') formul = int(ves) / (int(rost)**2) if formul > 18.5: print("Underwe
python
0 Votes
3 Answers
22nd May 2021, 8:49 AM
vj encrypt
Int count=0; For(int i=N; i > 0 ; i/=2) { For(int j=0; j < i ;
c#
-2 Votes
2 Answers
19th Mar 2017, 7:00 AM
lalith narayan
What is the value of h(6,8) for the function below?def h(m,n): ans = 1 while (n > 0): (ans,n) = (ans*m,n-2) return(ans)
python
3 Votes
2 Answers
7th Feb 2018, 2:29 AM
kamalesh vra
What is the output of this code? for(var x =0; x==x; x++) { if(x > 5 && x < 8) { document.write(x); break;} }
js
5 Votes
5 Answers
3rd Mar 2019, 12:38 PM
david chongo
Why I can't add imgs at output ?
<img
>
src
1 Vote
1 Answer
1st Jul 2022, 3:17 PM
Aniket Dey
Why in HTML, there are always the < > part and <\> part? I dont understand. What if I delete the <\> part?
html
4 Votes
3 Answers
23rd Sep 2020, 3:25 AM
Linh Tran
Write c programming function then make a brief description on how to apply four pillars of java
<c
>
programming
-1 Vote
2 Answers
26th Apr 2022, 6:49 PM
Harun Nsungi
Hello, I have a question, I hope you can help me
<html>
<img
>
src
1 Vote
3 Answers
25th Aug 2019, 12:16 AM
Julián Sánchez
ancore tag
</a>
<a"..............."
>
-1 Vote
1 Answer
30th Aug 2022, 7:47 AM
Shiva Dubukwad
How I can write a code getting the age of the user then if the age is > 18 print welcome else print too young ?
easy
if-statements
input
java
variables
1 Vote
5 Answers
13th Mar 2020, 4:12 PM
Marina Magdy Girgis
Can we like type if statement with 2 condition. For example - if (int > 60) ( int < 70 )
c++
cpp
1 Vote
4 Answers
13th Dec 2017, 5:48 AM
Aditya Gupta
What do the > mean in CSS, i didnt see in the tutorial, but see it in some code.
css
css3
0 Votes
3 Answers
24th Nov 2016, 11:10 PM
Michael Emerick
What's the ouput of the following: f = None for i in range (5): with open("data.txt", "w") as f: if i > 2:
python
1 Vote
4 Answers
1st Jan 2021, 6:27 PM
JurgenV
Why is the output of print (1 == 1) and (not (2 + 2 > 3)) coming as True?
(2
1)
2
3))
and
as
coming
is
of
output
print
the
why
0 Votes
3 Answers
8th Mar 2017, 3:35 PM
Gaurav Chaudhary
Ask a question
Ask a question
< Previous
1
...
4
5
6
Next >
Hot today
C pointers
1 Votes
Python
0 Votes
Guys help please
0 Votes
Slicing in python
1 Votes
Python question
1 Votes
Control flow
0 Votes
HTML
0 Votes
Front-end vs Full-stack
1 Votes
Which mobile offline app can I use for HTML
0 Votes
HOW CAN I CREATE A GAME AS BEGINNER
0 Votes