Souvik Chakraborty has Published 14 Articles

Tic Tac Toe Game with HTML, CSS, and JavaScript

Souvik Chakraborty

Souvik Chakraborty

Updated on 30-Jan-2025 11:09:13

486 Views

Tic Tac Toe is well-known two square board game in which two players have to put their mark on certain spaces in turns. The player that gets three of their marks in a row either in a horizontal, vertical, or diagonal manner wins that game. If all turns are used ... Read More

Learn how to generate a Resume with HTML and CSS

Souvik Chakraborty

Souvik Chakraborty

Updated on 28-Jan-2025 15:46:31

222 Views

Generating a resume with HTML and CSS make an attractive resume that can easily be distributed. A resume is a vital document that has been used in the course of employment so as to present oneself for the job. In this article, you will learn how to create a clear ... Read More

How to Show a Word Document in an HTML Page Using JavaScript?

Souvik Chakraborty

Souvik Chakraborty

Updated on 28-Jan-2025 14:58:43

400 Views

To show a word document in an HTML page using JavaScript is important where you are required to read Word documents within your browser. This article will discuss two approaches to accomplishing this in JavaScript. They both allow you to teach your application how to load.docx files and display them ... Read More

How to Set an HTML Date Picker Max Date to Today?

Souvik Chakraborty

Souvik Chakraborty

Updated on 28-Jan-2025 13:16:54

437 Views

In HTML date picker is a useful concept as it enables people to select a specific date on a website or even a form. By default, date pickers accept any date to be entered, however, if a user wishes to limit the range of dates that are selectable—say from the ... Read More

How to repair broken pictures in HTML?

Souvik Chakraborty

Souvik Chakraborty

Updated on 28-Jan-2025 13:05:53

87 Views

Images play an important role in increasing user interest in content and enriching the appearance of websites. However, when it comes to broken images it’s important to note that they aren’t necessarily a result of an intentional act but can be caused by a myriad of things including wrong links, ... Read More

How to Hide Scrollbar Using CSS?

Souvik Chakraborty

Souvik Chakraborty

Updated on 28-Jan-2025 12:52:31

186 Views

To hide scrollbar using CSS, we will understand different approaches. Scrollbars are one of the core components of web browsers where users navigate in a content area wider than a viewable window. In this article, we have discussed three approaches for hiding the scroll bars using CSS and when each ... Read More

How to Separate Header from Body in HTML?

Souvik Chakraborty

Souvik Chakraborty

Updated on 28-Jan-2025 12:23:53

157 Views

To separate header from body in HTML, can be useful in providing information and highlighting the actual body. The header includes elements such as the title of the web page, the list of navigation options, and other initiating features. The content section contains webpage information and is usually positioned at ... Read More

9 Dot Menu using HTML and CSS

Souvik Chakraborty

Souvik Chakraborty

Updated on 28-Jan-2025 12:08:09

178 Views

The 9 dots menu is a grid of nine clickable icons, which drops the menu to reveal other icons that are useful to the users when clicked. In this tutorial, we will learn how to create a 9 Dot Menu by using only HTML, CSS, and a little bit of ... Read More

How to Decompile an HTML File?

Souvik Chakraborty

Souvik Chakraborty

Updated on 28-Jan-2025 12:02:02

134 Views

To decompile an HTML file means converting the readable code in more minified form. It refers to interpreting the code that makes a website page. HTML is different from compiled languages as HTML is readable by humans, plain text created specifically for web browsers. In this article we are going ... Read More

How to Compare Two HTML Elements?

Souvik Chakraborty

Souvik Chakraborty

Updated on 28-Jan-2025 11:33:01

105 Views

To compare two HTML elements we will use HTML and Javascript. HTML and JavaScript is a popular combination where there are instances whereby you need to compare two HTML elements. You may want to know if the two elements are absolutely similar in terms of structure, Class ID or §, ... Read More

Advertisements