If i have a website called for example adventure.. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

If i have a website called for example adventure..

i know the used tage but i need more information <input> how i can creat a box in my site to enable the user to write his name and beside this box my domain'name site for example this for the user experience adventurer60 beside that .adventure.com the end result adventurer60.adventure.com this link which can be shared with friends another i have made a box for password okay? how i can create another box to confirm the passaord ?

14th Feb 2017, 7:55 PM
Hosam Mohamed
Hosam Mohamed - avatar
3 Answers
+ 2
Study, practice, try by yourself and come back with your code if you don't succeed :P
14th Feb 2017, 11:07 PM
visph
visph - avatar
+ 1
This was my answer to the first question ^^ Create a box with textual content inside is the basic of html... And you seem to want to run too quickly: your profile indicate that you study the html course actually, nothing else ( it's good, not to learn many at same time ) but you don't tag your question only 'html', you tag it also with 'python', 'php', 'js' as if all that stuff get you confused... One thing after the other: think to your game, but for little tasks... create just some element at beginning, do not try to build complex and big pages ;) Anyway, if you want even a trivial answer ( with the few I understand from your description ) among many: <ul> <li>adventurer60</li> <li>the end result</li> <li><a href="the_url">adventurer60.adventure.com</a></li> </ul> ... for the principle. This list elements need to be style with some css, and at least: ul { margin-left:0; list-style-type:none; } To avoid number or bullets on list elements, and shifting of the list for numbering.
15th Feb 2017, 7:14 AM
visph
visph - avatar
0
@visph ok i'll take ur adice but please tell me the answer of the first question😃
15th Feb 2017, 12:14 AM
Hosam Mohamed
Hosam Mohamed - avatar