answersLogoWhite

0


Best Answer

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>

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you create a student table with shift columnstudent namecoursemobile number in HTML?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What is the HTML code for input student information?

You can create a form for student input information. It can create name, roll number, class, section etc.


How do you create a java bean class named student with the following attributes student id name place contact number create getters and setters for these attributes?

public class Student { private int id; private String name; private String place; private int contact; public Student(){ } public Student(String studentName, int studentId){ name = studentName; id = studentId; } public int getId(){ return id; } public String getName(){ return name; } public String getPlace(){ return place; } public int getContact(){ return contact; } public void setId(int studentId){ id = studentId; } public void setName(String studentName){ name = studentName; } public void setPlace(String studentPlace){ place = studentPlace; } public void setContact(int studentContact){ contact = studentContact; }


How do you write a program in C that will captures details The details to be captured are student name mark and age The program should calculate and display the average marks for all the students?

Create a data structure to store the details for each student: typedef struct student_t { char name[30]; unsigned age; unsigned mark; } student; Establish an array to store the student data: size_t max = 100; // replace 100 with the actual number of students student students[max]; Use a loop to enter the data: for (size_t i=0; i&lt;max; ++i) { printf ("Student name: "); scanf ("%s", students[i].name); printf ("Student age: "); scanf ("%u", students[i].age); printf ("Student mark: "); scanf ("%u", students[i].mark); } Calculate and display the average mark: unsigned sum = 0; for (size_t i=0; i&lt;max; ++i) sum += student[i].mark; printf ("Average mark: %d\n", sum / max_students);


What is Course Load?

The number of courses, total credit hours, for one student for an individual semester.


What is the C plus plus program to display fname lname age and id number of 100 students and arrange their name alphabetically?

Create a class to represent a student: struct student { string fname; string lname; unsigned age; unsigned id; }; Overload operator&lt; to compare two student objects: bool operator&lt; (const student&amp; a, const student&amp; b) { return a.lname&lt;b.lname; } Overload std::ostream::operator&lt;&lt; to print a student: std::ostream&amp; operator&lt;&lt; (std::ostream&amp; os, const student&amp; s) { return os &lt;&lt; s.fname &lt;&lt; ' ' &lt;&lt; s.lname &lt;&lt; ' ' &lt;&lt; s.age &lt;&lt; ' ' &lt;&lt; s.id; } Now you can write your program: int main() { std::vector&lt;student&gt; v; for (unsigned count=0; count&lt;100;) { student s; std::cout &lt;&lt; "Enter details for student #" &lt;&lt; ++count; std::cout &lt;&lt; "First name: "; std::cin &gt;&gt; s.fname; std::cout &lt;&lt; "Last name: "; std::cin &gt;&gt; s.lname; std::cout &lt;&lt; "Age: "; std::cin &gt;&gt; s.age; std::cout &lt;&lt; "ID: "; std::cin &gt;&gt; s.id; v.push_back (s); } std::cout &lt;&lt; "Sorting..." std::sort (v.begin(), v.end()); std::cout &lt;&lt; "\n\n"; // Print students... for (auto s : v) std::cout &lt;&lt; s &lt;&lt; std::endl; }

Related questions

What is the HTML code for input student information?

You can create a form for student input information. It can create name, roll number, class, section etc.


SQL Create a view named v worker showing the student number assignment number and start date where the role is worker?

Using the sample database, write the scripts in a file called ITCO630_P3.SQL to create the following views. Remember to include a USES clause at the top of the script file to use the ITCO630_A database. Also include code that checks if the view already exists. If it does, it should be dropped and recreated.Create a view named v_worker showing the student number, assignment number, and start date where the role is "worker."Create a view called v_no_points with all the columns of the assignment table except the points column.Create a view called v_count that shows the number of students working on each assignment. The view should have columns for the assignment number and the count.


What is the student enrollment (in the total number of students)?

&ldquo;What is the student enrollment (in the total number of students)?&rdquo;


What is the ratio of student and teacher ratios in ucla?

The ratio of student and teacher ratios in ucla must be done as follows .First find out the number of Student in ucla.Then , find out the number of teacher in ucla.The, divide the number of Student and the number of teacher.


How do you get your board of studies student number?

Once you get your school certificate there should be a student number on the paper.


Is your Ontario education number the same as your student number?

No, the OEN is assigned by the province and the student number is assigned by the school board.


-list of number of student whose result are held?

Student 1 Student 2 Student 3 etc


Is the BCeSIS ID number your student number?

The BCeSIS number is a student number that is auto generated in BCeSIS. It is not the student's Personal Eduction Number or PEN #. The BCeSIS student number can be used to: *sort students *post marks without names *query students and much more. There is more information about this on the Integrated Service Website. (ISW)


What number rhymes with student?

willy


How can I get my cxc results if I don't have my student number?

You can get your CXC results, even if you do not have your student registration number by contacting your school or the Local Ministry of Education.


What number of student go to college?

150


What did the number line say to the student?

You can count on me?