Computer Science, asked by athelene7122, 11 months ago

Write html code to generate the following form,save it as task2 .html class 10th (first name, last name, gender)

Answers

Answered by adarshkumarthakur
1

<html>

<head>

<title>my first name</title>

<\head>

<body>

<h1>

<my first name>

<\h1>

<h2>

my last name

<\h2>

<\body>

<\html>

Answered by zehyanragaby
0

Answer:

Explanation:

<html>

<head>

<title>my first name</title>

<\head>

<body>

<h1>

<my first name>

<\h1>

<h2>

my last name

<\h2>

<\body>

<\html>

Similar questions