Posts

Featured Post

Amazon Ads

How to make a form submission system in HTML & PHP

Image
Hello I am Abthahi Ahmed Rifat. Today, I will show How to make a form submission system using HTML & PHP .  At first we need to create a form in HTML using form tag. See example bellow ... Form.html File Firstly we create a form.html or index.html file and write this code in this file.

How to develop website | Part 3 | Simple code in HTML

Image
  Hello Friends, I am Abthahi and welcome to my another tutorial post.  Okay, in this post we are going to learn about a simple HTML code to understand the formation of the HTML. See bellow...

How to develop website | Part 2 | HTML Tags

Image
Hello my name is Abthahi Ahmed Rifat and welcome to my another blog post. If you missed previous posts then I will suggest you to visit these post. If you do that already then thank you. In this post we are learn about HTML which is important to making a structure of a website. I also said in the previous that HTML is a structural language in web development. It help us to make the structure of a website. Every computer language has its own syntax and HTML have too. So take a look in this list of syntax. It's also called as tag. HTML Tags <html></html> <head></head> <title></title> <body><body> <section></section> <header></header> <footer></footer> <div></div> <p></p> <style></style> <meta></meta> <script></script> <p></p> <a></a> <font></font> <article></article> <b></b> <ul...

How to develop website | Part 1 | Understanding about websites

Image
Hello my name is Abthahi Ahmed Rifat. I am a web developer. So, I want to share my experience about digital development in this blog. So, If you are interested in web development or want to become a web developer then subscribe this blog and connect with me. This is My first post in this blog. In this blog post I am going talk about web development. What is Website? Website is a application or a software which are written in some special language. These special language are HTML, CSS, PHP and more. And it's run on browsers only. These are the primary language which use in many websites as commonly. HTML I know you can also known this name HTML(Hyper Text Markup Language).  This is a structural language which help us to create the structure of our website. You can just imagine it like structure of a building. We learn more about HTML in next posts. CSS CSS(Cascading Style Sheet)  is a language which use for Style a website. You can call it Style Sheet. When you write a HTML S...