beginners guide to sntry!
by mura. i will try to explain as best as i can
inspo from /normalpaste
01. how on earth do i use this bro
i suggest learning htmlcss first! w3schools, stackoverflow, etc. are super amazing for learning code! its a good skill to have! while it might seem tedious, its pretty easy to just learn the basics. (personally i just studied other peoples codes and tried my best to understand it, but i dont rlly recommend it 😢)
to make a different line you need to enter 2x, < br >
(new line/line break) or < /p >
(larger spacing)
p
= new paragraph , you make a paragraph by doing this :
<p> hello this a paragraph, you dont need to do this for every new paragraph tho! </p>