Computer Science, asked by makhjankarmasoom, 5 months ago

Create a webpage with following specification : 1) Display heading "Application form" in highest heading with central alignment. 2) Accept name , standard and submit button.​

Answers

Answered by Atshayalaxmi
2

Answer:

<html>

<head>

<title align="center">Application form<\title>

<\head>

<body>

<form>

Name:

<input type="text" name="name"/><br>

<\form>

<button type="button one-click">continue<\button>

<\body>

<\html>

Explanation:

HOPE IT'LL HELP YOU!

Similar questions