Bing
www.bing.comBing helps you turn information into action, making it faster and easier to go from searching to doing.
HTML (HyperText Markup Language) | MDN
https://developer.mozilla.org/fr/docs/Web/HTMLHTML signifie « HyperText Markup Language » qu'on peut traduire par « langage de balises pour l'hypertexte ». Il est utilisé afin de créer et de représenter le contenu d'une page web et sa structure. D'autres technologies sont utilisées avec HTML pour décrire la présentation d'une page (CSS) et/ou ses fonctionnalités interactives (JavaScript).
HTML Tutorial - W3Schools
www.w3schools.com › htmlW3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.
HTML Forms - W3Schools
https://www.w3schools.com/html/html_forms.aspThe HTML <form> element is used to create an HTML form for user input: <form>. . form elements. . </form>. The <form> element is a container for different types of input elements, such as: text fields, checkboxes, radio buttons, submit buttons, etc. All the different form elements are covered in this chapter: HTML Form Elements .