anchor
Anchor tag. Add the title attribute to improve SEO and screen reader support. Id attribute works as an in-page anchor.
copy
Anchor tag. Add the title attribute to improve SEO and screen reader support. Id attribute works as an in-page anchor.
copy
Use this code to autoplay embedded video. Modern browsers will only autoplay muted videos. The 'playsinline' property is required for Safari iOS if you don't want it to play in the fullscreen overlay.
copy
Add this meta tag to stop most crawlers from indexing the page.
copy
An example of a breadcrumbs list following Structured Data schema.
copy
Break to a new line.
copy
Canonical tag informs search engines which version of the page is primary. This is useful if the page is being served under multiple domains.
copy
copy
Provides data hints for the input fields similarly to autocomplete.
Output:
copy
Description list is ideal for more structured list data.
Output:
- Colors
- Blue
- Red
- Yellow
- Shapes
- Circle
- Square
- Triangle
copy
Provides a native solution to toggle content. You can use 'open' attribute to capture state of the element.
Output:
Show more details
Lorem ipsum dolor sit amet consectetur adipisicing elit. Commodi tempore rerum possimus. Ipsum temporibus consequuntur saepe aliquid quis deserunt quisquam a odit voluptatum eveniet?
copy
DNS prefetch improves performance of loading third party resources.
copy
HTML document type declaration.
copy
Marks the start and the end of the html document.
copy
Examples of HTML entity codes.
Output:
- & 2. < 3. > 4. « 5. » 6. © 7. ® 8. ™ 9. £ 10. €
copy
This HTML attribute can be added to image or iframe tags and provides native browser support for lazy loading resources. You can set it to one of these modes lazy|eager|auto. Check browser support before using.
Output:
copy
The content of this tag shows in the search results below the title. Suggested character count is 160. It carries very little value for the search engines.
copy
Common responsive website viewport settings. You can include and change the following options - width, scale and zoom.
copy
Number form input field.
Output:
copy
Ordered list example. Use "type" attribute for different list item prefixes; type="1" - numbers; type="A" - uppercase letters; type="a" - lowercase letters; type="I" - uppercase roman numbers; type="i" - lowercase roman numbers.
Output:
- Blue
- Red
- Yellow
- Green
- Uppercase roman style number list item 1
- Uppercase roman style number list item 2
- Uppercase roman style number list item 3
copy
Responsive image sources. Media attribute accepts standard media queries.
copy
Base64 encoded semi-transparent 1x1px png image.
Output:
copy
Preload assets asynchronously. Can be used for preloading scripts, stylesheets, images, fonts and other asset types.
copy
Front-end solution for the user input validation. Submitting the form with an empty field will trigger the validation. NOTE. Front-end validate should not be the only way of checking the submitted data. You do need to check and validate all data on the back-end of the application.
Output:
copy
Scalable vector graphics, path examples. The capital "L" uses absolute coordinates in the context of the viewBox whereas lowercase "l" uses relative values. For vertical and horizontal path movements use "v" and "h" respectively.
Output:
copy
Scalable vector graphics, rectangle examples.
Output:
copy
Template tag lets you create a HTML partial. By default it doesn't get rendered into the page. Instead, you can use Javascript to manipulate it and inject dynamic content.
Output:
Title
copy
Input field example. You can change type attribute to control what data values can be inserted by the user and the behavior of the input.
Output:
copy
Unordered list example. Use CSS "list-style-type" tag for different list item prefixes; disc, bullet, circle, square or none.
Output:
- Blue
- Red
- Yellow
- Green
- Square list item style
copy
Word break represented by the
Output:
somereallylongemailaddress@ emailprovideraddress.com
copy