I have been coding for a while and have never known how or when to space/tab on certain lines. Sorry if this has been asked before, I was searching for it for about an hour and a half.
For example: ( ) = Not in the HTML
<title>Create a new thread - Tom's Hardware</title>
(space) <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
(space) <meta name="description" content="Create a new thread" />
(tab) <meta name="robots" content="noindex, nofollow" />
(nospace) <meta name="viewport" content="width=device-width, initial-scale=1" />
(nospcae)<link rel="shortcut icon" href="http/m.bestofmedia.com/i/tomshardware/favicon.png" />
What is this called? Do you space the same for all languages? How do you do know when to put something on a certain line? Thanks for the help in advance.
For example: ( ) = Not in the HTML
<title>Create a new thread - Tom's Hardware</title>
(space) <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
(space) <meta name="description" content="Create a new thread" />
(tab) <meta name="robots" content="noindex, nofollow" />
(nospace) <meta name="viewport" content="width=device-width, initial-scale=1" />
(nospcae)<link rel="shortcut icon" href="http/m.bestofmedia.com/i/tomshardware/favicon.png" />
What is this called? Do you space the same for all languages? How do you do know when to put something on a certain line? Thanks for the help in advance.