Results 1 to 10 of 10

Thread: Basic HTML

  1. #1
    peshawarman's Avatar
    peshawarman is offline Senior Member+
    Last Online
    1st May 2018 @ 04:17 PM
    Join Date
    03 Mar 2012
    Location
    Gulbahar no 3 peshawar
    Age
    27
    Gender
    Male
    Posts
    476
    Threads
    79
    Credits
    15
    Thanked
    54

    Default Basic HTML

    HTML Tutorial: Basic HTML

    Below are the tags every HTML document must have. In the past you could type the HTML tags in either lower case or capital letters, but there are a few that cause problems in certain browsers when entered in upper case.
    Nowadays, because other languages such as XHTML require that tags be in lower case, and because many people are calling for the same requirement for HTML, I strongly urge you to code in lower case at all times. It may seem fussy, but cross-platform display consistency is the goal, and that can only be accomplished by having standards everyone follows.

    These tags are the bare necessities:

    <html>
    <head>
    <title> Title Text Goes Here </title>
    </head>
    <body>
    Content Area
    </body>
    </html>
    That is the basic HTML skeleton, but it's not really as confusing as it looks. I've shown the HTML tags in red, but the tags themselves do not show up on a web page unless an error is made. They are in the "source code," which is simply the underlying text file that contains the HTML code and content you want displayed for people see.
    The browser interprets the HTML tags in the source code and displays your content according to those tags. It may help you to understand the concept by thinking of HTML tags as little instruction sets that inform the browser how to display the actual content.

    If the above code were a real web page, the words "Content Area" would be the only thing that would show up in a browser window.

    Here's a brief explanation of each tag...

    <html>
    Identifies the language used (file type) for the browser, in this case, a web page written in HTML language.
    <head>
    Acts as a container for the page title and meta data. The title is necessary, but meta data is not. You can learn more about meta data later, I don't want to clutter this up with too much information.
    <title>
    The title is the name of the page. The title shows up in the title bar at the top of your browser, as the text for bookmarks unless it's changed, and in some search engines as the link text. If you look at the very top of your browser window you should see "The HTML Skeleton Explained" as the title of this web page.
    </title>
    Closes the title. The forward slash ( / ) in front of the HTML element means that command is now canceled.
    </head>
    Closes the head section.
    <body>
    Between the opening and closing body tags is where you place the actual content you want displayed to the public.
    </body>
    Closes the body section
    </html>
    Closes the html element, end of page.
    On the next page we'll introduce something new, tag attributes.

    Back | Next: HTML Attributes and Values | Web Design Tutorials Index

  2. #2
    Ishfaque Sani is offline Senior Member+
    Last Online
    26th October 2013 @ 09:04 PM
    Join Date
    08 Jun 2010
    Location
    Itlay
    Age
    32
    Gender
    Male
    Posts
    158
    Threads
    24
    Credits
    0
    Thanked
    8

    Default

    peshawarman Thanx a lot....

  3. #3
    farhansa's Avatar
    farhansa is offline Senior Member
    Last Online
    13th September 2018 @ 05:19 PM
    Join Date
    02 Mar 2012
    Gender
    Male
    Posts
    665
    Threads
    39
    Credits
    297
    Thanked
    28

    Default

    nice

  4. #4
    qurrat4u is offline Senior Member+
    Last Online
    23rd December 2020 @ 12:10 AM
    Join Date
    02 Dec 2010
    Location
    Karachi
    Gender
    Female
    Posts
    93
    Threads
    7
    Credits
    1,271
    Thanked
    0

    Default

    very nice sharing...

  5. #5
    hairan's Avatar
    hairan is offline Advance Member
    Last Online
    1st June 2021 @ 12:16 PM
    Join Date
    08 Jan 2010
    Location
    swat
    Gender
    Male
    Posts
    1,386
    Threads
    111
    Credits
    1,153
    Thanked
    80

    Default

    nice sharing

  6. #6
    khalliqie's Avatar
    khalliqie is offline Senior Member
    Last Online
    22nd May 2018 @ 02:18 PM
    Join Date
    02 Apr 2009
    Location
    Peshawar
    Age
    32
    Gender
    Male
    Posts
    2,493
    Threads
    141
    Credits
    1,230
    Thanked
    162

    Default

    nice tnx
    [FONT="Comic Sans MS"][CENTER][SIZE="5"][B][COLOR="MediumTurquoise"]"The nicest people tend to often be the ones who have been mistreated the most."[/COLOR][/B][/SIZE][/CENTER][/FONT]

  7. #7
    faisalkhan180's Avatar
    faisalkhan180 is offline Senior Member+
    Last Online
    12th November 2018 @ 07:55 AM
    Join Date
    08 Feb 2010
    Location
    Lahore
    Age
    34
    Gender
    Male
    Posts
    490
    Threads
    92
    Credits
    38
    Thanked
    23

    Default

    good

  8. #8
    sam0 is offline Junior Member
    Last Online
    29th March 2012 @ 12:06 PM
    Join Date
    15 Mar 2012
    Gender
    Male
    Posts
    19
    Threads
    0
    Credits
    0
    Thanked
    0

    Default

    Hi,
    with the help of HTML you can create static pages of your website.
    ----------------
    Debra Fine

  9. #9
    bilalquryshi is offline Junior Member
    Last Online
    24th August 2017 @ 06:55 PM
    Join Date
    09 Nov 2009
    Age
    34
    Posts
    26
    Threads
    3
    Credits
    1,062
    Thanked
    2

    Default

    nice sharing

  10. #10
    shanig's Avatar
    shanig is offline Senior Member+
    Last Online
    12th January 2019 @ 06:56 PM
    Join Date
    05 Dec 2011
    Location
    Gujrat
    Age
    31
    Gender
    Male
    Posts
    154
    Threads
    38
    Credits
    13
    Thanked
    11

    Default

    good bro keep it up

Similar Threads

  1. Html LearnIng Must ViewWW *.^...
    By Rau7* in forum English IT Zone
    Replies: 20
    Last Post: 10th December 2015, 04:53 PM
  2. :HtmL Basis LearNing:Html PrOgramming
    By Rau7* in forum English IT Zone
    Replies: 28
    Last Post: 8th September 2012, 01:27 PM
  3. Html Basic Course In Urdu[videos]must See
    By BLUE FIRE in forum Courses
    Replies: 93
    Last Post: 30th July 2012, 07:03 PM
  4. Want to lean html basic coding and conpet
    By IHSAN HASHM in forum Ask an Expert
    Replies: 6
    Last Post: 20th December 2011, 01:50 PM

Tags for this Thread

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
  •