Skip to content

Instantly share code, notes, and snippets.

@ckoga
Created March 15, 2019 02:57
Show Gist options
  • Save ckoga/5d069d90df5e23382a76f2d6f368748e to your computer and use it in GitHub Desktop.
Save ckoga/5d069d90df5e23382a76f2d6f368748e to your computer and use it in GitHub Desktop.
Mod 0 turing

HTML is used to structure to a page, setting up the presentation of information that will be displayed on various types of devices. A tag is used to denote the beginning and end of an element. The element is the sum of the opening tag, closing tag, and the content within. Attributes are used in HTML elements to give additional information about the content of an element. The purpose of the head is the heading that appears as a title to a page displayed in tabs or the top of a browser. The title will appear on the actual page as information about the page where as the actual body element is the main information displayed on the page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment