Wednesday, May 9, 2018

Web Programming Lessons - HTML - Introduction

What is HTML?


  1. HTML stands for Hypertext Markup Language. 
  2. HTML is the standard markup language for creating web pages and web applications. 
  3. we can create static web pages using HTML. but when we create web applications we have to use CSS (Cascading Style Sheets) and JavaScript. 
  4. we can use html tags to write a web page. 
  5. HTML elements like the building blocks of HTML pages. 
  6. HTML elements are represented by tags.

Simple example for a HTML web page.

Let's start to create a simple web page using HTML.

  • first create a empty text file and save it in .html format.













  • then write this HTML code like this.













  • Finally, open your HTML web page using your web browser.


No comments:

Post a Comment