What to do when i have learnt some html and i want to start my website means where to use the html for website making | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What to do when i have learnt some html and i want to start my website means where to use the html for website making

9th Mar 2021, 6:50 AM
Owaish Rza
Owaish Rza - avatar
3 Answers
+ 3
Html is suitable for creating the structure of your pages. However, in order to create an interesting site you need to add style to your pages using css and trigger events like pop up messages via javascript. These 2 languages regard the front end of your website. If you only use html, the content of your website will be static and this is something you should avoid. Now, you also need some back end code to store your website's data, so you must also use languages like php, django, java, etc. In conclusion, if you only use html on your website you can create some static pages with specific content that cannot change dynamically according to the user's action.
9th Mar 2021, 7:03 AM
Vasiliki B.
Vasiliki B. - avatar
0
Where show i write the hlml coding to make my own website
9th Mar 2021, 6:51 AM
Owaish Rza
Owaish Rza - avatar
0
Hey there Owaish Rza, After learning html I suggest you to continue with css (for the style) and with js (for the functionality). Btw for make a website here, just go under the profile, or at the bottom, click on codes, click the add new icon, and select the language, in this case web. Then you'll see the html, CSS and js section. Just start writing your code 🙂 Or another method, without SoloLearn, is to use websites like wix.com or just using github. ( https://www.sololearn.com/discuss/2717323/?ref=app https://www.sololearn.com/discuss/1903819/?ref=app https://www.sololearn.com/discuss/2402063/?ref=app https://www.sololearn.com/discuss/1530812/?ref=app https://www.sololearn.com/discuss/2072816/?ref=app ) Happy coding :)
9th Mar 2021, 6:55 AM
Matthew
Matthew - avatar