HTML FOR DUMMYS (101)
well.lets face it.u click this website bc u wanted to know how to make cool websites.
its super easy! (am not kiding)
me (gamer) will teach u how to do it! :D and also.i recomend if u dont understand me:w3schools is realy good at teaching it to!
1.THE START
so.first u shoud get a program to imput all that text.i recomend VSC!
now lets start:
first when u are making a website u got to put this:"!DOCTYPE html" also everything u are going to put in the websites code u got to put <> and > at the end and "html,head and body" are like groups and dont do anything but is a must have for websites
now to acc put text on the screen u use "p" for text.heres a exaple:
hey am text!
there! now u can make text! and for bold u use "strong" insted of p. exaple:
hey am bolded text!see? its easy! now for headings aka titles u use:"h(INPUT HERE NUMBER FROM 1 TO 6)" witch baseicly means the lower the number the lower title. exaple:
am a heading! (h1)
am a heading! (h2)
am a heading! (h3)
am a heading! (h4)
am a heading! (h5)
am a heading! (h6)
lol tiny text.ANYWAYS!
now u know that text title? yea u just do "tittle" and boom! tittle!
lets get on to more stuff!!
oh yea to make breakes u use "br"(no >)
2.images and links!
so to make a link is kinda confuzeing but il try to explane it: u use a to make a link and in the <> after the letter add a space and add href="INPUT LINK HERE" and close it and it shoud make a link! heres a exaple:
click me to go to youtube!now imgs! its easy first u got 2 ways to do it:file way and link way.file way witch is bascly make a folder and put the website in it with the img u want,and for link way u use href insted of src,i got a head of myself.here: "src="INPUT FILE NAME HERE"so baicly u use img and src for files. exaple
theres a cat! :D
3.The Big stuff
alrite so now u know basic HTML. next is making it look cool with CSS. you can change colors, fonts, and spacing with CSS. use class to target elements and style them.
if u want interaction, add JavaScript. for example make buttons do stuff, or show a progress bar. start with a script tag and practice small things — like changing text when a button is clicked.
tip: save often and refresh the browser to see changes. experiment — that's how u learn fast! try copying one of the examples above and tweak the colors.
thats it! noting else u need to level up at makeing websites! but everything else is java script and css witch as a 13 year old that made a hole td game witch i can say its hard
anyways have fun coding! bye!!!!! :D