Ask a Teacher



what is html?


HTML is a Markup Language for creating Web pages.HTML stands for "hypertext mark-up language.

HTML defines the structure and layout of a Web document by using a variety of tags and attributes. The correct structure for an HTML document starts with <HTML><HEAD>(enter here what document is about)<BODY> and ends with </BODY></HTML>. All the information you'd like to include in your Web page fits in between the <BODY> and </BODY> tags.







comments powered by Disqus