Ad Code

Showing posts with the label Basic HTMLShow All
Word count in html Project

To count the number of words in an HTML document, you can extract the text content of the document and then use a word counting function to count the number of words. Here's an example in JavaScript: const html = "<…

 What is HTML, Overview of HTML

What is HTML   Ø   First developed by  Tim Berners-Lee  in  1990 . Ø   HTML stands for Hyper Text Markup Language. Ø   HTML is the standard markup language for creating Web pages Ø   HTML describes the structure of a …

How To Make A Button In Blogger

Today, in this post  i am going to share you the method of making a button in blogger this is very important for those blogger that place videos on blog and want a download button on blogger it is very simple to make 1) No…

Bullets and Lists tips for HTML

Bullets and Lists These html tips and tricks will help you put bullets and lists on your blog. Let's start with simple bullets. For this html tip, look at this bullet: This is next to a bullet It was m…

PC টিপস, হার্ডওয়্যার, নেটওয়ার্ক , ল্যাঙ্গুয়েজ ও সফটওয়্যার শেখার একমাত্র সাইট

বন্ধুরা, আপনার যারা বাঙ্গালা ভাষায় কম্পিউটার শিখতে চান ? কিন্তু ভালো বাংলা সাইট খোঁজ পাচ্ছেন না। এছাড়া ও ভালো ইংরেজি জানেন না ? তো চিন্তা নেই কম্পিউটার জগত আপনার ভাষায় নিয়ে এল এক নতুন বাংলা সাইট , যা আশা রাখি আপনার পছন্দ হবেই। …

Cascading Style Sheets -css

What is CSS? CSS (Cascading Style Sheets)  is a style sheet language used for describing the look and formatting of a document written in a markup language . CSS is a style sheets language that defines layout of HTML document…

Color Code Generator

How to use it? Drag(click on desire area) the bar on the 'Hue'Selector to area of your desired colour(color) palette.Then click inside the brightness/saturation area and drag until you have achieved your desired …

Mail To Contact Form For your Website & Blogger With Code

Project -Mail To Contact Form For your Website & Blogger With Code. <html> <head> <title>Html Contact Form</title> </head> <h1>Contact Form Poject</h1> <form name="htmlform&…

Simple List of Color Value

Simple List of HTML Body Color Value

Structure of HTML

Structure of HTML

Background Programe

Background  <html>      <Head>                <title>Example Of Background                   </title>           </head>       <body bgcolor="color name">           <p align…

Alignment Tag

Alignment Tag When used to describe text , the arrangement of text or graphics relative to a margin. Flush left alignment means that text is lined up along the left margin. Flush right alignment lines up text along t…

Complete list of all basic HTML Tags

<a> ANCHOR tag creates <a href="http://www. learneasywebdesign.blogspot.com "> link</a> to other internet location , or file. <abbr> ABBREVIATION tags indicate interpreta…

Load More That is All