HTML
Hypertext Markup Language, or HTML which are text files that are tagged to control what the browser will display on the World Wide Web (WWW). HTML can be broken down in three sections declarations, head, and body.
Sections:
Declarations- the "doctype" at the very top of the document that codes for the HTML5 or older version.
Head- Controls the body of information that the user cannot see.
Body- Information that is visible to the user or a code that directly controls the information.
What is found in the HTML head content?
Other invisible head content that may be found are links to external style sheets, style information, Metadata, links to other external script files, and tags that indicate scripts for the body.
No comments:
Post a Comment