WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1Accespted HTML Tags Reference - 2 Thu Jan 28, 2010 12:43 am

ankillien

ankillien
Administrator
Administrator

HTML Tags Reference
Working with links, images and lists

Hello Guest!

In this tutorial we shall learn how to put links to other pages in your HTML page. We'll learn how to show images on our page and also how to work with ordered and unordered lists in HTML.

Lets start with tags and their attributes.


Working with links :

TagAttributesFunction
<a></a>href="filename"
target="windowname"
Creates a link to another HTML page
<a></a>name="markname"Creates a link to a part of the same epage

Displaying Images :

TagAttributesFunction
<img>src="filename"
align="left/right"
width="XXX"
height="XXX"
alt="text that desribes image"
Inserts an image in HTML page

Working with lists :

TagAttributesFunction
<ul></ul>type="disc/circle/square"Creates an unordered list
<ol></ol> type="I/A/1/a/i"
start="value to start counting at"
Creates an ordered list
<li></li>type=all ul and ol optionsCreates a list item

Note :
There are some attributes that apply to all the elements. They are style, class, id, name, title etc. We shall learn to use them in upcoming tutorials.

HTML Tags Reference - 2 20tm077



Notice : This tutorial is copyrighted by WebArtz Forum. You may not publish it on anywhere without written permission from the administrators.

2Accespted Re: HTML Tags Reference - 2 Thu Jan 28, 2010 12:14 pm

Fred100

Fred100
Registered Member
Registered Member
Wait a second!
You mean even if i put
Code:
<img src=LINK>
Then the image will be still visible?
Cool

http://www.art-castle.biz/forum.htm

3Accespted Re: HTML Tags Reference - 2 Thu Jan 28, 2010 2:45 pm

ankillien

ankillien
Administrator
Administrator
Fred100 wrote:Wait a second!
You mean even if i put
Code:
<img src=LINK>
Then the image will be still visible?
Cool

The proper code for it is this...

Code:
<img src="LINK">

Don't forget to put the quotes around image url Wink

4Accespted Re: HTML Tags Reference - 2 Thu Jan 28, 2010 10:12 pm

Fred100

Fred100
Registered Member
Registered Member
Oh kay Now i guess the
Code:
[img][/img]
code is better Smile

http://www.art-castle.biz/forum.htm

5Accespted Re: HTML Tags Reference - 2 Fri Jan 29, 2010 10:34 am

ankillien

ankillien
Administrator
Administrator
But the BBCodes don't work on HTML pages Razz so you have to use <img> tag in an HTML page.

6Accespted Re: HTML Tags Reference - 2 Fri Jan 29, 2010 4:34 pm

Fred100

Fred100
Registered Member
Registered Member
Lol
Then I guess I'll have to get used to both of 'em Razz

http://www.art-castle.biz/forum.htm

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum