Hi Ami Badal Bengali Babu .. From Kalkata
![]() |
I AM BADAL |
Web Technology
HTML stands for HyperText Markup Language. It is used to design web pages using a markup language. HTML is the combination of Hypertext and Markup language. Hypertext defines the link between the web pages. A markup language is used to define the text document within tag which defines the structure of web pages. HTML is a markup language that is used by the browser to manipulate text, images, and other content to display it in the required format.
C Programming
C is a procedural programming language. It was initially developed by Dennis Ritchie as a system programming language to write operating system. The main features of C language include low-level access to memory, simple set of keywords, and clean style, these features make C language suitable for system programming like operating system or compiler development.
Java
Java has been one of the most popular programming language for many years. Java is Object Oriented. However it is not considered as pure object oriented as it provides support for primitive data types (like int, char, etc) The Java codes are first compiled into byte code (machine independent code). Then the byte code is run on Java Virtual Machine (JVM) regardless of the underlying architecture.


My name is Doggo
About Me
Lorem ipsum dolor sit amet consectetur adipisicing elit. Sint, similique?
- Btech Qualified
- Software Engineer
- GATE AIR 01
Contact me
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Nam, laudantium.
- Email ID
- Insta ID
- Facebook ID
Cat Fancy Event
The fanciest cat event.
Cat Fancy Event 2014
The 115th annual Cat Fancy Event is being held in New York City on December 21st. This is the fanciest cat event of the year, starring over 300 different cats. This event was made to show America how great cats really are. There will be treats at the walk in, and for the cat owners there will be a buffet in the lounge. We thank you for coming to our event site, and hope to see you on December 21st. Thank you.

Featured Cats
- George C.
- Sam F.
- Doug T.
- Sally Z.
HTML Style
Every browser has a specific engine that parses the HTML document and displays a default style of the page content.
<body style="background-color:yellow;"> <h1>TechGeekBuzz</h1> <p>Welcome to TechGeekBuzz.</p> </body>
HTML Formatting
In HTML, we have many special elements that can provide special meaning to text content.
HTML Elements | Description |
<b> | Bold the text |
<strong> | An alternative for <b>, which tell that this text is essential. |