Sololearn: Learn to Code
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5
What’s your question exactly?
14th Jul 2020, 6:33 AM
Rowsej
Rowsej - avatar
+ 5
Simple Used html 😅
21st Jul 2020, 9:06 AM
SurajGuptaOnline
SurajGuptaOnline - avatar
+ 3
You can use the SoloLearn Code Playground to run codes on your iPad. Just go onto the “Code” section at the bottom, then press the green plus sign in the bottom-right. Then, choose “Web”. You can then type in your HTML code, and when you’re done, just press the green “Run” button in the bottom-right to see the output. BTW I use iPad as well!
14th Jul 2020, 7:12 AM
Rowsej
Rowsej - avatar
+ 3
<h1>Example</h1> <h2>Hello! I am Person!</h2> <p>My name is <b>Person</b> and I like to code!</p>
14th Jul 2020, 7:38 AM
Rowsej
Rowsej - avatar
+ 2
<!-- Do you mean using elements? Try this code then: --> <h1>hello</h1>
14th Jul 2020, 6:47 AM
Rowsej
Rowsej - avatar
+ 2
There are many elements that can print many different things which can be edited with attributes or CSS, your question is unclear.
14th Jul 2020, 1:02 PM
Karak10
Karak10 - avatar
+ 2
Are you kidding? #WhatKidsDoTheseDays
14th Jul 2020, 3:45 PM
Sali65
Sali65 - avatar
+ 1
Go onto the “Code” section of the SoloLearn app and tap the plus sign, then choose “Web”. Then you can enter your HTML code, and then press “Run”.
14th Jul 2020, 6:30 AM
Rowsej
Rowsej - avatar
+ 1
Remember, you can go over the courses anytime. If you don’t understand something, then I would highly recommend revisiting or redoing the course.
14th Jul 2020, 8:23 AM
Rowsej
Rowsej - avatar
+ 1
You need to wrap in an Html tag that has a parent as <body> <p>This will appear on the screen</p>
14th Jul 2020, 7:54 PM
Ayuk Ayuk Agbor Fabrice Jean Sylvestre
Ayuk Ayuk Agbor Fabrice Jean Sylvestre - avatar
+ 1
I think that's an incorrect question
14th Jul 2020, 9:43 PM
Asad Ahmed
Asad Ahmed - avatar
+ 1
Idk what you mean but <h1>Hello World!</h1>
1st Nov 2020, 8:39 PM
BrokenStar [INACTIVE]
BrokenStar [INACTIVE] - avatar
0
Question not asked properly but to print something . EXAMPLE:-<p>hello world</p> will print.
14th Jul 2020, 12:57 PM
shubham kumar
shubham kumar - avatar
0
What's the question??
14th Jul 2020, 3:28 PM
Vaishnavi Nerkar
Vaishnavi Nerkar - avatar
0
U can use <p> and hrading tags to print in HTML
14th Jul 2020, 5:23 PM
S Manoj Prabakaran
S Manoj Prabakaran - avatar
0
You can use tags like <p> and <pre> to show information on the screen. Then of course there are the heading tags. You should have a look at this course: https://www.sololearn.com/learn/HTML/1025
12th Dec 2020, 7:38 AM
Success Ours
Success Ours - avatar
0
Play around with the code.
12th Dec 2020, 7:38 AM
Success Ours
Success Ours - avatar
0
Hi, this is very, very simple, either put your text inside the body tag or inside the p tag Example: <body> your text </body> OR <body> <p> your text </p> <body>
25th Apr 2021, 1:13 PM
gholamhasanEhsani 🇮🇷
gholamhasanEhsani 🇮🇷 - avatar