How to write code like pros? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 1

How to write code like pros?

Should we write each tag on an individual line? Should the tags be in upper case letters always? How to color the code? ...etc

19th Nov 2016, 7:27 PM
Noor
3 ответов
+ 3
Tags are normally not in uppercase. Concerning the individual lines: it depends. I would recommend to use the tab-key to structure your code (to see on which "level" you currently are). You don't color the code yourself in html. The programms normally do that for you. Example for how to use tabs: <html> <head>content of head</head> <body> <h1>Headline</h1> <p>Paragraph</p> </body> </html> Just look at some of the example codes here on the site and you should get an idea.
19th Nov 2016, 8:14 PM
SiriousArts
SiriousArts - avatar
+ 1
Try Notepad++ Then change settings to HTML Code.
19th Nov 2016, 9:25 PM
Calum
+ 1
practice
23rd Nov 2016, 12:27 PM
Jose Aranda
Jose Aranda - avatar