I'm a mess

im just getting into spacehey and I really don't know anything about HTML, can someone explain to me how it works? cause ive seen some really kool profiles that can even add music from Spotify, like bitch hay you do dat?


0 Kudos

Comments

Displaying 1 of 1 comments ( View all | Add Comment )

lucien zeal

lucien zeal's profile picture

super simple explanation, html is the elements on a page, like div or img, and css is how the elements look, like changing their colour or size. layouts on here mostly rewrite css rules to change how things look, but understanding the basics of html is pretty important to knowing what rules to rewrite to do what

w3schools.com is a good starting point to learn bits of html and css just so you know what it looks like, then i recommend checking out some layouts in the layout tab, put them in an editor like tommypanzram.neocities.org and and just have a play around, see what happens if you delete something or change something a bit, then try add new stuff and change something that your selected layout doesn't. and there's almost always a perfect answer if you google something you're struggling with - someone has had that problem before you

the music thing is normally a youtube embed set to zero height and width - there are layouts that will do it for you but it could be a cool starter project to work out for yourself if you wanted!


Report Comment