Professional Webmasters Community
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Structure of HTML Elements

Go down

Structure of HTML Elements Empty Structure of HTML Elements

Post  Kunal Singh Wed Jul 21, 2010 2:56 am

I am giving some basic guidelines.
Tags follow a common structure too. Some of those tags you can see are ”start tags”, like <b>, and others are paired with them and called “end tags”. They look like </b>. Together, a start tag and an end tag form a HTML element. A start tag opens an element and an end tag closes it again. For example, to make text bold, you use the b element. So, at the point in your text that you want the bold to start, you just stick the angle-brackets around that and put <b>, and when you want it to stop, you put </b>. An end tag is simply the start tag with a forward slash in front of the element name. Some tags won’t need that end tag, but most do, so don’t forget it.
Kunal Singh
Kunal Singh
Moderator
Moderator

Posts : 635
Join date : 2010-05-07
Age : 34
Location : India

http://www.soniktechnologies.com/

Back to top Go down

Back to top

- Similar topics

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