When the script executes, it will generate an output with input fields for the username and lastname (set by type="text"), as well as a submit button and a reset button.
HTML Tags
Tags specify fields into which users can enter data. The most important form element is the element. Depending on the type attribute, the element can be rendered in a number of different ways.
Example
Consider the following example where we use an HTML form with two different input types, one for text and another for submission.
When you run the above script, it will produce an output that includes an input field with a name of type="text" and an input button with a type="submit" attribute.
Use script
Look at the following example, we are running a script with the type attribute specified
Example
In the example below, we use two tags, one for commit and the other for reset.
When the script executes, it will generate an output containing the audio uploaded on the webpage mentioned with type="audio/mpeg".
The above is the detailed content of How do we set the type of an element in HTML?. For more information, please follow other related articles on the PHP Chinese website!
Statement
This article is reproduced at:tutorialspoint. If there is any infringement, please contact admin@php.cn delete
This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.
Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),