following the standard structure of an html document create a simple web page that will display your full name
Answers
Answered by
1
An HTML Document is mainly divided into two parts: HEAD: This contains the information about the HTML document. For Example, Title of the page, version of HTML, Meta Data etc. BODY: This contains everything you want to display on the Web Page
Similar questions