HTML learning

Web programming topics
Post Reply
User avatar
Face
Major
Major
Posts: 727
Joined: Thu Feb 18, 2010 5:06 pm
Location: SRI LANKA.KANDY.

HTML learning

Post by Face » Mon Oct 11, 2010 8:54 pm

I am doing some studies on HTML.these days in my free time.:)

".HTM or .HTML File Extension"
Can you tell me what this mean?

.HTM or .HTML File Extension are same or any difference?
When you save an HTML file, you can use either the .htm or the .html file extension.
It is a habit from the past, when the software only allowed three letters in file extensions.
With new software it is perfectly safe to use .html.
This is from a tutorial I use to learn HTML these days.can you please explain this line for me..?do software only allow 3letter extensions only?

G-sparkZ
User avatar
Face
Major
Major
Posts: 727
Joined: Thu Feb 18, 2010 5:06 pm
Location: SRI LANKA.KANDY.

Re: HTML learning

Post by Face » Mon Oct 11, 2010 9:00 pm

The link address is specified in the href attribute.
1.What is an attribute in HTML language.?
<img src="G-sparkZ.jpg" width="104" height="142" />
2.image dimensions in pixels or any...?


sorry about many questions about basic..B'cos I am a beginner for this
User avatar
Nipuna
Moderator
Moderator
Posts: 2729
Joined: Mon Jan 04, 2010 8:02 pm
Location: Deraniyagala,SRI LANKA

Re: HTML learning

Post by Nipuna » Tue Oct 12, 2010 8:08 am

You can save in HTM or HTML here is no deference according to my knowledge.

Yes that image was in pixel. In HTML they are defying in pixel according to my knowledge.

You Ask Neo and from other ROBOT.LK members for more Help. I know only Basic
User avatar
Neo
Site Admin
Site Admin
Posts: 2642
Joined: Wed Jul 15, 2009 2:07 am
Location: Colombo

Re: HTML learning

Post by Neo » Tue Oct 12, 2010 12:23 pm

1.What is an attribute in HTML language.?
http://www.w3schools.com/html/html_attributes.asp
2.image dimensions in pixels or any...?
In pixels. "width" can also be used as a percentage. In CSS, it is defined as 100px to specify that it is in pixels.
You need to learn things systematically. Otherwise you miss important points. W3Schools is the best site I know for learning HTML. A good tutorial is at http://www.w3schools.com/html/default.asp.
User avatar
Face
Major
Major
Posts: 727
Joined: Thu Feb 18, 2010 5:06 pm
Location: SRI LANKA.KANDY.

Re: HTML learning

Post by Face » Tue Oct 12, 2010 5:11 pm

Thanks friends.I will ask more in future.
Post Reply

Return to “Web programming”