Username:

Password:

Pages: [1] 2 3 4

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

zeeshan_2011

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 12
basic html tags?
« on: April 02, 2010, 10:14:30 PM »
tell me.
Logged

johnspells

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 4
Re: basic html tags?
« Reply #1 on: April 23, 2010, 05:16:23 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.
Logged

johnsmith

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 7
Re: basic html tags?
« Reply #2 on: May 21, 2010, 10:47:00 PM »
tell me.
If you want to learn about basic for HTML.
So, First HTML means Hyper Text Markup Language.
And it's work on tag like this<>. And if you learn more about that so you just goon google.com
You will find lot much help regarding that.
Logged
mistakes are the portals of discovery

alexrock23

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 4
Re: basic html tags?
« Reply #3 on: May 23, 2010, 09:27:20 PM »
Useful Tags:

Horizontal Rule: Add <hr /> to a page to show a bar across the page.
Line Break: Add <br /> to a page to end one line, and start another.

Brought to you by: Zoovix.
Font Styling:

Green: <font color="green">Green</font>
Blue: <font color="blue">Blue</font>
Logged

princeharry

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 3
Re: basic html tags?
« Reply #4 on: June 03, 2010, 08:50:16 AM »
HTML stands for Hyper Text Markup Language.
used tags:
<html>
<body>

<h1>My First Heading</h1>

<p>My first paragraph</p>

</body>
</html>
 

jasikajohnson

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 4
Re: basic html tags?
« Reply #5 on: June 16, 2010, 12:40:51 AM »
Basic Html tag like
<html>
<body>
<p></p>

</body>
</html>
<font colour=""></font>
<br /> for a line break,everything you write in your <body></body>this are the basic thing you follow it help you.
Logged

visualsindia

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 2
    • WWW
Re: basic html tags?
« Reply #6 on: July 25, 2010, 10:43:41 PM »
I think it is very bad questions for IT Professioner, Any way i tell one information go to -> W3schools websites.. here showed very basic and normal tips in this tutorials websites

Reg
Web Design Chennai

Logged
visuals India

jonnybbush

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 4
Re: basic html tags?
« Reply #7 on: August 07, 2010, 08:05:16 AM »
Start with <html>
<head> Heading of your Page
<title> Title of your page </title>
</head>
<body> Its contain the body of your page
</hr> for  horizontal line
</br> for Breck Line
<h1>....<h6>....</h1>.....</h6> is heading of the page.
<font color = "">..</font> Choose your font color
<table>....</table> create a table
</body>
</html>

philjows

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 5
Re: basic html tags?
« Reply #8 on: August 20, 2010, 03:27:24 AM »
You all are really nice and adorable that is why you all have shared this useful information over here and it is very useful to me. I want to learn HTML and that is why I want to learn basics of it first that is why it have helped me a lot.
Logged

rockmartinn24

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 4
Re: basic html tags?
« Reply #9 on: August 27, 2010, 05:13:34 AM »
HTML means Hypertext Mark up Language.  HTML is not a programming language, it is a mark up language. HTML markup tags are usually called HTML tags. HTML tags are keywords surrounded by angle brackets like <html>. HTML tags normally  come in pairs like <b> and </b>.

For ex :
<html>
<body>
<h1>My First Heading</h1>
<p>My first paragraph</p>
</body>
</html>

jupiterpitter

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 4
Re: basic html tags?
« Reply #10 on: August 30, 2010, 03:08:19 AM »
HTML is the language that web browsers and web servers use to display web pages. HTML "tags," when added to a plain text document, instruct web browsers how to display that content on a web page. If a web page is a house, its HTML code is its blueprint.

narkissajohn

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 4
Re: basic html tags?
« Reply #11 on: September 14, 2010, 10:24:37 AM »
<html>
<head> Heading of your page
<title> Title of your site</title>
</head>
<body> body of your page
<b> bold </b>
<u> Underline </u>
<i> Imaphasize </i>
<h1> to <h6> for Heading
<a href = ""> anchor tag </a>
<table> create table </table>
</br> break line
</hr> horizontal line
</body>
</html>

jamescook

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 22
Re: basic html tags?
« Reply #12 on: September 14, 2010, 08:00:08 PM »
it's easier to learn basic html search in google you can get more sites like html.net and more to learn about html.

jemmydoug

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 2
Re: basic html tags?
« Reply #13 on: September 14, 2010, 09:56:41 PM »
Hi!
<br> tag is used for next line.<b> tag is used for letters are bolder.   
Logged

MichMu

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 10
Re: basic html tags?
« Reply #14 on: September 30, 2010, 07:26:24 AM »
Logged
Pages: [1] 2 3 4