Search results

  1. I

    what r d important tags of HTML?

    Saying what the important tags are is very subjective, but I'd say: a, blockquote, body, br, div, DOCTYPE, em, fieldset, form, h1, h2, h3, h4, h5, and h6, head, html, img, input, label, legend, li, link, meta, object, p, select, span, strong, style, table, td, textarea, title, tr, ul Also HTML...
  2. I

    HTML question on fp 2003?Header tags?

    The problem is you're using FrontPage, which is a truly awful program. I do mean really bad. Just open your html document up in notepad and delete the headers tags by hand. They will start with <head> and have some other code and then a </head> delete all of those except one. HTML is...
  3. I

    HTML question on fp 2003?Header tags?

    The problem is you're using FrontPage, which is a truly awful program. I do mean really bad. Just open your html document up in notepad and delete the headers tags by hand. They will start with <head> and have some other code and then a </head> delete all of those except one. HTML is...
  4. I

    Why do you suppose that XHTML requires you define sections (head, title,

    Well the <head> tag includes important information about a webpage, that isn't actually part of the webpage content. Like the title. The title is like the title of a book, you don't put the title in the opening paragraph, you put it on it's cover, or title page. The <body> tag defines where...
  5. I

    What does "You may use HTML tags for style" before a COMMENTS box mean?

    It mean you can probably some of these tags to make your comment look different: <strong></strong> <em></em> <a href=""></a> <blockquote></blockquote> etc.
  6. I

    What does "You may use HTML tags for style" before a COMMENTS box mean?

    It mean you can probably some of these tags to make your comment look different: <strong></strong> <em></em> <a href=""></a> <blockquote></blockquote> etc.
  7. I

    how do i make an HTML page on Mac OS?

    You just write HTML into a plain text editor. The program text-wrangler for the Mac is good. Do you know HTML? If not you'll need to learn. I recommend htmldog.com To get it on the internet you'll need a hosting provider. There are 'free' ad supported ones out there, but just pay the $5 a...
  8. I

    Html.................?

    htmldog.com better then w3schools.com (which is good)
Back
Top