search
HomeWeb Front-endHTML TutorialHelp!!! Set up a small site for a class meeting. I sincerely ask for help and advice. I will learn it myself_html/css_WEB-ITnose

html web page for help

The class will play a psychological game: write down 5 things that you think are important, and then delete the things that you think you can do without or discard one by one...

Then make a website, probably two web pages, one for students to open the page on their mobile phones and enter their student ID and 5 important things in life in the two boxes,
Then in the other The entire webpage is divided into 28 vertical grids and the 5 submitted items are displayed in the grids for projection.


Further functions are: students can delete on the mobile page, and on another page (with 28 grids) you can press refresh to see what is left in each grid and what has been deleted (the red line in the middle).


I really don’t understand, please give me some advice! This thing is a kind of collective communication and sharing, which improves the boring and monotonous writing of psychological games on paper. Finally, I would like to sincerely ask for help. Please give me some advice on what knowledge is needed, how to implement it in the simplest way, etc. . . Thanks again!

Reply to the discussion (solution)

Where is the master?

I am also curious about this thing. . . Let’s seek experts together

I have always felt that I need to find people who are good at doing good things

I have always felt that I need to find people who are good at doing good things. What do you mean! ! ? ?

I don’t quite understand but I have a few questions. After deletion, should I refresh myself to see the results or should the page refresh automatically every time it is deleted? Also, do we need to record who deleted what? Can the same student ID allow unlimited input of 5 important things in life? For example, I log in and enter once. Do you want to identify similar answers and count how many times you enter them? How many times have answers with the same meaning been deleted? Which student numbers were entered? How many answers can be deleted for the same student number? Similar answer: After deleting a student account, how can it be automatically deleted on the student account that performs the deletion action? Your requirements here are unclear and the logic is unclear.

I don’t quite understand but I have a few questions. After deletion, should I refresh myself to see the results or should the page refresh automatically every time it is deleted? Also, do we need to record who deleted what? Can the same student ID allow unlimited input of 5 important things in life? For example, I log in and enter once. Do you want to identify similar answers and count how many times you enter them? How many times have answers with the same meaning been deleted? Which student numbers were entered? How many answers can be deleted for the same student number? Similar answer: After deleting a student account, how can it be automatically deleted on the student account that performs the deletion? You... Regarding deletion, I think it is very simple. It is a student number such as 1623188. Enter five things: wealth, fame, love, family, and friends, and then you can see check boxes on your mobile phone with similar things. After selecting, it means deletion. Submit , just update it on the large page (projected page) (update effect: For example, if I choose reputation for the first time, reputation will be ranked last in the vertical grid and use the font style with strikethrough. The second time I will I chose fame plus love. The last one in the vertical grid is fame and the penultimate one is love, and both are strikethroughs.)

I don’t quite understand but I have a few questions. After deletion, should you refresh automatically to see the results or should the page refresh automatically every time it is deleted? Also, do we need to record who deleted what? Can the same student ID allow unlimited input of 5 important things in life? For example, I log in and enter once. Do you want to identify similar answers and count how many times you enter them? How many times have answers with the same meaning been deleted? Which student numbers were entered? How many answers can be deleted for the same student number? Similar answer: After deleting a student account, how can it be automatically deleted on the student account that performs the deletion? You are here...

As for refreshing, you can do it manually. After everyone is done, say it and press F5 to complete it once. Second, everyone only has one chance, enter it once and then choose what to delete. Third, statistics is an additional function. Answers in several main categories are weighted and scored (the greater the weight after deletion)

I don’t quite understand but I have a few questions. After deletion, should you refresh automatically to see the results or should the page refresh automatically every time it is deleted? Also, do we need to record who deleted what? Can the same student ID allow unlimited input of 5 important things in life? For example, I log in and enter once. Do you want to identify similar answers and count how many times you enter them? How many times have answers with the same meaning been deleted? Which student numbers were entered? How many answers can be deleted for the same student number? Similar answer: After deleting a student account, how can it be automatically deleted on the student account that performs the deletion? You are here...

As for refreshing, you can do it manually. After everyone is done, say it and press F5 to complete it once. Second, everyone only has one chance, enter it once and then choose what to delete. Third, statistics is an additional function. Answers in several main categories are weighted and scored (the greater the weight after deletion)

Then this should make the idea very clear. In fact, it is no different from ordinary website surveys. I don't understand where your confusion comes from.

People who know how to do it can say it’s not difficult, but do you know how much effort you need to put in to reach that level?
For such a small game played at the class reunion, I wonder if you have calculated the balance of expenses?
And other people’s enthusiastic guidance, is it just for you to have fun and be romantic?
You might as well not use the word "asking for help", but it would be more reliable to recruit people who are interested to help you or take you to do this together.

People who know how to do it can say it’s not difficult, but do you know how much effort you need to put in to reach that level?
For such a small game played at the class reunion, I wonder if you have calculated the balance of expenses?
And other people’s enthusiastic guidance, is it just for you to have fun and be romantic?
You might as well not use the word "asking for help", but it would be more reliable to recruit people who are interested to help you or take you to do this together.
Thanks for the advice

Then this should make the idea very clear. In fact, it is no different from ordinary website surveys. I don't understand where your confusion comes from.

How should the submitted data be processed in the database?

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
The Versatility of HTML: Applications and Use CasesThe Versatility of HTML: Applications and Use CasesApr 30, 2025 am 12:03 AM

HTML is not only the skeleton of web pages, but is more widely used in many fields: 1. In web page development, HTML defines the page structure and combines CSS and JavaScript to achieve rich interfaces. 2. In mobile application development, HTML5 supports offline storage and geolocation functions. 3. In emails and newsletters, HTML improves the format and multimedia effects of emails. 4. In game development, HTML5's Canvas API is used to create 2D and 3D games.

What is the root tag in an HTML document?What is the root tag in an HTML document?Apr 29, 2025 am 12:10 AM

TheroottaginanHTMLdocumentis.Itservesasthetop-levelelementthatencapsulatesallothercontent,ensuringproperdocumentstructureandbrowserparsing.

Are the HTML tags and elements the same thing?Are the HTML tags and elements the same thing?Apr 28, 2025 pm 05:44 PM

The article explains that HTML tags are syntax markers used to define elements, while elements are complete units including tags and content. They work together to structure webpages.Character count: 159

What is the significance of <head> and <body> tag in HTML?What is the significance of <head> and <body> tag in HTML?Apr 28, 2025 pm 05:43 PM

The article discusses the roles of <head> and <body> tags in HTML, their impact on user experience, and SEO implications. Proper structuring enhances website functionality and search engine optimization.

What is the difference between <strong>, <b> tags and <em>, <i> tags?What is the difference between <strong>, <b> tags and <em>, <i> tags?Apr 28, 2025 pm 05:42 PM

The article discusses the differences between HTML tags , , , and , focusing on their semantic vs. presentational uses and their impact on SEO and accessibility.

Please explain how to indicate the character set being used by a document in HTML?Please explain how to indicate the character set being used by a document in HTML?Apr 28, 2025 pm 05:41 PM

Article discusses specifying character encoding in HTML, focusing on UTF-8. Main issue: ensuring correct display of text, preventing garbled characters, and enhancing SEO and accessibility.

What are the various formatting tags in HTML?What are the various formatting tags in HTML?Apr 28, 2025 pm 05:39 PM

The article discusses various HTML formatting tags used for structuring and styling web content, emphasizing their effects on text appearance and the importance of semantic tags for accessibility and SEO.

What is the difference between the 'id' attribute and the 'class' attribute of HTML elements?What is the difference between the 'id' attribute and the 'class' attribute of HTML elements?Apr 28, 2025 pm 05:39 PM

The article discusses the differences between HTML's 'id' and 'class' attributes, focusing on their uniqueness, purpose, CSS syntax, and specificity. It explains how their use impacts webpage styling and functionality, and provides best practices for

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.

Atom editor mac version download

Atom editor mac version download

The most popular open source editor

SecLists

SecLists

SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

EditPlus Chinese cracked version

EditPlus Chinese cracked version

Small size, syntax highlighting, does not support code prompt function