0
If u want to make a website or webpage, how do we link html, css and javascript to make one better website or webpage on the computer.
6 Respuestas
+ 1
a simple Web page contains just html css and java you don't need to install a local server or somthing else. you can work just with a simple text editor like notepad++ or wordpad. creat files with extension. html .css .js and link between them in html file and upload those files to your server when done
0
If you are a newbie, you can use an auto-installer (CMS: Content Managment System) like Drupal, Wordpress, Sharetronix, etc
it will help you make a great responsive website quickly , you have just to download it, copy the files to your computer, and open the index file with you browser and follow the instructions, too easy !
0
You have to setup a local server too
just use Wampserver or Easy php or other
0
Html
CSS
Javascript
They all have their own way of helping the website. Html is just the structure of the website but no design and that's were we have CSS which allows us to give our website with just a structure a proper design. Javascript i'm not yet 100% sure of what its for because i haven't taken the course yet but id say it's to make different Webpage scripts which would help the site ( Login/Sign in, transactions, page animation...etc and so all this together can make a webpage like the one before you so and so it's very important to learn them if you want to make professional sites.
Learning order (incase) -
HTML
CSS
Javascript
( Im pretty sure there are some others like PHP but that's some other stuff you will learn along the way. )
Hope This Helped :D
0
thank you all for your answers
0
Upvote ;)