Micro Niche Builder
+ Reply to Thread
Page 2 of 2 FirstFirst 1 2
Results 11 to 13 of 13

Thread: Baic HTML tags?

  1. #11

    Default

    Agreed, w3schools will teach you the basics. Might be worth using something like dreamweaver using the design view to help you along.

  2. #12

    Default

    Basic html text are

    <HTML>
    <HEAD>
    <TITLE>First sample web document </TITLE>
    </HEAD>

    <BODY>
    Statements
    </BODY>
    </HTML>

    For example <HTML>------</HTML> they can hold the text as well as other elements between two tags.

    <HEAD>-tag is use to denote the heading of the web page. So ehatever is written in between <HEAD> and </head>.
    <TITLE> is used to,give a title to the HTML document.
    The <BODY> tag contains the contents of the web page.It is the area where most of the work is done.

    You can use in notepad

  3. #13

    Default

    The basic tags include <html>, <title>, <meta>, and <body>.
    <html>
    This tag is used to indicate that this is a HTML document. Most HTML documents should start and end with this tag.
    <head>
    This tag is used to indicate the header section of the HTML document, which typically includes the <title> and <meta> tags, and is not displayed in the main window of the browser.
    <title>
    This indicates the title of this HTML page. The title is what is displayed on the upper left corner of your browser when you view a web page.

+ Reply to Thread
Page 2 of 2 FirstFirst 1 2

Similar Threads

  1. Check HTML tags for SEO analysis
    By Peter Druk in forum HTML & CSS Help
    Replies: 9
    Last Post: 04-04-2011, 05:16 AM
  2. What are HTML tags?
    By gilbertsavier in forum HTML & CSS Help
    Replies: 14
    Last Post: 11-09-2010, 01:06 PM
  3. wordpress blog is not supporting HTML tags like <h1> <p>
    By lemon_1800 in forum WordPress Blog Forum
    Replies: 2
    Last Post: 02-10-2009, 11:14 AM
  4. Optional Closing Tags in HTML
    By tecktalk in forum Design and Development
    Replies: 5
    Last Post: 06-05-2008, 04:15 AM
  5. Search Engine optimization- HTML TAGS
    By freewebspace in forum SEO Forum
    Replies: 8
    Last Post: 09-22-2006, 03:54 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts