Um ... a very stupid question
-
- Joined: Fri Sep 26, 2008 4:13 pm
Um ... a very stupid question
I've noticed in the video info users put images and bold and all that I fell asleep in class when they were teaching HTML ... if that is HTML ... could anyone help me out.
- AaronAMV
- eating that e. coli spinach
- Joined: Tue Jan 22, 2008 7:54 pm
- Status: (◔ ◡ ◔ )
- Location: (◔ ◡ ◔ )
- Panky
- Joined: Wed Oct 04, 2006 12:57 am
- Status: dozing...
- Location: some place called Kokomo...
Re: Um ... a very stupid question
Basically tags to difference the way words show up.
The tags you can use are mentioned there: a, i, u, b, em, strong, strike.
a is for links: <a href="link">link</a>. B for bold, u underlined, i italic, bla.
You can test them out the way nevergreen mentioned. I guess the link tag is the hardest to think of.
The tags you can use are mentioned there: a, i, u, b, em, strong, strike.
a is for links: <a href="link">link</a>. B for bold, u underlined, i italic, bla.
You can test them out the way nevergreen mentioned. I guess the link tag is the hardest to think of.
- Kariudo
- Twilight prince
- Joined: Fri Jul 15, 2005 11:08 pm
- Status: 1924 bots banned and counting!
- Location: Los taquitos unidos
- Contact:
Re: Um ... a very stupid question
Do you mean something like this?
if so, it's part HTML and part CSS
You're only allowed to use <a>, <b>, <i>, <u>, <em>, <strong>, and <strike> in the video info page (<b>, <em> and <strong> all do pretty much the same thing...bold text)
usually, you'd need to use <img> to get a picture in...but you can use css to work around that.
I've written the specifics here, and eventually ended up re-explaining virtually every aspect in the second page of this thread
as a last note, w3schools is a good site to learn/brush up on HTML, CSS, Javascript and a bunch of other web development related stuff
if so, it's part HTML and part CSS
You're only allowed to use <a>, <b>, <i>, <u>, <em>, <strong>, and <strike> in the video info page (<b>, <em> and <strong> all do pretty much the same thing...bold text)
usually, you'd need to use <img> to get a picture in...but you can use css to work around that.
I've written the specifics here, and eventually ended up re-explaining virtually every aspect in the second page of this thread
as a last note, w3schools is a good site to learn/brush up on HTML, CSS, Javascript and a bunch of other web development related stuff
- Kionon
- I ♥ the 80's
- Joined: Fri Mar 02, 2001 10:13 pm
- Status: Ayukawa MODoka.
- Location: I wonder if you know how they live in Tokyo... DRIFT, DRIFT, DRIFT
- Contact:
Re: Um ... a very stupid question
Wait, wut, they teach HTML in schools now? That's great. In my day we had auto-CAD on the Apple II-e and some crappy MS Visual Basic on dime a dozen IBM compatibles. Never taught us anything useful like HTML...
Well, RTF, but that was us bringing it into the school, not the other way around...
Well, RTF, but that was us bringing it into the school, not the other way around...
-
- is
- Joined: Tue Jul 23, 2002 5:54 am
- Status: N͋̀͒̆ͣ͋ͤ̍ͮ͌ͭ̔̊͒ͧ̿
- Location: N????????????????
- Panky
- Joined: Wed Oct 04, 2006 12:57 am
- Status: dozing...
- Location: some place called Kokomo...
Re: Um ... a very stupid question
I was actually thinking the same. Even though there was only one year with IT, and it was 5 years ago, they were teaching Pascal. Talk about useless things.Kionon wrote:Wait, wut, they teach HTML in schools now? That's great. In my day we had auto-CAD on the Apple II-e and some crappy MS Visual Basic on dime a dozen IBM compatibles. Never taught us anything useful like HTML...
Well, RTF, but that was us bringing it into the school, not the other way around...
-
- Joined: Fri Sep 26, 2008 4:13 pm
Re: Um ... a very stupid question
Oh coolio um thanks to everybody for answering so quickly
- BasharOfTheAges
- Just zis guy, you know?
- Joined: Tue Sep 14, 2004 11:32 pm
- Status: Breathing
- Location: Merrimack, NH
Re: Um ... a very stupid question
It's good for teaching procedural languages. It's also a pretty standard method of writing psudocode.Panky wrote:I was actually thinking the same. Even though there was only one year with IT, and it was 5 years ago, they were teaching Pascal. Talk about useless things.Kionon wrote:Wait, wut, they teach HTML in schools now? That's great. In my day we had auto-CAD on the Apple II-e and some crappy MS Visual Basic on dime a dozen IBM compatibles. Never taught us anything useful like HTML...
Well, RTF, but that was us bringing it into the school, not the other way around...
Anime Boston Fan Creations Coordinator (2019-2023)
Anime Boston Fan Creations Staff (2016-2018)
Another Anime Convention AMV Contest Coordinator 2008-2016
| | |
Anime Boston Fan Creations Staff (2016-2018)
Another Anime Convention AMV Contest Coordinator 2008-2016
| | |
- Panky
- Joined: Wed Oct 04, 2006 12:57 am
- Status: dozing...
- Location: some place called Kokomo...
Re: Um ... a very stupid question
You might be right on that, and while syntax is the most important thing to learn off, I'm still thinking that 3 months of other language would have been of more use (yeah, only 3 months... what can you learn?).BasharOfTheAges wrote:It's good for teaching procedural languages. It's also a pretty standard method of writing psudocode.Panky wrote:I was actually thinking the same. Even though there was only one year with IT, and it was 5 years ago, they were teaching Pascal. Talk about useless things.Kionon wrote:Wait, wut, they teach HTML in schools now? That's great. In my day we had auto-CAD on the Apple II-e and some crappy MS Visual Basic on dime a dozen IBM compatibles. Never taught us anything useful like HTML...
Well, RTF, but that was us bringing it into the school, not the other way around...