- HTML stands for Hypertext Markup Language.
- HTML is the standard markup language for creating web pages and web applications.
- we can create static web pages using HTML. but when we create web applications we have to use CSS (Cascading Style Sheets) and JavaScript.
- we can use html tags to write a web page.
- HTML elements like the building blocks of HTML pages.
- 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.
No comments:
Post a Comment