BackroadGirl57
KITT Still Rocks!
I do web coding, which is html, javascript, css, stuff like that. here's an examplehow in heck do you code? And what IS coding? Science is so complicated, so it never made sense to me, coding.
<html>--this specifies the language so the browser knows how to read it
<head>----does not show on the webpage, just for the browser to interpret to itself
<title>Sample Page </title>----this is what appears on your tab, like rn "Calling all teenagers"
</head>-------stuff with a slash closes the line
<body>------tells browser that this is for the user to see
Hello users, this is a html page --------this is what you see on the page
</body>
</html>
make any sense?