1. Home
  2. /
  3. Blog
  4. /
  5. دورة تطوير المواقع الإلكترونية 4
Web design and development

دورة تطوير المواقع الإلكترونية 4

September 27, 2022 1 min read 121
دورة تطوير المواقع الإلكترونية 4

<!-- image -->
<form action="" method="" >

		<input type="text" >
		<input type="password" >
		<input type="email" name="">
		<br>
<br>
		<input type="radio" name="radiob">
		<input type="radio" name="radiob">
		<input type="radio" name="radiob">
<br>
		<input type="checkbox" name="">
		<input type="checkbox" name="">
		<input type="checkbox" name="">
		<input type="checkbox" name="">
<br>
		<input type="color" name="">
		<br>
		<input type="date" name="">
		<br>
		<input type="datetime-local" name="">
		<br>
		<input type="month" name="">
		<input type="week" name="">
		<input type="time" name="">
		<br>
		<input type="file" name="">
		<br>
		<input type="range" name="">
		<br>
		<input type="tel" name="">
		<br>
		<input type="number" name="">
		<br>
		<button>click here</button>
		<input type="button" value="add" name="">
		<input type="reset" name="">
		<input type="submit" >

	</form>
Share:
Read next

Related articles