answersLogoWhite

0


Best Answer

Oracle is a great program for creating a student detail in a table using HTML. One can even use a word processing platform too.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Program for create a student detail in a table using HTML?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Can you create a table with word processing program?

yes you can


What command is used to create a table?

Tables are defined with CREATE TABLE command. Syntax of CREATE TABLE command is: CREATE TABLE ( [] []);


Which command is used to create a table?

CREATE TABLE command is used to create table. Syntax of creating a TABLE is: CREATE TABLE ( [] []); ex: create table emp (ecode integer, ename char(20));


How Can you Create a Rebar cutting List?

You can create a Rebar cutting list by using a software program such as Microsoft Excel or Google Drive. Use the table to create a cutting list for Rebar.


How do you create a table in dreamweaver?

using the mysql command "create table table_name" we can create a table in dreamweaver.


How do you create a student table with shift columnstudent namecoursemobile number in HTML?

Here is the HTML code to create a table to include your content. Repeat the <tr><td>*<.td></tr> section as many times as you like. <table> <th> <td>Shift</td> <td>Student Name</td> <td>Course</td> <td>Mobile Number</td> </th> <tr> <td>*</td> <td>*</td> <td>*</td> <td>*</td> </tr> </table>


When you create a new database which object is created first?

In Access, when you create a new database, a table is created first.


What two items are contained in the master boot record?

The master boot program, and the partition table.


Which one is a system privilege a select b delete c execute d alter table e create table?

Create table


What is the different between a view and a create view?

View is a virtual table that do not have any data of its own but have data that is derived from another table called base table. Create view is the command used to create a view (virtual table).


How you create table in c language?

The simplest way to create a table in C is to use a two-dimensional array.


Can you able to create table using css?

You can style a table in CSS, HTML is what you would use to create it though.