Skip to main content

Posts

Showing posts from July, 2021

What is seldays tag in HTML

                               What is seldays tag in HTML In this tutorial, we want to know if there is any seldays tag in HTML and if there are any seldays tags in HTML then how it will be used in the tutorial. Let's see. There is nothing like seldays tag in HTML. Html tags are a pre-defined element. we can't create new HTML tags . But, What is seldays tag in html? Seldays is defined as selection days and Seldays is a short form of people call and used in the select tag name.  Ok, Let's see How to Create Select boxes with multiple selections in HTML and CSS. For stylish design am using Bootstrap code: Example: <select name="selDays" multiple="multiple"> <option value=" "> name of the day</option> ..... ..... </select> Create Select boxes with multiple selections in HTML and CSS: CSS: <style type="text/css"> body{ margin-top:100px; } .container { ba...

PHP program to show student info name and roll number with mysql

PHP program to show student info name and roll number with MySql In this tutorial, we will learn how to show student information names and roll numbers using the PHP program.  Follow to create empty file and database: 1. create a database and name it Students and create student_table 2. Two PHP Empty files to create like:        1. studentreg.php - for registration of student roll no and student name.      2. showdetails.php - This page is for retrieve or fetch student data and show the details of the student. Create Database: create table student_table (roll_no int(11) not null primary key unique, student_name varchar(50) not null); 1. Studentreg.php <html> <head> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous"> </head> <body> <div...

HTML code to create unordered list in fruit

               HTML code to create an unordered list in fruit Html code to create unordered lists tag defines a <ul> bulleted list. Unordered list (ul) An unordered list defined as <ul> tag starts list head with it and followed by list item <li> tag for each items.  The list items will be default marked by bullets list and if you want to change the marker.   Read also:   Free Google Tools for SEO Success Ultimate Guide : Google Search Console Dofollow Backlinks: 5 Benefit for you Website SEO Local SEO is important for small Businesses Schema Markup and How can you use schema markup for seo Backlinks is it a Raking factor for SEO Unordered list (ul) example: <ul> <li>mango</li> <li>apple</li> <li>orange</li> </ul> Use CSS property to define the style of list item like list-style-type .    They are 4 types to create the marker list items follow...

what does xyz domain mean

              What does XYZ domain mean - Guide in 2021 In this article will give answers to most of the people searching for domain questions regarding the XYZ domain such as  What does XYZ domain mean?  what is xyz domain? Is .xyz safe to use?  what is the .xyz domain used for? what is XYZ domain?  .xyz domain is a Top-Level-Domain name. It was proposed in Internet corporation for Assigned Names and Numbers short form called (ICANN) it's a gTLD program (New generic top-level domain) and it is public in June 2014. In 2021, the .xyz domain reached 3+ Million domain name registrations.And xyz domain was the 5th most popular Generic Top-Level Domain(gTLD) after .com,.org,.net and .info Internet Corporation for Assigned Names and Numbers (ICANN) is an American non-profit organization and is responsible for the maintenance and procedures of several databases . Says that a domain is easy to remember and XYZ is truly generic. XYZ domain i...