HTML101!!! - a horribly coded tutorial
click here to head back
okay so like i think ur reading this because you wanna make a website and thats like really cool so like yeah!!! okay so the way html works is in tags, like for example, if you want to type something the you would use the tag <.p>(without the period). then when your done typing you would use that same thing but with a slash so <./p>(without the period!!) so yeah.
whenever you start a document you use "!DOCTYPE" then use the tag html cuz thats where all your html is. Then u use the head tag because thats where your title (name that shows up when you open the tab with ur site on the tab thing) is, then you put like that weird meta thing that has like your important view things so it doesnt look all wonky, and thats kinda always there if you make a new file if your a neocities user like me! then you like your css by using the link rel, and what that is is basically what you want everything to look like, so for example if you wanted your background of your site to be red you would do the following;
.body {
background-color: red
you can also use like hex codes and stuff if you hate the blinding bright html colors, but yeah
basically what that was is using the html tags, then putting them like, in the thing if u know what i mean?? then telling your computer, "hey bro can you like, change that color for me??" and then your pc will do that!!! so yeah!! but anyways back to html
so then what you do after that is you finish your head tag then do your body tag, and your body tag is bacsically what your whole website is. so like i cant explain things so heres some things you can do to like, change some things with ur html or something idk
- big text- "h1"
- somewhere in the middle of big and small text- "h2-5"
- smallest text- "h6"
- paragraph text- "p"
- lists- "ul" then each bullet is "li" and "/li"
- changing colors of text (you should probs use css for this its much easier)- "p" then "color="colorthing" then "/p"
um yeah thats it for now,, but ill add more stuff here soon so yeah