Html – Why is the asterisk only in certain fields?
In HTML and (S)CSS, I made a form as part of my homework. (see https://codepen.io/quokka-wiki/pen/BavqrQL) I added the following HTML/SCSS to add a red asterisk to the labels of required fields: <html> <!-- ... --> <body> <!-- ... --> <label…