Write some HTML coding for class 7
Answers
Answered by
2
Answer:
HTML: HTML or Hyper Text Markup Language is used to design web pages. Attribute: A special keyword used inside an HTML tag to specify additional information about the tag and customise it. Tag: HTML command that defines the manner in which the content should be formatted and displayed in the browser.
Answered by
5
Answer:
basic structure of HTML
<html>
<head>
<title> here comes the title </title>
</head>
<body>
here comes the content part
</body>
</html>
Explanation:
I am also in class 7
please follow
Similar questions