“HTML CSS JS -Interviewfragen” Code-Antworten

HTML CSS JS -Interviewfragen

<form action="/submit_data.php">
   <label>Enter your name: </label>
   <input type="text" name="name" /> 
   <label>Enter Mobile number </label>
   <input type="number" name="mobile_no"/>
   <input type="submit" value="Submit">
</form>
Abhijit Gupta

HTML -Interviewfragen

<!DOCTYPE html>
<html>
<body>
<h2>HTML example</h2>
Use the height and width attributes to specify the size of the iframe:
<iframe src="<a href="https://www.edureka.co/">https://www.edureka.co/</a>" height="300" width="400"></iframe>
</body>
</html>
Ugliest Unicorn

Ähnliche Antworten wie “HTML CSS JS -Interviewfragen”

Fragen ähnlich wie “HTML CSS JS -Interviewfragen”

Weitere verwandte Antworten zu “HTML CSS JS -Interviewfragen” auf JavaScript

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen