Skip to content

Coding for Beginners

php,html,css,js,wordpress,blogger,seo tools,domain etc. related

Menu
  • PHP Tutorial
  • HTML Tutorial
  • JS Tutorial
  • CSS Tutorial
  • SQL Tutorial
  • WordPress Tutorial
  • Blogger Tutorial
  • Website Tutorial
  • Android Tutorial
  • SEO Tutorial
  • My Projects
  • Privacy Policy

Month: March 2022

Select tag with input tag display none or block | How can I show a hidden div when a select option is selected?

Select tag with input tag display none or block <!DOCTYPE html> <html> <head> <style> #hidden_input { display: none; } </style> […]

Learn more →
CSS TUTORIAL

Contact us page design in html and css with source code

Contact us page design in html and css with source code Most importantly, we are familiar the code in html […]

Learn more →
CSS TUTORIAL

Registration form design in html and css with code

Registration form design in html and css with code Most importantly, we are familiar the code in html of this […]

Learn more →
CSS TUTORIAL

Mobile friendly registration form html code with css

Mobile friendly registration form html code with css First we should be aware of the html code of responsive enlistment […]

Learn more →

How to Fix/Solve Full description (en_US): “Missing source of information and disclaimer”

Full description (en_US): “Missing source of information and disclaimer”  In today’s time Google Play Console team is getting rejected by putting […]

Learn more →
CSS TUTORIAL, PHP TUTORIAL

how to use sweet alert in php or html | Sweet alert in php echo | How to edit a JavaScript alert box title? | alert box css style

how to use sweet alert in php or html | Sweet alert in php echo | How to edit a […]

Learn more →

How to calculate debit credit and balance in SQL | how to display user balance in mysql

<?php $connpans = mysqli_connect(‘localhost’,’user’,’pass’,’db’); $sqlp=”select * from login_user”; $resultp=mysqli_query($connpans,$sqlp); $userdata=mysqli_fetch_assoc($resultp); $wallet = $userdata[‘wallet’]; if ($userdata[‘wallet’] == “”) { $balance = […]

Learn more →
CSS TUTORIAL

Font style in CSS | HTML font family list | how to change font style in html

<link href=”https://fonts.googleapis.com/css?family=Roboto” rel=”stylesheet”> And in the stylesheet body { font-family: ‘Roboto’, sans-serif; } In any case the desired font must […]

Learn more →
CSS TUTORIAL

@media only screen desktop css | How to use media query for mobile |How to target desktop, tablet and mobile using Media Query

The media attribute specifies what media or device the linked document is optimized for. This attribute is used to specify that […]

Learn more →
WORDPRESS TUTORIAL

Image upload copy paste in wordpress plugin | How to copy and paste a picture found on the web to wordpress easily

Enable copy & paste images feature You need to install and activate The Paste plugin Download to enable the clipboard […]

Learn more →

Posts navigation

1 2 Next

Recent Posts

  • How to detect Adblock on my website?
  • Google Recaptcha Site Key and Secret Key Generate and Integrate
  • Select tag with input tag display none or block | How can I show a hidden div when a select option is selected?
  • Contact us page design in html and css with source code
  • Registration form design in html and css with code

Recent Comments

No comments to show.

Archives

  • April 2022
  • March 2022
  • January 2022
  • December 2021

Categories

  • ANDROID TUTORIAL
  • BLOGGER TUTORIAL
  • CSS TUTORIAL
  • HTML TUTORIAL
  • JS TUTORIAL
  • PHP TUTORIAL
  • SEO TUTORIAL
  • SQL TUTORIAL
  • Uncategorized
  • WEBSITE TUTORIAL
  • WORDPRESS TUTORIAL
Coding for Beginners - Proudly Powered by WordPress
Theme by Grace Themes