View Full Version : Assignment # 7
silver-melusine
June 8th, 2006, 09:40 PM
- Assignment # 7
Your assignment is to demonstrate your knowledge of creating links. You can change the colors of the links if you wish. I do not expect you to link within the page yet. However, if you want to try, I can give a separate assignment for that. You will create a page listing lets say the top ten sites you visit most often. That should be easy enough! Label your assignment file bl7.html. I will give you three days as usual. Good luck! I know you can do it!
argento_occhi
June 9th, 2006, 12:39 AM
Thar you go. I resisted the urge to be a smartie pants and do one of those anchor links within a page as well. I've coded many of those by hand. Give me an assignment for that. I wanna practice. They're useful!
http://www.geocities.com/merytdjehuti/bl7.html
Argent
amakaliani
June 9th, 2006, 11:20 AM
Thar you go. I resisted the urge to be a smartie pants and do one of those anchor links within a page as well. I've coded many of those by hand. Give me an assignment for that. I wanna practice. They're useful!
http://www.geocities.com/merytdjehuti/bl7.html
Argent
looks awesome, Argent!!!
(As if I could be any more excited about this class................:D)
amakaliani
June 9th, 2006, 11:22 AM
- Assignment # 7
Your assignment is to demonstrate your knowledge of creating links. You can change the colors of the links if you wish. I do not expect you to link within the page yet. However, if you want to try, I can give a separate assignment for that. You will create a page listing lets say the top ten sites you visit most often. That should be easy enough! Label your assignment file bl7.html. I will give you three days as usual. Good luck! I know you can do it!
Give the lesson, please, I am eager to learn all that I can!!!!!!
silver-melusine
June 9th, 2006, 01:17 PM
Okay, since everyone is asking to do an assignment with anchor links, then I will post one up in a few hours. Give me a few to think about what I want to assign ya. Can you last that long? ^_~
argento_occhi
June 9th, 2006, 01:29 PM
Oh, I think so. :) Yay! Nuther assignment! Those anchor links are cool!
Argent
Eclectic Celt
June 9th, 2006, 01:49 PM
Mine!
http://www.geocities.com/eclecticcelt24/bl7.html
silver-melusine
June 9th, 2006, 06:09 PM
Okay so far, I love everyones assignments. Great job! So I figured I would give you your second assignment. I want you all to create a page about your favorite actor/actress. So this assignment might take more than a day but you should have it complete by Monday. I want three sections in which you use anchor links. I will leave these sections up to you. It can be something like basic statistics, pictures, and links to other sites. So this is entirely up to you all. Label your assignment bl7a.html. So if you have any questions please pm me. I hope you enjoy this assignment.
amakaliani
June 9th, 2006, 07:26 PM
okok, I know i am behind.........i will get to workin
argento_occhi
June 9th, 2006, 10:21 PM
Oh, man, I'm not sure I have a favourite actor. I'll see if I can find someone I like enough to do this on. I'll definitely give it a go, though. :D Yay, anchor links!
Argent
Evendusk
June 9th, 2006, 11:22 PM
Here's the first one.
http://www.geocities.com/mwhtmlclass/basichtml/assignments/evenduskbl7.html
Bookgirl83
June 10th, 2006, 08:29 AM
Here's the first part:
http://webpages.charter.net/duncantk/bl7.html
Eclectic Celt
June 10th, 2006, 11:19 AM
Here's the other bit...
http://www.geocities.com/eclecticcelt24/bl7.html
amakaliani
June 10th, 2006, 02:29 PM
what's the differnce between anchor links and other links....?
argento_occhi
June 10th, 2006, 03:12 PM
Anchors link to parts within a page, for example, on a page with lots of text, there's a link at the bottom that says, Go to Top that when clicked takes you back to the top of the page without having to scroll. External links link to another separate web page.
I hope that's right, least that's my understanding of them.
Argent
amakaliani
June 10th, 2006, 03:17 PM
Anchors link to parts within a page, for example, on a page with lots of text, there's a link at the bottom that says, Go to Top that when clicked takes you back to the top of the page without having to scroll. External links link to another separate web page.
I hope that's right, least that's my understanding of them.
Argent
that makes sense............like her example at the top that took me to the bottom of the page? And is there a difference in coding?
Xentor
June 10th, 2006, 04:55 PM
Here's amakaliani's lesson (http://www.geocities.com/revhpskaliani/bl7.html)
(i found the texture'd background off the site that was provided for the intial textured background assignment. I have found so many that I haven't gone looking for other pages.....:lookwhats )
(Split this off of the other post upon her request)
amakaliani
June 10th, 2006, 04:59 PM
Here's amakaliani's lesson (http://www.geocities.com/revhpskaliani/bl7.html)
(Split this off of the other post upon her request)
THANK YOU so much, xentor!!!!!!
Xentor
June 10th, 2006, 05:05 PM
Welcome!
Evendusk
June 10th, 2006, 05:06 PM
I don't really have one favorite actor but here's one I admire.
http://www.geocities.com/mwhtmlclass/basichtml/assignments/evenduskbl7a.html
BTW, how would I post this URL as an external link on MW? I've tried but instead of the link popping up all that shows up is the coding.
amakaliani
June 10th, 2006, 05:06 PM
Welcome!
...:D.....
I don't really have one favorite actor but here's one I admire.
http://www.geocities.com/mwhtmlclass/basichtml/assignments/evenduskbl7a.html
ooooh, now I have a much better idea of what I want to do!!!
Bookgirl83
June 10th, 2006, 07:38 PM
Here's the second part. This was really fun.
http://webpages.charter.net/duncantk/bl7a.html
argento_occhi
June 11th, 2006, 12:13 AM
that makes sense............like her example at the top that took me to the bottom of the page? And is there a difference in coding?
Yeah, just like that. Coding is different in that you specify and name anchors within the page then link to them.
So at the top of the page, you might have <a name="top"></a>, and to link to that from the bottom of the page, you'd have <a href="#top"></a> Clicking on it takes you to the anchor point named #top, which is the top of the page.
So it's like an external link in that you use the same <a> tag, but you name the part of the page you want to link to and link to that instead.
I hope that's a clear enough explanation.
Argent
amakaliani
June 11th, 2006, 12:19 AM
Yeah, just like that. Coding is different in that you specify and name anchors within the page then link to them.
So at the top of the page, you might have <a name="#top"></a>, and to link to that from the bottom of the page, you'd have <a href="#top"></a> Clicking on it takes you to the anchor point named #top, which is the top of the page.
So it's like an external link in that you use the same <a> tag, but you name the part of the page you want to link to and link to that instead.
I hope that's a clear enough explanation.
Argent
Actually I think it did explain it.....and while I am still a bit unsure...I am going to give it a try. Been working on my written content today and working on writing it all out first...
And awesome page, bookgirl!!!!!!!!!!1
argento_occhi
June 11th, 2006, 12:26 AM
That's good. I was hoping it was clear enough. Bug me if you need any help. I'm working on my content now, now that I've finally decided on someone I like enough to bother doing this about.
EDIT:
<a name="Dec05"></a> <-- name tag doesn't need the #, only the <a href="#Dec"></a> does when you link to that anchor.
Good thing I checked that.
Argent
Evendusk
June 11th, 2006, 12:53 AM
I thought it was the other way around with <a href> being the link in the text or at the top of the page and <a name> being the picture or text being linked to. At least that's how I did it and it works.
Unless I misunderstood you which is completely possible. And if that's the case just ignore this post. :)
argento_occhi
June 11th, 2006, 01:09 AM
You have to name the thing you want to link to <a name>, then link to it <a href>. I thought that's what I said. At least, that's what I meant, if I didn't say it right. I'm kinda sleep-deprived at the moment.
Also, it doesn't matter where the thing being linked to is. I was just using the Go to Top thing as an example. I use it on my website's updates page to link to old updates. It's a long page, and the updates are split into months. So the list of months is up the top, and it links to places down the page. The Go to Top thing (which I'm considering including, though I'm sure I'm the only one who cares about that updates archive) is the opposite, having the link below the point in the page it's linking to. As long as you have both in the page somewhere, it doesn't matter where they are. You can link to the next line down if you really want to.
Argent
Nuther edit, but meh:
Not feeling too well right now, and I have an exam tomorrow morning. Probably won't get this done til Tuesday. Hope that's ok. Stomach's being horrid, that's all.
amakaliani
June 11th, 2006, 01:39 AM
You have to name the thing you want to link to <a name>, then link to it <a href>. I thought that's what I said. At least, that's what I meant, if I didn't say it right. I'm kinda sleep-deprived at the moment.
Also, it doesn't matter where the thing being linked to is. I was just using the Go to Top thing as an example. I use it on my website's updates page to link to old updates. It's a long page, and the updates are split into months. So the list of months is up the top, and it links to places down the page. The Go to Top thing (which I'm considering including, though I'm sure I'm the only one who cares about that updates archive) is the opposite, having the link below the point in the page it's linking to. As long as you have both in the page somewhere, it doesn't matter where they are. You can link to the next line down if you really want to.
Argent
Nuther edit, but meh:
Not feeling too well right now, and I have an exam tomorrow morning. Probably won't get this done til Tuesday. Hope that's ok. Stomach's being horrid, that's all.
take care of you, argent...
I am going to try and go from there..
I will bug you on the morrow.....hehe:D
SilverClaw
July 16th, 2006, 06:21 PM
just for the links top 10
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.