Username:

Password:

Pages: 1 2 3 [4] 5

Author Topic: basic html tags?  (Read 3939 times)

cashcars

  • Full Member
  • ***
  • Karma: +0/-0
  • Posts: 196
Re: basic html tags?
« Reply #45 on: January 13, 2012, 01:41:02 AM »
HTML links are defined with the <a> tag.
<a href="http://www.abc.com">This is a link</a>
HTML images are defined with the <img> tag.
<img src="abc.jpg" width="104" height="142" />
HTML paragraphs are defined with the <p> tag.
<p>This is a paragraph.</p>
<p>This is another paragraph.</p>
<h1>This is a heading</h1>
<h2>This is a heading</h2>
<h3>This is a heading</h3>

peterjacky

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 4
Re: basic html tags?
« Reply #46 on: January 18, 2012, 11:18:33 AM »
HTML means Hyper text mark up language. It is the primary need of any website weather you create it in ASP.NET or PHP you need to know HTML. It is one the most easiest language used to make a websites. The tags<> which are used are very common. All the opening tag must have a closing tags.  If you want to learn HTML you can learn it from w3school. I hope this will help you.

Decor84

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 10
Re: basic html tags?
« Reply #47 on: January 24, 2012, 09:24:56 PM »
Agree,W3school is very Good for learning HTML.

hairtransplant

  • Jr. Member
  • **
  • Karma: +0/-0
  • Posts: 56
Re: basic html tags?
« Reply #48 on: January 31, 2012, 05:05:39 AM »
<h1>This is a heading</h1>
<h2>This is a heading</h2>
<h3>This is a heading</h3>
<p>This is a paragraph.</p>
<p>This is another paragraph.</p>
<a href="http:///forums.webdes1gn.net">This is a link</a>
<img src="forums.webdes1gn.jpg" width="104" height="142" />

estate25

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 5
Re: basic html tags?
« Reply #49 on: February 01, 2012, 01:17:55 AM »
Yes,I am Agree with you all that w3school.com is best online tutor for HTML.

Gastaxi

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 5
Re: basic html tags?
« Reply #50 on: February 02, 2012, 01:24:02 AM »
Try here:

http://www.w3schools.com/html/html_primary.asp

Yes,you should try this site,It's Really useful for learning HTML.

eddiecrosby

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 13
Re: basic html tags?
« Reply #51 on: February 02, 2012, 01:04:57 PM »
HTML stands for Hyper text mark up language. It is the first need of all time, the website that you create in ASP.NET or PHP, you need to know HTML. He is one of the easiest language most often used to make a website. The <> that are used are very common. Every opening tag must have a closing tag. If you want to learn HTML, you can learn from w3schools. I hope this will help you.

dandico

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 5
Re: basic html tags?
« Reply #52 on: February 04, 2012, 01:50:13 PM »
Hi,

There is a lot of tags on html and they are used for different purpose. If you want to know about these tags w3 schools will be best option for you. You can also try different books of HTML for learning.

Nafisa

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 10
Re: basic html tags?
« Reply #53 on: February 07, 2012, 02:45:54 AM »
There are lot of important html tags that are used for formatting like the <b> tag used to make the text bold, <u> tag to underline, <i> to make the text of italic style.

madonahilton

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 5
Re: basic html tags?
« Reply #54 on: February 08, 2012, 04:09:00 AM »
HTML stands for hyper text markup language using which one can easily create his site and for this purpose it has a lot of tags like <b> for bold some text,<a> for putting some link and <u> for underlining some text but it has a rule that if we want any tag in working then we have to end it like this</b> then it will get work otherwise not.
Logged

dominni

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 5
Re: basic html tags?
« Reply #55 on: February 12, 2012, 03:27:45 AM »
HTML means Hyper text mark up language. It is the primary need of any website weather you create it in ASP.NET or PHP you need to know HTML.

therapy

  • Sr. Member
  • ****
  • Karma: +0/-0
  • Posts: 427
    • WWW
Re: basic html tags?
« Reply #56 on: March 25, 2012, 09:11:29 AM »
 html mean hyper text markup language and its Basic tag like
<html>
<body>
<p></p>

</body>
</html>
<font colour=""></font>
and further you can learn from w3school.com

rechorobert

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 5
    • WWW
Re: basic html tags?
« Reply #57 on: March 28, 2012, 09:34:02 AM »
HTML is very popular and also very easy language which could be learn very easily. There are some basic tags which are commonly used and some of them are given here,
<html></html>
<body></body>
<h1></h1>
<p></p>

rhettlogan

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 5
Re: basic html tags?
« Reply #58 on: March 28, 2012, 09:59:40 AM »
HTML stands for Hyper Text Markup Language. Basically and also it is used for designing a website.It is very simple and easy to use language.
Here, Some of the basic html tags :-
 <html>
 <head>
 <tittle>
 <body>

Logged

jacksonjosaf

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 15
    • WWW
Re: basic html tags?
« Reply #59 on: March 31, 2012, 04:33:30 AM »
The basic HTML tags
<title> to give a title
<h1> to <h6> for headings h1 is the largest and so on
</br> to give a line break
<p> to start a paragraph
<table> to start a table
one thing worth to mention here any of the tag is written in closed angle brackets like <> and ends with a slash before the word </>. </br> i.e break is the tag which has a common opening and closing so it is written as </br>.
To know further feel free to contact me.
Regards.
Pages: 1 2 3 [4] 5