+ All Categories
Home > Technology > Gmail Email Markup - Ted's Tool Time

Gmail Email Markup - Ted's Tool Time

Date post: 13-Apr-2017
Category:
Upload: ted-vinke
View: 36 times
Download: 0 times
Share this document with a friend
10
Ted’s Tool Time Ted Vinke First8 Gmail Email Markup November 2016
Transcript

Ted’s Tool TimeTed VinkeFirst8

Gmail Email Markup

November 2016

<div> <h1>Avatar</h1> <span>Director: James Cameron (born August 16, 1954)</span> <span>Science fiction</span> <a href="../movies/avatar-theatrical-trailer.html">Trailer</a></div>

<div itemscope itemtype="http://schema.org/Movie"> <h1>Avatar</h1> <span>Director: James Cameron (born August 16, 1954)</span> <span>Science fiction</span> <a href="../movies/avatar-theatrical-trailer.html">Trailer</a></div>

<div itemscope itemtype ="http://schema.org/Movie"> <h1 itemprop="name">Avatar</h1> <span>Director: <span itemprop="director">James Cameron</span> (born August 16, 1954)</span> <span itemprop="genre">Science fiction</span> <a href="../movies/avatar-theatrical-trailer.html" itemprop="trailer">Trailer</a></div>

<html> <head> <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "EmailMessage", "description": "Uren invullen", "potentialAction": { "@type": "ViewAction", "target": "https://excellence.conclusion.nl" } } </script> </head> <body> <p> Ted, je moet NU je uren invullen! </p> </body></html>


Recommended