Forward Fitness club logo

Html Introduction

What is HTML? HTML stands for HyperText Markup Language. Developed by scientist Tim Berners-Lee in 1990, HTML is the "hidden" code that helps us communicate with others on the World Wide Web (WWW). When writing HTML, you add "tags" to the text in order to create the structure. These tags tell the browser how to display the text or graphics in the document. For example, the following document has a simple layout (structure). Notice there are three major parts: a heading, two paragraphs and a bulleted list. Text editors To achieve a similar layout in a browser, you use a text editor. This is where you put all

HTML is the standard language for creating Web pages.

  • HTML stands for Hyper Text Markup Language
  • HTML describes the structure of Web pages using markup
  • HTML elements are the building block of HTML pages
  • HTML tags labels pieces of content such as "heading", "paragraph", "table", and so on
  • Browser do not display the HTML tags, but use them to render the content of the page