how to code the details tag/ how to put a drop down option in a form?

<html><head><title>basic form</title></head><body><details><p> standard room, family room </p></details></body></html>

ST

Related HTML and CSS Mentoring answers

All answers ▸

How do you link a CSS document to a HTML file?


How do I get better at Maths?


Explain what an external style sheet (CSS document) is for in a HTML document and write a line of HTML code to import one


How can I express x^2 - 7*x + 2 as (x - p)^2 + q ?