Posts

Showing posts with the label HTML

Complete HTML Tutorial for beginners

Image
Complete HTML Tutorial for beginners   I f you want to read this in a pdf than you can get this ebook:- Getting started with the html About This Course The html is the language for creating web pages. It is used for defining the content with the html you can create very simple web pages with CSS you can make the simple web page stylish and with the Javascript you can add logic to those stylish web pages. if you want to earn money from the web development then it is compulsory for you to learn these three languages. Today in this post you will learn the html completely. so let's begin:- Introduction to Html The html is the language for defining the elements of the web page. It stands for hyper text markup language. It is easy to learn. It is the basic language for creating web pages. Tags and Elements in the HTML There are two things in the HTML:- Tags - It is the part of the text which is used for creating content.  Elements - When we insert content inside a html tag then it ...