HTML Tutorial Part-1: HTML Basics

in blurtutorials •  3 years ago  (edited)

HTML is a computer language that allows you to display any information, image or even video via the Internet. And to do this you need to create a web page. And the basic structure of a web page is created with HTML. HTML is not a programming language, it is called Hyper Text Mark Up Language. Mark Up Language is a set of Mark Up tags. How different parts of a web page are displayed in a browser is expressed in HTML using Mark Up tags.

History of HTML

US computer scientist Tim Barnes-Lee created the first HTML or Hyper Text Mark Up Language. The purpose of this was to facilitate the rapid transfer of scientific research data to different parts of the world. Then in the 1990's HTML was introduced through the Mosaic browser developed by NCSA. HTML3.2, first developed by W3C, was released in January 1998. At the end of the same year, in December, W3C released a new version of HTML, HTML4.2. In 2010, the latest version of the current HTML, HTML5, was introduced to the public.

Where and how to write HTML Code?
To write any program you have to code using a code editor. For HTML coding you can use professional text editors like Sublime Text, atom.io, Brackets etc. Programs written in HTML can be viewed by any browser such as Internet explorer, Mozilla Firefox, Google chrome and Opera by saving with .html extension such as index.html or test.html.

The basic parts of a program written in HTML

1

একটা নোটপ্যাড open করে উপরের code টুকু লিখে file মেনু থেকে Save as এ ক্লিক করে File name: test.html , Save as type : All files, দিয়ে save করে test.html ফাইলটি Mozilla Firefox দিয়ে open করলে নিচে প্রদর্শিত ছবির মত দেখাবে।

2233

What do you need to know to learn HTML?
To learn HTML you need to know the following words well-

HTML Element
HTML Tag
HTML Attribute

Hope tomorrow i will post another blog about this HTMl part 2

Thanks for your time

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE BLURT!