HTML or Hypertext Markup Language, is the predominant language in which most Internet web pages are based. HTML accomplishes a number of tasks via a web page, including describing the structure of text based information to be displayed within the page (font sizes, text colors and formats, etc.), providing a means for the user to interact with the site via web forms, and embedding images and other types media for display to the user.
When an HTML page is provided to a user’s web browser over the Internet, the web browser will “translate” the HTML code into the format that will be displayed to the user.
HTML is written in the form of labels (known as tags). Each tag includes an “open” tag and a “close” tag, and the text that is contained within the opening and closing tags. For example, text can be made bold by using the and tag pair, so that the following HTML code will display the bold text word “Hello” in the user’s web browser.
Hello (remove spaces before > and after < )
HTML pages can also incorporate or embed the code for one or more “scripting languages”, including JavaScript, PHP, CGI, and ASP.Net.
What Can HTML Do for Me?
HTML provides the basic structure for your website, so it’s the foundation for your business getting its message to customers and potential customers. When you understand the basic principles of HTML, you can begin to format your web pages to have a more unique and in- house appearance. Brand recognition is important in business, and a little HTML coding can change a template style web page into something that is unique and recognizable. In addition to displaying advertising copy, pictures, brochures and the like, you can also:
? Provide users with a (Read more ...)
