How to define/create link using HTML for beginners

How to define/create link using HTML for beginners
How to define/create link using HTML for beginners In the previous article we have learnt how to define ordered list using HTML for a web page. In this article we will learn how to define link using HTML coding. <a></a> tag is used to define the link for a HTML web page and we...

How to define ordered list using HTML for beginners

How to define ordered list using HTML for beginners
In the previous article we have learnt how to define unordered list using HTML for a web page. In this article we will learn how to define ordered list using HTML coding. There are two types of list one is unordered list and other is ordered list. Bullet sign denotes the unordered list...

How to define unordered list using HTML for beginners

How to define unordered list using HTML for beginners
In the previous article we have learnt how to write headings using HTML for a web page. In this article we will learn how to define unordered list using HTML coding. There are two types of list one is unordered list and other is ordered list. Bullet sign denotes the unordered list and numeric...

How to write headings using HTML for beginners

How to write headings using HTML for beginners
In the previous article we have learnt how to write paragraphs  using HTML for a web page. In this article we will learn how to write headings of a web page using HTML coding. In the web page we use heading in the content section which should be write in <body</body> section....

How to write paragraphs using HTML for beginners

How to write paragraphs using HTML for beginners
In the previous article we have learnt how to write page tiltle  using HTML for a web page. In this article we will learn how to write paragraphs of a web page using HTML coding. In the web page we use paragraphs in the content which should be write in <body</body> section....

How to write page titles using HTML for beginners

How to write page titles using HTML for beginners
In this article we will learn how to write title of a web page using HTML coding. Title is most important thing for a web page which is defined inside the <head> tag and to write a page title we should use <title> element inside the <head> tag. After write the page title when...

Introduction of HTML tutorial for beginners

Introduction of HTML tutorial for beginners
In this article we will learn what is HTML and basic structure of raw HTML. HTML is Hyper Text Markup Language is used to create web page. Introduction of HTML tutorial for beginners Structure of Raw HTML ================================================================== Now we are going...

How to create a shell script using the conditional statement on CentOS and RHEL 6/7 step by step guide

How to create a shell script using the conditional statement on CentOS and RHEL 6/7  step by step guide
How to create a shell script using the conditional statement on CentOS and RHEL 6/7  step by step guide In this article we will learn how to create a shell script using the conditional statement  and execute it on CentOS and RHEL linux system and we are going to create a script with...

How to create and show table in mysql database using python on CentOS and RHEL 6/7 step by step guide

How to create and show table in  mysql database using python on CentOS and RHEL 6/7  step by step guide
How to create and show table in  mysql database using python on CentOS and RHEL 6/7  step by step guide In this article we will learn how to create mysql table in  database using python language. We need to install the mysql.connector module using the below command. #pip3...

How to install pip3 on CentOS and RHEL 6/7 step by step guide

How to install pip3  on CentOS and RHEL 6/7  step by step guide
How to install pip3  on CentOS and RHEL 6/7  step by step guide In this article we will learn how to install pip3 on CentOS and RHEL linux system which is very useful to install python packages for that reason it is called as python package manager. How to install pip3  on CentOS...