1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247
|
<!DOCTYPE html>
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>test.htm</title>
<meta name="generator" content="KF5::SyntaxHighlighting - Definition (HTML) - Theme (Breeze Dark)"/>
</head><body style="background-color:#232629;color:#cfcfc2"><pre>
<span style="color:#2980b9;font-weight:bold"><!DOCTYPE</span> HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"<span style="color:#2980b9;font-weight:bold">></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">html</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">head</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">title</span><span style="color:#2980b9">></span>This is a title<span style="color:#2980b9"></</span><span style="font-weight:bold">title</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">style</span><span style="color:#2980b9">></span>
<span style="color:#7a7c7d">/* comment */</span>
<span style="color:#27ae60;font-weight:bold">#xyz</span> { <span style="font-weight:bold">color</span><span style="color:#3daee9">:</span> <span style="color:#27aeae;font-weight:bold">red</span><span style="color:#3f8058">;</span> }
h1 { <span style="font-weight:bold">font</span><span style="color:#3daee9">:</span> <span style="color:#f44f4f">"Comic Sans"</span><span style="color:#3f8058">;</span> }
<span style="color:#2980b9"></</span><span style="font-weight:bold">style</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"></</span><span style="font-weight:bold">head</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">body</span><span style="color:#27ae60"> class</span><span style="color:#3f8058">=</span><span style="color:#f44f4f">"ui main"</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">p</span><span style="color:#27ae60"> *ngFor</span><span style="color:#3f8058">=</span><span style="color:#f44f4f">"let name of names"</span><span style="color:#2980b9">></span>Hello, {{ name }}!<span style="color:#2980b9"></</span><span style="font-weight:bold">p</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"></</span><span style="font-weight:bold">body</span><span style="color:#2980b9">></span>
<span style="color:#7a7c7d"><!-- JavaScript code --></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">script</span><span style="color:#2980b9">></span>
<span style="color:#7f8c8d">document</span><span style="color:#3f8058">.</span><span style="color:#2980b9;font-style:italic">body</span><span style="color:#3f8058">.</span><span style="color:#8e44ad;font-style:italic">appendChild</span>(<span style="color:#7f8c8d">document</span><span style="color:#3f8058">.</span><span style="color:#8e44ad;font-style:italic">createTextNode</span>(<span style="color:#f44f4f">'Hello World!'</span>))<span style="color:#3f8058">;</span> <span style="color:#7a7c7d">// comment</span>
<span style="color:#2980b9"></</span><span style="font-weight:bold">script</span><span style="color:#2980b9">></span>
<span style="color:#7a7c7d"><!-- TypeScript code --></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">script</span><span style="color:#27ae60"> type=</span><span style="color:#f44f4f">"text/typescript"</span><span style="color:#2980b9">></span>
<span style="font-weight:bold;font-style:italic">class</span> Student {
fullName<span style="color:#3f8058">:</span> <span style="color:#2980b9">string</span><span style="color:#3f8058">;</span>
<span style="font-weight:bold;font-style:italic">constructor</span>(<span style="font-weight:bold;font-style:italic">public</span> firstName<span style="color:#3f8058">:</span> <span style="color:#2980b9">string</span><span style="color:#3f8058">,</span> <span style="font-weight:bold;font-style:italic">public</span> middleInitial<span style="color:#3f8058">:</span> <span style="color:#2980b9">string</span><span style="color:#3f8058">,</span> <span style="font-weight:bold;font-style:italic">public</span> lastName<span style="color:#3f8058">:</span> <span style="color:#2980b9">string</span>) {
<span style="font-weight:bold">this</span><span style="color:#3f8058">.</span><span style="color:#2980b9">fullName</span> <span style="color:#3f8058">=</span> firstName <span style="color:#3f8058">+</span> <span style="color:#f44f4f">" "</span> <span style="color:#3f8058">+</span> middleInitial <span style="color:#3f8058">+</span> <span style="color:#f44f4f">" "</span> <span style="color:#3f8058">+</span> lastName<span style="color:#3f8058">;</span>
}
}
<span style="font-weight:bold;font-style:italic">let</span> a<span style="color:#3f8058">:</span> <span style="color:#2980b9">null</span> <span style="color:#3f8058">=</span> <span style="font-weight:bold">null</span><span style="color:#3f8058">;</span>
<span style="font-weight:bold;font-style:italic">let</span> b<span style="color:#3f8058">:</span> <span style="color:#2980b9">number</span> <span style="color:#3f8058">=</span> <span style="color:#f67400">12_3</span><span style="color:#3f8058">;</span>
<span style="color:#2980b9"></</span><span style="font-weight:bold">script</span><span style="color:#2980b9">></span>
<span style="color:#7a7c7d"><!-- JSX code --></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">script</span><span style="color:#27ae60"> src</span><span style="color:#3f8058">=</span><span style="color:#f44f4f">"https://unpkg.com/babel-standalone@6/babel.min.js"</span><span style="color:#2980b9">></</span><span style="font-weight:bold">script</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">script</span><span style="color:#27ae60"> type=</span><span style="color:#f44f4f">"text/babel"</span><span style="color:#2980b9">></span>
ReactDOM<span style="color:#3f8058">.</span><span style="color:#8e44ad">render</span>(
<span style="font-weight:bold"><h1></span>Hello, world!<span style="font-weight:bold"></h1></span><span style="color:#3f8058">,</span>
<span style="color:#7f8c8d">document</span><span style="color:#3f8058">.</span><span style="color:#8e44ad;font-style:italic">getElementById</span>(<span style="color:#f44f4f">'root'</span>)
)<span style="color:#3f8058">;</span>
<span style="font-weight:bold">function</span> <span style="color:#8e44ad">Story</span>(props) {
<span style="font-weight:bold">const</span> SpecificStory <span style="color:#3f8058">=</span> components[props<span style="color:#3f8058">.</span><span style="color:#2980b9">storyType</span>]<span style="color:#3f8058">;</span>
<span style="color:#fdbc4b;font-weight:bold">return </span><span style="color:#8e44ad;font-weight:bold"><SpecificStory</span> <span style="color:#27ae60">story</span><span style="color:#3f8058">=</span><span style="color:#27aeae">{</span> props<span style="color:#3f8058">.</span><span style="color:#2980b9">story</span> <span style="color:#27aeae">}</span> <span style="color:#27ae60">attr2</span><span style="color:#3f8058">=</span><span style="color:#f44f4f">"</span><span style="color:#f67400">&ref;</span><span style="color:#f44f4f">"</span> <span style="color:#27ae60">attr3</span><span style="color:#3f8058">=</span><span style="color:#f44f4f">"Hello\n"</span> <span style="color:#8e44ad;font-weight:bold">/></span><span style="color:#3f8058">;</span>
}
<span style="color:#2980b9"></</span><span style="font-weight:bold">script</span><span style="color:#2980b9">></span>
<span style="color:#7a7c7d"><!-- Mustache/Handlebars --></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">script</span><span style="color:#27ae60"> type=</span><span style="color:#f44f4f">"x-tmpl-mustache"</span><span style="color:#2980b9">></span>
<span style="color:#8e44ad;font-weight:bold">{{#movie}}</span>
<span style="font-weight:bold"><div></span>
<span style="font-weight:bold"><h1></span><span style="color:#27aeae">{{</span>title<span style="color:#27aeae">}}</span><span style="font-weight:bold"></h1></span>
<span style="font-weight:bold"><img</span><span style="color:#27ae60"> src</span><span style="color:#3f8058">=</span><span style="color:#f44f4f">"</span><span style="color:#27aeae">{{</span>poster<span style="color:#27aeae">}}</span><span style="color:#f44f4f">"</span><span style="color:#27ae60"> alt</span><span style="color:#3f8058">=</span><span style="color:#f44f4f">"</span><span style="color:#27aeae">{{</span>title<span style="color:#27aeae">}}</span><span style="color:#f44f4f">"</span><span style="font-weight:bold">/></span>
<span style="font-weight:bold"></div></span>
<span style="font-weight:bold"><div></span>
Rating - <span style="color:#27aeae">{{</span>ratings<span style="color:#3f8058">.</span>critics_rating<span style="color:#27aeae">}}</span>
<span style="font-weight:bold"></div></span>
<span style="color:#8e44ad;font-weight:bold">{{/movie}}</span>
<span style="color:#8e44ad;font-weight:bold">{{^movie}}</span>
<span style="font-weight:bold"><div></span>
Movie Does Not Exist :(
<span style="font-weight:bold"></div></span>
<span style="color:#8e44ad;font-weight:bold">{{/movie}}</span>
<span style="color:#7a7c7d">{{! comment }}</span>
<span style="color:#2980b9"></</span><span style="font-weight:bold">script</span><span style="color:#2980b9">></span>
<span style="color:#7a7c7d"><!-- HTML template --></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">script</span><span style="color:#27ae60"> type=</span><span style="color:#f44f4f">"text/html"</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">li</span><span style="color:#2980b9">><</span><span style="font-weight:bold">a</span><span style="color:#27ae60"> href</span><span style="color:#3f8058">=</span><span style="color:#f44f4f">"link"</span><span style="color:#2980b9">></span>Hello<span style="color:#2980b9"></</span><span style="font-weight:bold">a</span><span style="color:#2980b9">></</span><span style="font-weight:bold">li</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"></</span><span style="font-weight:bold">script</span><span style="color:#2980b9">></span>
<span style="color:#7a7c7d"><!-- Close the block correctly after "?" in the JavaScript highlighter --></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">script</span><span style="color:#2980b9">></span>
<span style="color:#3f8058">?</span>
<span style="color:#2980b9"></</span><span style="font-weight:bold">script</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"></</span><span style="font-weight:bold">html</span><span style="color:#2980b9">></span>
<span style="color:#7a7c7d"><!--</span>
<span style="color:#7a7c7d">HTML Syntax Highlight Sample File (Standard)</span>
<span style="color:#7a7c7d">- Follow HTML5 standard.</span>
<span style="color:#7a7c7d">- Contain some valid, but not recommended syntax.</span>
<span style="color:#7a7c7d">- Can be rendered by modern web browsers.</span>
<span style="color:#7a7c7d">@author Guo Yunhe guoyunhebrave@gmail.com</span>
<span style="color:#7a7c7d">@date 2016-09-17</span>
<span style="color:#7a7c7d">--></span>
<span style="color:#2980b9;font-weight:bold"><!DOCTYPE</span> html<span style="color:#2980b9;font-weight:bold">></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">html</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">head</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">meta</span><span style="color:#27ae60"> charset</span><span style="color:#3f8058">=</span><span style="color:#f44f4f">"utf-8"</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">title</span><span style="color:#2980b9">></span>HTML Syntax Highlight Sample File (Standard)<span style="color:#2980b9"></</span><span style="font-weight:bold">title</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">link</span><span style="color:#27ae60"> rel</span><span style="color:#3f8058">=</span><span style="color:#f44f4f">"stylesheet"</span><span style="color:#27ae60"> href</span><span style="color:#3f8058">=</span><span style="color:#f44f4f">"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"</span><span style="color:#27ae60"> integrity</span><span style="color:#3f8058">=</span><span style="color:#f44f4f">"sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u"</span><span style="color:#27ae60"> crossorigin</span><span style="color:#3f8058">=</span><span style="color:#f44f4f">"anonymous"</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">link</span><span style="color:#27ae60"> rel</span><span style="color:#3f8058">=</span><span style="color:#f44f4f">"stylesheet"</span><span style="color:#27ae60"> href</span><span style="color:#3f8058">=</span><span style="color:#f44f4f">"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css"</span><span style="color:#27ae60"> integrity</span><span style="color:#3f8058">=</span><span style="color:#f44f4f">"sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp"</span><span style="color:#27ae60"> crossorigin</span><span style="color:#3f8058">=</span><span style="color:#f44f4f">"anonymous"</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">script</span><span style="color:#27ae60"> src</span><span style="color:#3f8058">=</span><span style="color:#f44f4f">"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"</span><span style="color:#27ae60"> integrity</span><span style="color:#3f8058">=</span><span style="color:#f44f4f">"sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa"</span><span style="color:#27ae60"> crossorigin</span><span style="color:#3f8058">=</span><span style="color:#f44f4f">"anonymous"</span><span style="color:#2980b9">></</span><span style="font-weight:bold">script</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"></</span><span style="font-weight:bold">head</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">body</span><span style="color:#2980b9">></span>
<span style="color:#7a7c7d"><!-- HTML5 defined elements --></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">div</span><span style="color:#2980b9">></span>
This is a div. <span style="color:#2980b9"><</span><span style="font-weight:bold">span</span><span style="color:#2980b9">></span>This is a span<span style="color:#2980b9"></</span><span style="font-weight:bold">span</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">div</span><span style="color:#2980b9">></span>
This is a div.
<span style="color:#2980b9"></</span><span style="font-weight:bold">div</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"></</span><span style="font-weight:bold">div</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">p</span><span style="color:#2980b9">></span>
This is a paragraph. <span style="color:#2980b9"><</span><span style="font-weight:bold">em</span><span style="color:#2980b9">></</span><span style="font-weight:bold">em</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"></</span><span style="font-weight:bold">p</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">h1</span><span style="color:#2980b9">></span>This is heading 1<span style="color:#2980b9"></</span><span style="font-weight:bold">h1</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">h2</span><span style="color:#2980b9">></span>This is heading 2<span style="color:#2980b9"></</span><span style="font-weight:bold">h2</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">h3</span><span style="color:#2980b9">></span>This is heading 3<span style="color:#2980b9"></</span><span style="font-weight:bold">h3</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">h4</span><span style="color:#2980b9">></span>This is heading 4<span style="color:#2980b9"></</span><span style="font-weight:bold">h4</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">h5</span><span style="color:#2980b9">></span>This is heading 5<span style="color:#2980b9"></</span><span style="font-weight:bold">h5</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">h6</span><span style="color:#2980b9">></span>This is heading 6<span style="color:#2980b9"></</span><span style="font-weight:bold">h6</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">a</span><span style="color:#27ae60"> href</span><span style="color:#3f8058">=</span><span style="color:#f44f4f">"http://www.w3schools.com"</span><span style="color:#2980b9">></span>This is a link<span style="color:#2980b9"></</span><span style="font-weight:bold">a</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">br</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">img</span><span style="color:#27ae60"> src</span><span style="color:#3f8058">=</span><span style="color:#f44f4f">"http://placehold.it/200x150"</span><span style="color:#27ae60"> alt</span><span style="color:#3f8058">=</span><span style="color:#f44f4f">"This is an image"</span><span style="color:#27ae60"> width</span><span style="color:#3f8058">=</span><span style="color:#f44f4f">"200"</span><span style="color:#27ae60"> height</span><span style="color:#3f8058">=</span><span style="color:#f44f4f">"150"</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">hr</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">ul</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">li</span><span style="color:#2980b9">></span>List item<span style="color:#2980b9"></</span><span style="font-weight:bold">li</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">li</span><span style="color:#2980b9">></span>List item<span style="color:#2980b9"></</span><span style="font-weight:bold">li</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">li</span><span style="color:#2980b9">></span>List item<span style="color:#2980b9"></</span><span style="font-weight:bold">li</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">li</span><span style="color:#2980b9">></span>List item<span style="color:#2980b9"></</span><span style="font-weight:bold">li</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">li</span><span style="color:#2980b9">></span>List item<span style="color:#2980b9"></</span><span style="font-weight:bold">li</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"></</span><span style="font-weight:bold">ul</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">ol</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">li</span><span style="color:#2980b9">></span>List item<span style="color:#2980b9"></</span><span style="font-weight:bold">li</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">li</span><span style="color:#2980b9">></span>List item<span style="color:#2980b9"></</span><span style="font-weight:bold">li</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">li</span><span style="color:#2980b9">></span>List item<span style="color:#2980b9"></</span><span style="font-weight:bold">li</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">li</span><span style="color:#2980b9">></span>List item<span style="color:#2980b9"></</span><span style="font-weight:bold">li</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">li</span><span style="color:#2980b9">></span>List item<span style="color:#2980b9"></</span><span style="font-weight:bold">li</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"></</span><span style="font-weight:bold">ol</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">table</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">tr</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">th</span><span style="color:#2980b9">></span>Table head<span style="color:#2980b9"></</span><span style="font-weight:bold">th</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">th</span><span style="color:#2980b9">></span>Table head<span style="color:#2980b9"></</span><span style="font-weight:bold">th</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">th</span><span style="color:#2980b9">></span>Table head<span style="color:#2980b9"></</span><span style="font-weight:bold">th</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"></</span><span style="font-weight:bold">tr</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">tr</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">td</span><span style="color:#2980b9">></span>Table head<span style="color:#2980b9"></</span><span style="font-weight:bold">td</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">td</span><span style="color:#2980b9">></span>Table head<span style="color:#2980b9"></</span><span style="font-weight:bold">td</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">td</span><span style="color:#2980b9">></span>Table head<span style="color:#2980b9"></</span><span style="font-weight:bold">td</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"></</span><span style="font-weight:bold">tr</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"></</span><span style="font-weight:bold">table</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">form</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">input</span><span style="color:#27ae60"> type</span><span style="color:#3f8058">=</span><span style="color:#f44f4f">"email"</span><span style="color:#27ae60"> name</span><span style="color:#3f8058">=</span><span style="color:#f44f4f">"author"</span><span style="color:#2980b9">/></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">input</span><span style="color:#27ae60"> type</span><span style="color:#3f8058">=</span><span style="color:#f44f4f">"text"</span><span style="color:#27ae60"> name</span><span style="color:#3f8058">=</span><span style="color:#f44f4f">"message"</span><span style="color:#2980b9">/></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">button</span><span style="color:#27ae60"> type</span><span style="color:#3f8058">=</span><span style="color:#f44f4f">"button"</span><span style="color:#2980b9">></span>Send<span style="color:#2980b9"></</span><span style="font-weight:bold">button</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"></</span><span style="font-weight:bold">form</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">main</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">header</span><span style="color:#2980b9">></span>This is a header.<span style="color:#2980b9"></</span><span style="font-weight:bold">header</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">nav</span><span style="color:#2980b9">></span>This is a nav.<span style="color:#2980b9"></</span><span style="font-weight:bold">nav</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">article</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">h2</span><span style="color:#2980b9">></span>This is an article.<span style="color:#2980b9"></</span><span style="font-weight:bold">h2</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">p</span><span style="color:#2980b9">></span>This is an article.<span style="color:#2980b9"></</span><span style="font-weight:bold">p</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"></</span><span style="font-weight:bold">article</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">aside</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">h2</span><span style="color:#2980b9">></span>This is an aside.<span style="color:#2980b9"></</span><span style="font-weight:bold">h2</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"></</span><span style="font-weight:bold">aside</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">footer</span><span style="color:#2980b9">></</span><span style="font-weight:bold">footer</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"></</span><span style="font-weight:bold">main</span><span style="color:#2980b9">></span>
<span style="color:#7a7c7d"><!-- Custom elements --></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">booklist</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">book</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">booktitle</span><span style="color:#2980b9">></span>Just For Fun: The Story of an Accidental Revolutionary<span style="color:#2980b9"></</span><span style="font-weight:bold">booktitle</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">author</span><span style="color:#2980b9">></span>Linus Torvalds<span style="color:#2980b9"></</span><span style="font-weight:bold">author</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">description</span>
<span style="color:#27ae60"> class</span><span style="color:#3f8058">=</span><span style="color:#f44f4f">"featured"</span><span style="color:#27ae60"> title</span><span style="color:#3f8058">=</span><span style="color:#f44f4f">"Click to read full text..."</span><span style="color:#2980b9">></span>
A humorous autobiography of Linus Torvalds, the creator of the Linux
kernel, co-written with David Diamond. The book primarily theorizes
the Law of Linus that all evolution contributed by humanity starts
for survival, sustains socially and entertains at last. As well as
this the book explains Torvalds' view of himself, the free software
movement and the development of Linux.<span style="color:#2980b9"></</span><span style="font-weight:bold">description</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"></</span><span style="font-weight:bold">book</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"></</span><span style="font-weight:bold">booklist</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">large-space</span><span style="color:#2980b9">/></span>
<span style="color:#7a7c7d"><!-- Ends for single tag elements --></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">br</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">br</span><span style="color:#2980b9">/></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">br</span><span style="color:#27ae60"> </span><span style="color:#2980b9">/></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">br</span><span style="color:#2980b9">></</span><span style="font-weight:bold">br</span><span style="color:#2980b9">></span>
<span style="color:#7a7c7d"><!-- Uppercase elements --></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">DIV</span><span style="color:#2980b9">></span>
THIS IS A DIV.
<span style="color:#2980b9"><</span><span style="font-weight:bold">P</span><span style="color:#2980b9">></span>THIS IS A PARAGRAPH.<span style="color:#2980b9"></</span><span style="font-weight:bold">P</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">H2</span><span style="color:#2980b9">></span>THIS IS A HEADING.<span style="color:#2980b9"></</span><span style="font-weight:bold">H2</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"></</span><span style="font-weight:bold">DIV</span><span style="color:#2980b9">></span>
<span style="color:#7a7c7d"><!-- Arrtibutes --></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">a</span><span style="color:#27ae60"> href</span><span style="color:#3f8058">=</span><span style="color:#f44f4f">"#"</span><span style="color:#27ae60"> style</span><span style="color:#3f8058">=</span><span style="color:#f44f4f">"background-color:rgba(0,0,0,0.3)"</span><span style="color:#27ae60"> title</span><span style="color:#3f8058">=</span><span style="color:#f44f4f">"Click me"</span><span style="color:#2980b9">></span>Magic button<span style="color:#2980b9"></</span><span style="font-weight:bold">a</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">img</span><span style="color:#27ae60"> src</span><span style="color:#3f8058">=</span><span style="color:#f44f4f">"http://placehold.it/200x150"</span><span style="color:#27ae60"> alt</span><span style="color:#3f8058">=</span><span style="color:#f44f4f">"This is an image"</span><span style="color:#27ae60"> width</span><span style="color:#3f8058">=</span><span style="color:#f44f4f">"200"</span>
<span style="color:#27ae60"> height</span><span style="color:#3f8058">=</span><span style="color:#f44f4f">"150"</span><span style="color:#27ae60"> title</span><span style="color:#3f8058">=</span><span style="color:#f44f4f">"This is an image"</span><span style="color:#2980b9">></span>
<span style="color:#7a7c7d"><!-- Attribute without value --></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">select</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">option</span><span style="color:#27ae60"> selected</span><span style="color:#2980b9">></span>GNU/Linux<span style="color:#2980b9"></</span><span style="font-weight:bold">option</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">option</span><span style="color:#2980b9">></span>BSD<span style="color:#2980b9"></</span><span style="font-weight:bold">option</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">option</span><span style="color:#2980b9">></span>Windows<span style="color:#2980b9"></</span><span style="font-weight:bold">option</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">option</span><span style="color:#2980b9">></span>macOS<span style="color:#2980b9"></</span><span style="font-weight:bold">option</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"></</span><span style="font-weight:bold">select</span><span style="color:#2980b9">></span>
<span style="color:#7a7c7d"><!-- Attribute without quotes --></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">div</span><span style="color:#27ae60"> id</span><span style="color:#3f8058">=</span><span style="color:#f44f4f">name</span><span style="color:#27ae60"> class</span><span style="color:#3f8058">=</span><span style="color:#f44f4f">a-sweet-block</span><span style="color:#27ae60"> data-counter</span><span style="color:#3f8058">=</span><span style="color:#f44f4f">175</span><span style="color:#2980b9">></span>This is a div.<span style="color:#2980b9"></</span><span style="font-weight:bold">div</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">input</span><span style="color:#27ae60"> value</span><span style="color:#3f8058">=</span><span style="color:#f44f4f">abc</span><span style="color:#f67400">&amp;</span><span style="color:#f44f4f">def/</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"></</span><span style="font-weight:bold">body</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"></</span><span style="font-weight:bold">html</span><span style="color:#2980b9">></span>
</pre></body></html>
|