answersLogoWhite

0


Best Answer

student details example by html

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Create a HTML page to display the information of student details?
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 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<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<max; ++i) sum += student[i].mark; printf ("Average mark: %d\n", sum / max_students);


Create a flowchart that will display my name?

ana


What are the different classes in java?

Java has thousands of classes. Refer to the online documentation for details. You can also create your own classes.Java has thousands of classes. Refer to the online documentation for details. You can also create your own classes.Java has thousands of classes. Refer to the online documentation for details. You can also create your own classes.Java has thousands of classes. Refer to the online documentation for details. You can also create your own classes.


What tag configures a block display area or division on a page in CSS?

The DIV tag will create a division on a page, and its default display value is block.

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.


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<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<max; ++i) sum += student[i].mark; printf ("Average mark: %d\n", sum / max_students);


How to create a student information system using the concept through which student could see his mark and attendance?

The answer is simply if you tell me what is the meaning of ejb


How will Mitt Romney create jobs?

He hasn't bothered to share that information with the American voters. He doesn't seem to be much into details. Will he create jobs?


What do descriptive details create?

Descriptive details create a vivid image or scene in the reader's mind by providing specific sensory information such as sight, sound, smell, taste, and touch. These details help to immerse the reader in the story or setting and evoke emotions or connections to the text.


How do you create a family tree history?

Figure out who your ancestors and cousins are/were and display the information in the form of a chart that shows who is descended from whom.


What is five items you need to create an information system?

Computing hardware. Electrical power. Input data. Algorithms. Output display.


What information do you have to give to create a grooveshark account?

I know you have to enter: Email Display Name Password Birthday Username... But am I missing something??


How do sensory details create imagery?

Sensory details create imagery because they just do. 4minute fighting! ~


What is presentation package?

It is a computer software package used to display information, normally in the form of a slide show.


What are biographical details?

Biographical details are factual information about a person's life, including their birthdate, place of birth, education, work history, and significant events or achievements in their life. These details are used to create a comprehensive overview of an individual's personal background.


Create a flowchart that will display my name?

ana