What do you write before writing your "hello world" <html><script><javascript> | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 1

What do you write before writing your "hello world" <html><script><javascript>

Getting problem with the hello world display

11th Oct 2019, 7:29 PM
Bol Achiek Lual
Bol Achiek Lual - avatar
15 Respostas
+ 1
Thanks Lago Barreto
11th Oct 2019, 7:57 PM
Bol Achiek Lual
Bol Achiek Lual - avatar
+ 1
I will alwasy keep in touch with a person like you so that i learn programming to my expectations. Thanks sir
11th Oct 2019, 7:58 PM
Bol Achiek Lual
Bol Achiek Lual - avatar
+ 1
Are you proficient at JS? I started Html sometimes back but didnt continue so now i just want to start with JS cos a lot of people have been saying that it is the simplest to begin with.
11th Oct 2019, 8:03 PM
Bol Achiek Lual
Bol Achiek Lual - avatar
+ 1
Good idea
11th Oct 2019, 8:13 PM
Bol Achiek Lual
Bol Achiek Lual - avatar
+ 1
What is your facebook name on facebook so that we link up
11th Oct 2019, 8:14 PM
Bol Achiek Lual
Bol Achiek Lual - avatar
+ 1
Great thanks
11th Oct 2019, 9:25 PM
Bol Achiek Lual
Bol Achiek Lual - avatar
+ 1
HTML: <html> <head> <title>Hello world</title> </head> <body> <p>Hello world!</p> </body> </html> You can say "Hello world!" in headings as well.
13th Oct 2019, 9:26 AM
Coder172
Coder172 - avatar
+ 1
If you are wanting to print it on the page, document.write(ā€œHello Worldā€); if you want to put it in the console, console.log(ā€œHello Worldā€); if you want to alert it, alert(ā€œHello Worldā€); if you want to prompt it, promt(ā€œHello Worldā€); All this is in like the first or second module of the JS lessons. Maybe do that before asking basic questions.
13th Oct 2019, 1:32 PM
Andrew Johnson
Andrew Johnson - avatar
0
use a <button onclick="showMsg();"> Say hello </button> and inside script tag use <script> function showMsg() { alert("hello world"); } </script>
11th Oct 2019, 7:53 PM
iago barreto
iago barreto - avatar
0
I just write my first code here
11th Oct 2019, 8:00 PM
iago barreto
iago barreto - avatar
11th Oct 2019, 8:00 PM
iago barreto
iago barreto - avatar
0
please take a look and if you need i will be glad to help you
11th Oct 2019, 8:00 PM
iago barreto
iago barreto - avatar
0
you have to master html but you can learn js at the same time, im a begginner
11th Oct 2019, 8:09 PM
iago barreto
iago barreto - avatar
0
maybe instagram its easier @iagobarretoc
11th Oct 2019, 8:32 PM
iago barreto
iago barreto - avatar
0
Thanks for commends
15th Oct 2019, 8:58 PM
Bol Achiek Lual
Bol Achiek Lual - avatar