Html Snippets

Blank html page
Description:Blank HTML Basic Page Template
Example:

Link Javascript
Description:link a JavaScript File to HTML
Example:

Link Css
Description:Link a css file to your html
Example:

Paragraph Tags
Description:
Example:

Div Tags
Description:Divider tags
Example:

span tags
Description:span tags are similar to div tags but keeps everything on the same line
Example:

Unordered List
Description:displays a list of items with bullet points
Example:
  • Apples
  • Peaches
  • Grapes

Ordered list
Description:displays a list of items with numbers
Example:
  1. Apples
  2. Peaches
  3. Grapes

Image Tag
Description:Displays an Image
Example:

Add a link
Description:Adds a link to the page
Example:

Heading Tag
Description:Adds a heading tag
Example:

Sample Text
Description:sample text for testing
Example:

Text Input
Description:adds an input field to the page
Example:

Basic Form
Description:Adds a form to the page
Example: