Found 43 Questions For HTML

How to echo HTML in PHP ?

Updated on 29-Jan-2023 13:18:02
While making a web application with PHP, we often need to print or echo few results in form of HTML. We can do this task in many different ways. Some of methods are described here:1. Using echo or print: PHP echo or print can be used to display HTML markup, javascript, text or variables.Example 1: This example uses PHP echo to display the result.<?php     $name = "Codegyan";    echo "<h1>Hello User, </h1> <p>Welcome to {$name}</p>";?>Output:... Read Mores

Html Boilerplate

Updated on 25-Jan-2023 10:04:08
<!DOCTYPE html><html lang="en"><head>  <title>Hello, world!</title>  <meta charset="UTF-8" />  <meta name="viewport" content="width=device-width,initial-scale=1" />  <meta name="description" content="" />  <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" crossorigin="anonymous">  <link rel="stylesheet" type="text/css" href="style.css" />  <meta na... Read Mores

how to create a QR Code Generator in HTML CSS & JavaScript.

Updated on 31-Jul-2022 10:00:17
Hey Everyone, today in this tutorials, you’ll learn how to create a QR Code Generator in HTML CSS & JavaScript. In the earlier blog, I have shared how to Create A Todo List App in HTML CSS & JavaScript and now it’s time to make a QR Code Generator in JavaScript. QR (Quick Response) codes are capable of storing lots of data, and users can easily access the information by scanning the QR code. In my QR Code Generator app, users can enter a text or URL to generate a QR code for it. It... Read Mores

Create A Todo List App in HTML CSS & JavaScript

Updated on 13-Mar-2022 15:42:30
Hey guys, today in this tutorial, you’ll learn how to create a Todo List App in HTML CSS & JavaScript. I have already written two tutorials on Todo App in JavaScript, but these todos have limited features only. So, I have created a new todo app, and it has additional features than the previous todo list. In this todo app, you can easily add, edit, or delete your task. There are filters button too that helps you to filter the tasks. The tasks you added on this todo app will be stored in th... Read Mores

How to Highlight Searched Text Using JavaScript

Updated on 21-Jan-2022 13:29:25
Hello Everyone, In this tutorial you'll learn how to highlight searched text using HTML & JavaScript. In the previous tutorials we shared Count Up / Count Down Animation With Javascript. Now, its time to create highlight searched text using js. If we want to highlight the text in the Html document using the <mark> tag, then we have to follow the steps which are given below. Using these steps, we can easily highlight the text. Highlight Searched Text Using JavaScript with Source Code ... Read Mores

How to create Multi Tags Input Box in HTML CSS & JavaScript

Updated on 16-Jan-2022 20:29:27
Hey Everyone, today in this tutorial, you’ll learn How to create an Add Tags Input Box in HTML CSS & JavaScript. In the previous tutorial, I have shared How to Detect Browser in JavaScript and now it’s time to create Multi Tags Input Box. A tags input is a user interface (UI) component for the user that allows the user to add or insert multiple entries as tags into an input field. In this Multu Tags Input in JavaScript project, as you can see on the webpage, there is an input box with s... Read Mores

How to Detect Browser in JavaScript

Updated on 13-Jan-2022 8:36:22
Hey Everyone, today in this tutorial you’ll learn How to Detect Browser in JavaScript. To detect user browser, I’ll use only HTML CSS & JavaScript. In the previous tutorial, I have shared How to create a Facebook Post Box in HTML CSS & JavaScript and now it’s time to create a simple program that detect browser in JavaScript. This is very simple program for JavaScript beginner  i.e Browser Detector using JavaScript. You can also access : Our Free Browser Detector Tool In this Det... Read Mores

How to create a Facebook Post Box in HTML CSS & JavaScript

Updated on 12-Jan-2022 16:37:34
Hey everyone, today in this tutorial, you’ll learn how to create a Facebook Post Box in HTML CSS & JavaScript. In the previous tutorial, I have shared How To Create AdBlock Detector using HTML & JavaScript. Now it’s time to create a Facebook Post Box and its drop-menu animation like facebook. I considered you have seen the Facebook Post Box and its drop or options menu animation on Facebook. You may be amazed by its cool, interactive, and attractive animation. I also liked its menu... Read Mores

How To Create AdBlock Detector using HTML & JavaScript

Updated on 11-Jan-2022 12:39:39
Hey Everyone, today in this tutorial you’ll learn How to Detect AdBlock using HTML & JavaScript. In the earlier blog, I have shared How to Build Weather App using HTML CSS & JavaScript and now it’s time to create a popup box using JavaScript that detects AdBlocker. If you’re new to this blog and it’s the first blog you’re viewing then click here to view playlists of our all JavaScript Projects on Codegyan. AdBlocker is a content filtering or web browser extension that blocks d... Read Mores

Popup Share Modal UI Design using HTML CSS & JavaScript

Updated on 08-Jan-2022 21:07:55
Hey Everyone, In this tutorial you’ll learn how to create a Popup Share Modal UI Design using HTML CSS & JavaScript. In the previous tutorials, I have shared How to Build Weather App using HTML CSS & JavaScript and now it’s time to create Share Modal design. In this Popup Share Modal UI Design, at first, on the webpage, there is a view modal button, when you click on that button then the modal box appears with a popup animation on the screen. In this share modal box, there are some ... Read Mores



Advertisements

ads