How can I make my own website using sublime text 3? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How can I make my own website using sublime text 3?

I am a beginner

7th Jul 2020, 11:24 PM
Nexus Sammy
Nexus Sammy - avatar
4 Answers
0
Start by writing an HTML file. You can then open this file with your web browser to see a preview. Then add CSS, and if you wish, Javascript, and go from there.
8th Jul 2020, 1:04 AM
NULL
NULL - avatar
0
Thanks Null I know a bit about HTML but I am not yet familiar with CSS,does CSS work the same as HTML?
8th Jul 2020, 2:15 PM
Nexus Sammy
Nexus Sammy - avatar
0
Nexus Sammy sorta. In CSS you’ll refer to all the elements you created in your HTML file, but the syntax is different (in my opinion, CSS is easier than HTML). Then you can look up how to link your CSS file to your original HTML file, and decide if you want two separate files (external) or all the same file (internal/inline).
8th Jul 2020, 5:52 PM
NULL
NULL - avatar
0
Thank you very much
8th Jul 2020, 6:45 PM
Nexus Sammy
Nexus Sammy - avatar