Q3- Write a basic structure of HTML with the Title ''Software Development'' and heading ''web Designing''.
Answers
Answered by
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