Some Gracious person, please Explain?

Please register or login

Welcome to ScubaBoard, the world's largest scuba diving community. Registration is not required to read the forums, but we encourage you to join. Joining has its benefits and enables you to participate in the discussions.

Benefits of registering include

  • Ability to post and comment on topics and discussions.
  • A Free photo gallery to share your dive photos with the world.
  • You can make this box go away

Joining is quick and easy. Log in or Register now!

Cacia

Contributor
Scuba Instructor
Divemaster
Messages
63,269
Reaction score
16,548
URL Link
HTML Tag
IMG Code


What is the best way to think about these and their function?

I cut and paste them in various applications, but have no idea what the differences are.
 
using html (a language) you can instruct your computer what to do with a piece of information.

if you use the html tag "url" you are telling the computer that an internet site is to follow.

for example:

[ url ] http://www.breaking-the-barriers.org/breaking-the-barriers/stories_DJ_Savarese[ /url]

tells the computer to display the data as an internet link, like this:

http://www.breaking-the-barriers.org/breaking-the-barriers/stories_DJ_Savarese.htm

the html tag "img" tells the computer that what follows is an image, like this:

[ img ] pretty_picture [ /img]

which the computer displays like this:

kids_a.jpg
 
Check out the testing forum. YOu play to your hearts content there and test all the functions yourself! Have fun and good luck!
 
URL - universal resource locator, sometimes referred to a "EARL" by us geekies. That is in essence a web address as you would see it in the Address bar of your browser.

HTML - Hyper Text Mark-up Language. That is the basic framework of tags that are a web page. Tags can do everything from denote the header of the webpage to the font (and what properties are attached to it such as bold, italics, size, color, etc...), to even telling the browser where 'scripts' begin and end.

IMG - thats one of the html tags. IMG referrs tells the browser that an image belongs in that space and what its properties are (size, width, location, etc.).

Does this answer the original question?
 
oh thanks everybody.
 
https://www.shearwater.com/products/swift/

Back
Top Bottom