Sorry. (I don't know many other fonts, except Papyrus because people hate it. If you're thinking Undertale, I've never played it. )
It's fine. (Really? I like it! I've never played either, but I've seen people play it.)
(Yeah, I like it, too, but some people despise it. And, yeah, two of my favorite YouTubers played it and made like hour long videos every time they did, so that's how I know about it. )
It's fine. (Really? I like it! I've never played either, but I've seen people play it.)
(Yeah, I like it, too, but some people despise it. And, yeah, two of my favorite YouTubers played it and made like hour long videos every time they did, so that's how I know about it. )
(Yeah, I like it, too, but some people despise it. And, yeah, two of my favorite YouTubers played it and made like hour long videos every time they did, so that's how I know about it. )
Are you not sure how people make their signatures? Do you want to be able to make your own signature without having to ask someone to make it? Do you want to be able to make your own website? If you said yes to any of these questions, then you have come to the right place!
~~~
I am Alayna. I noticed some people were saying things like "How do you code with HTML?" and I thought "Hey, I can teach you! ". This lead me to creating this topic!
I also noticed that nobody has created anything like this since the original MBs, so why not make one now? I'm sure many people will enjoy it. In case nobody knows what HTML is, it's basically what you use in the "BBCode" section. That's how you get your font the way you want it! It's also a way of making sigs.
The first class will start whenever this gets posted!
Ciao! ~Alayna
(OoO)
(OvO)
Oh, most certainly! May I learn from thee? To learn such high skill as to be creating one's own website?
Are you not sure how people make their signatures? Do you want to be able to make your own signature without having to ask someone to make it? Do you want to be able to make your own website? If you said yes to any of these questions, then you have come to the right place!
~~~
I am Alayna. I noticed some people were saying things like "How do you code with HTML?" and I thought "Hey, I can teach you! ". This lead me to creating this topic!
I also noticed that nobody has created anything like this since the original MBs, so why not make one now? I'm sure many people will enjoy it. In case nobody knows what HTML is, it's basically what you use in the "BBCode" section. That's how you get your font the way you want it! It's also a way of making sigs.
The first class will start whenever this gets posted!
Ciao! ~Alayna
(OoO)
(OvO)
Oh, most certainly! May I learn from thee? To learn such high skill as to be creating one's own website?
HTML allows you to make a website... All you gotta do is open up Notepad, type "<!DOCTYPE html>", "<html>", and then the HTML that you want... It's pretty simple, if you think about it.
Oh, most certainly! May I learn from thee? To learn such high skill as to be creating one's own website?
HTML allows you to make a website... All you gotta do is open up Notepad, type "<!DOCTYPE html>", "<html>", and then the HTML that you want... It's pretty simple, if you think about it.
Pardon me if that didn't register. (O_o) Of course it's simple to one who knows, but those who don't knows suppose their woes.... Sorry. Notepad I presume is an application of which I am not yet familiar. And if I remember correctly, one must pay for a website domain. Yet this is on the subject of website creation I believe, though the paying for the domain is thus in conjunction with.... Anyway, I digress.
HTML allows you to make a website... All you gotta do is open up Notepad, type "<!DOCTYPE html>", "<html>", and then the HTML that you want... It's pretty simple, if you think about it.
Pardon me if that didn't register. (O_o) Of course it's simple to one who knows, but those who don't knows suppose their woes.... Sorry. Notepad I presume is an application of which I am not yet familiar. And if I remember correctly, one must pay for a website domain. Yet this is on the subject of website creation I believe, though the paying for the domain is thus in conjunction with.... Anyway, I digress.
Perhaps you could walk me through the process?
*in head* "O_O HOW DO YOU NOT UNDERSTAND????? ;-;"
*out of head* Sure!
First off, lemme tell ya: It's been over a year since I last worked on website HTML. I went to a class to learn some of that, so I thought I might as well teach people here that, so that they don't have to spend a hundred dollars just to learn it.
Second, you NEED Notepad in order to create a website. Why? Well, because Notepad has access to previewing a website, HTML, and more. Bonus: it's free! You get it on any Windows computer. If you have a Mac, I believe there is an alternate solution to that. *looks that up* Hey, there's an app on the Mac called TextEdit you can use!
Anyways, once you open up the app, go ahead and type up "<!DOCTYPE html">. This basically says "Document Type" and it's in HTML. Now, type "<html>". This is self explanatory, if you've been working with HTML for a while. Now, type up whatever HTML you want, like "<body>" "<h1>" "This is a heading" "<p>" "This is a paragraph" "</body>" "</html>". Now close and save the file as "BLANK.html". Save it as a UTF-8 file.Obviously, name it what you want. Blank is an example.
Open it in the files, and you got your website!
Any other questions?
Oh, I almost forgot! There's a few steps you gotta get into in order to put up your website, but I was just telling you the ground rules.