- An HTML element usually consists of a start tag and end tag, with the content inserted in between:<tagname>Content goes here...</tagname>
- All HTML documents must start with a document type declaration: <!DOCTYPE html>.
- The HTML document itself begins with <html> and ends with </html>.
- Head tag represents the document's header and its start with <head> and close with </head>
- The <title> tag is used inside the head tag to mention the document title.
- The visible part of the HTML document is between <body> and </body>.
Material about computer programming languages like HTML, CSS, JavaScript, SQL, Java
Tuesday, 6 December 2016
HTML Syntax
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment