Welcome to the IMTalk - Internet Marketing & SEO Forum.
  • Login:
+ Reply to Thread
Results 1 to 15 of 15

Thread: What Is HTML ?

  1. #1
    Hussy is offline IM & SEO Quiet One Hussy is on a distinguished road
    Join Date
    Jan 2011
    Location
    Cambridge U.K.
    Posts
    11
    Thanks Given
    0
    Thanked 0 Times in 0 Posts

    Thumbs up What Is HTML ?

    Hi,



    Anyone tell me what is HTML..and how i can create a Login page.




    Thank's

  2. #2
    wink0r's Avatar
    wink0r is offline Moderator wink0r is a splendid one to behold wink0r is a splendid one to behold wink0r is a splendid one to behold wink0r is a splendid one to behold wink0r is a splendid one to behold wink0r is a splendid one to behold wink0r is a splendid one to behold
    Join Date
    Oct 2010
    Location
    East Coast, USA
    Posts
    2,183
    Thanks Given
    941
    Thanked 651 Times in 491 Posts
    HTML is the language or code in which web pages are built and stored.

    A web page is a simple text file written in HTML code. It is a set of instructions that tell the browser how to build the page. The browser uses this code to assemble the page that you see. Web pages do not exist on the internet server like a page in a book. All the parts are uploaded to the server and the HTML code tells the browser what files it needs to download to build the page so that you can see it on your monitor.

    HTML elements can be used to build a login form, but there will need to be something in the way of a script in addition to the HTML code to do the work. Most hosting provides some form of password protected directories, but they may just provide a simple pop-up box for login, and with some you would need to manually set up the password file. A more complex script would handle the password management and login.

    What you really need will depend on what you are trying to do to some extent. It may be that you will need a CMS (Content Management System) optimized for the type of site you want to build.

  3. #3
    seobunny Guest
    What do you mean with Login Page?

    For Wordpress???

    http:// www. your-domain.com/wp-admin/

  4. #4
    omax is offline IM & SEO Whisperer omax is on a distinguished road
    Join Date
    Oct 2010
    Posts
    46
    Thanks Given
    1
    Thanked 4 Times in 3 Posts
    Just search google for a PHP login script.

  5. #5
    morganfieldwueq is offline IM & SEO Whisperer morganfieldwueq is on a distinguished road
    Join Date
    Mar 2011
    Posts
    51
    Thanks Given
    0
    Thanked 1 Time in 1 Post
    html is the basic programming language for designing a web site
    Get ideas about making cash on the net at money forum
    Need hosting?Read hosting reviews

  6. #6
    RunwayimagesCOM is offline IM & SEO Quiet One RunwayimagesCOM is on a distinguished road
    Join Date
    Jan 2011
    Posts
    10
    Thanks Given
    0
    Thanked 2 Times in 2 Posts
    Step away from the mouse.

  7. The Following User Says Thank You to RunwayimagesCOM For This Useful Post:


  8. #7
    caveman's Avatar
    caveman is offline IM & SEO Small Talker caveman will become famous soon enough caveman will become famous soon enough
    Join Date
    Nov 2010
    Location
    UK
    Posts
    520
    Thanks Given
    150
    Thanked 143 Times in 100 Posts

  9. #8
    arthackers is offline IM & SEO Weak Jaw arthackers will become famous soon enough
    Join Date
    Feb 2011
    Posts
    112
    Thanks Given
    5
    Thanked 48 Times in 12 Posts
    They answered you but - its a computer language, that every webmaster need to know ( at least basic html ).

  10. #9
    shonda is offline IM & SEO Quiet One shonda is on a distinguished road
    Join Date
    Apr 2011
    Posts
    1
    Thanks Given
    0
    Thanked 0 Times in 0 Posts
    All it means is that by putting some code around the text on a webpage, you can alter that text to look differently or act differently. So, for example, to make the headline of a page stand out on a page and be recognised as a headline instead of just a normal sentence, you would use HTML to make it happen. Same thing if you want certain text to be recognised as a link. HTML is the code that you put at either side of the text, that turns it into a clickable link.

  11. #10
    SocialArc is offline IM & SEO Small Talker SocialArc will become famous soon enough
    Join Date
    Feb 2011
    Location
    http://www.techdeer.com
    Posts
    592
    Thanks Given
    5
    Thanked 64 Times in 45 Posts

  12. #11
    anusha is offline IM & SEO Whisperer anusha is on a distinguished road
    Join Date
    Sep 2011
    Posts
    36
    Thanks Given
    0
    Thanked 1 Time in 1 Post
    HTML stands for Hypertext Markup Language..It was used to designed to display the dataHTML is a markup language i.e., it controls the content flow on the client side. Mostly PHP serves HTML and are preferred by Google.

  13. #12
    goleza's Avatar
    goleza is offline IM & SEO Whisperer goleza is on a distinguished road
    Join Date
    Nov 2011
    Location
    Uganda
    Posts
    35
    Thanks Given
    9
    Thanked 7 Times in 6 Posts
    HTML is a language used in web designing. It uses a coding system which you have to familiarize yourself with to know exactly how it works. The best way to internalise it is to learn web designing.

    Quote Originally Posted by Hussy View Post
    Hi,



    Anyone tell me what is HTML..and how i can create a Login page.




    Thank's

  14. #13
    Delois is offline Banned Delois is on a distinguished road
    Join Date
    Aug 2011
    Posts
    78
    Thanks Given
    0
    Thanked 10 Times in 8 Posts
    HTML is also called Hyper Text Mark Up Language. It is a code behind the web page or what the page is looking on the browser. You can create a web page with different font style and colors with the use of the HTML and its tags. You can also create a good static website through HTML.

  15. #14
    simbah's Avatar
    simbah is offline IM & SEO Whisperer simbah is on a distinguished road
    Join Date
    Dec 2011
    Location
    Indonesia
    Posts
    60
    Thanks Given
    3
    Thanked 5 Times in 3 Posts
    Quote Originally Posted by Hussy View Post
    Hi,
    Anyone tell me what is HTML..and how i can create a Login page.
    Thank's
    If you want create a Login page, you must creat database firstly, because it was needed.

  16. #15
    fakesoul's Avatar
    fakesoul is offline IM & SEO Whisperer fakesoul is on a distinguished road
    Join Date
    Dec 2011
    Location
    Islamabad, Pakistan
    Posts
    42
    Thanks Given
    2
    Thanked 3 Times in 3 Posts
    You can make the front end of the login feature in HTML but you'll need PHP/MYSQL or ASP.NET/SQL to store data of users so that they would be able to login. If you are using a CMS like Drupal, Joomla or Wordpress etc, you don't need to worry much because their framework already contains this feature. All you need to know is the login URL.


 

Similar Threads

  1. I need a Pop Up Silder HTML Code
    By seobunny in forum Website Planning, Design & Development
    Replies: 1
    Last Post: 12-15-2010, 02:21 AM
  2. How to Tips for Web Page Backgrounds - both HTML and CSS
    By whitegyr in forum Website Planning, Design & Development
    Replies: 3
    Last Post: 11-02-2010, 01:20 PM
  3. ASP.net or HTML
    By amitoops in forum Programming, Scripting, Database, Testing, Debugging...
    Replies: 3
    Last Post: 10-20-2010, 09:40 PM
  4. have u all used HTML 5
    By sajjad.axe in forum Website Planning, Design & Development
    Replies: 1
    Last Post: 08-30-2010, 01:10 AM
  5. Html
    By angel in forum Website Planning, Design & Development
    Replies: 0
    Last Post: 07-22-2010, 08:12 AM

Posting Permissions

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