Computer Science, asked by chet690607kr, 4 days ago

Q3- Write a basic structure of HTML with the Title ''Software Development'' and heading ''web Designing''.​

Answers

Answered by wkchathura1974
1

Answer:

<html>

<head>

<title>Software development </title>

</head>

<body>

<h1>Web Designing</h1>

</body>

</html>

Explanation:

a screen shot of the web page created is attached.

Attachments:
Similar questions