Mark Sheet Result page using Html and Css.




Mark Sheet Result page using Html and Css.



Whatever you entered in the Html document will be displayed in the output. Something like plain text or an error code will also be displayed.


Here I am going with the input tag to get the register number from the user or you can get any other primary key to fetch the data from the database. If your primary key consists of space you have to go with textarea tag instead of input tag. You can also set type to number if your primary key consists of only numbers and here I am going with type text with a maximum character of 9.



Once the getmarks button is clicked, an onclick event will be triggered and the marks will have to show in the tabular column. Since this is a design I am just going to show those details using html. After some time I will show how to fetch data's from database using Django Framework with an HTML template.


Here I am going to align both the tables with table width. You also can go with css or bootstrap to align these tables. Below you can see the full code.



Responsive marksheet design sample in html code with top navigation bar

Here is the link for Python Django Random Password Generator

How to read multiple Integer input in a single line ? and Android Studio Getting Thumbnail to a Video using Glide in a Recyclerview

Image Processing in Java - Read, Write, to Black and White, to Gray, to Negative and Bit-Plane Slicing.

Write a Java code to check whether a number is prime or not with n root time complexity.

Here is the link for Google KickStart Round F 2021 Trash Bins Problem.

0 Comments