Question:

What is this for? proggrammersss...please help!

by  |  earlier

0 LIKES UnLike

what is this use for?

i know that <b> is for bold or strong...

<b name="language_2" id="language_2">Password</b>

is it something like <a href="blabla">go to blabla</a>

please help me....

i've search it on the internet..but i couldnt find one...

please elaborate to me...

please please....

with the cherry on top...please please...

thanx in advance!

 Tags:

   Report

4 ANSWERS


  1. &lt;b&gt; and &lt;/b&gt; are formating tags: they CANNOT have arguments.


  2. &lt;a href=&quot;http://www.website.com&quot;&gt;this is a link&lt;/a&gt;

    It shows text that when you click on it it shows a website.

    It is HTML and will only show when you save it in a .html file and view it with a webbrowser. HTML is used for creating webpages.

    Learn HTML at: http://www.w3schools.com/html/default.as...

    CSS is used to style a webpage made with HTML.

    Learn CSS at: http://www.w3schools.com/css/default.asp

  3. the name and id attributes are basically the same thing. the name attribute is for older browsers; it was just included for backwards compatibility.

    (idly put, backwards compatibility enables both old and new browsers view your web page with the least possible difference in terms of style and functionality).

    HTML 4.01 defined the name attribute. however, with the advent of xhtml, the id attribute became the new standard. you can study/clarify this further by clicking on my sources.

  4. You do NOT use names or ids for the formatting tags. You use it to assign an identity to sections of a page like &lt;div&gt;s so that you can use css to format them. They are also used to identify fields in forms in order to be able to read which data came from which field.

Question Stats

Latest activity: earlier.
This question has 4 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.