|
1 | | -<!doctype html> |
2 | | -<html lang="en" data-theme="light"> |
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en" data-theme="dark"> |
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8" /> |
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1" /> |
@@ -52,8 +52,7 @@ <h2>Preview</h2> |
52 | 52 | /> |
53 | 53 | I agree to the |
54 | 54 | <a href="#" onclick="event.preventDefault()" |
55 | | - >Privacy Policy</a |
56 | | - > |
| 55 | + >Privacy Policy</a> |
57 | 56 | </label> |
58 | 57 | </fieldset> |
59 | 58 | </form> |
@@ -140,8 +139,7 @@ <h6>Heading 6</h6> |
140 | 139 | <a |
141 | 140 | href="https://unsplash.com/photos/a562ZEFKW8I" |
142 | 141 | target="_blank" |
143 | | - >unsplash.com</a |
144 | | - > |
| 142 | + >unsplash.com</a> |
145 | 143 | </figcaption> |
146 | 144 | </figure> |
147 | 145 | </section> |
@@ -181,12 +179,10 @@ <h2>Form elements</h2> |
181 | 179 | <option selected value="">Select…</option> |
182 | 180 | <option>…</option> |
183 | 181 | </select> |
184 | | - <label for="file" |
185 | | - >File browser |
| 182 | + <label for="file">File browser |
186 | 183 | <input type="file" id="file" name="file" /> |
187 | 184 | </label> |
188 | | - <label for="range" |
189 | | - >Range slider |
| 185 | + <label for="range">Range slider |
190 | 186 | <input |
191 | 187 | type="range" |
192 | 188 | min="0" |
@@ -226,16 +222,13 @@ <h2>Form elements</h2> |
226 | 222 | disabled |
227 | 223 | /> |
228 | 224 | </label> |
229 | | - <label for="date" |
230 | | - >Date |
| 225 | + <label for="date">Date |
231 | 226 | <input type="date" id="date" name="date" /> |
232 | 227 | </label> |
233 | | - <label for="time" |
234 | | - >Time |
| 228 | + <label for="time">Time |
235 | 229 | <input type="time" id="time" name="time" /> |
236 | 230 | </label> |
237 | | - <label for="color" |
238 | | - >Color |
| 231 | + <label for="color">Color |
239 | 232 | <input |
240 | 233 | type="color" |
241 | 234 | id="color" |
@@ -411,6 +404,100 @@ <h2>Progress bar</h2> |
411 | 404 | </tbody> |
412 | 405 | </table> |
413 | 406 | </section> |
| 407 | + <div role="feed" aria-busy="false"> |
| 408 | + <a role="article" href="#"> |
| 409 | + <figure> |
| 410 | + <img |
| 411 | + src="https://picsum.photos/id/100/1280/720" |
| 412 | + alt="Descriptive alt text for post 1" |
| 413 | + /> |
| 414 | + </figure> |
| 415 | + <h2>First Blog Post Title</h2> |
| 416 | + <time datetime="2025-03-15">March 15, 2025</time> |
| 417 | + <p> |
| 418 | + Brief excerpt or summary of the first blog post that |
| 419 | + gives readers a preview... |
| 420 | + </p> |
| 421 | + </a> |
| 422 | + <a role="article" href="#"> |
| 423 | + <figure> |
| 424 | + <img |
| 425 | + src="https://picsum.photos/id/200/1280/720" |
| 426 | + alt="Descriptive alt text for post 3" |
| 427 | + /> |
| 428 | + </figure> |
| 429 | + <h2>Third Blog Post Title</h2> |
| 430 | + <time datetime="2025-03-05">March 5, 2025</time> |
| 431 | + <p> |
| 432 | + Brief excerpt or summary of the third blog post that |
| 433 | + gives readers a preview... |
| 434 | + </p> |
| 435 | + </a> |
| 436 | + <a role="article" href="#"> |
| 437 | + <figure> |
| 438 | + <img |
| 439 | + src="https://picsum.photos/id/151/1280/720" |
| 440 | + alt="Descriptive alt text for post 2" |
| 441 | + /> |
| 442 | + </figure> |
| 443 | + <h2>Second Blog Post Title</h2> |
| 444 | + <time datetime="2025-03-10">March 10, 2025</time> |
| 445 | + <p> |
| 446 | + Brief excerpt or summary of the second blog post that |
| 447 | + gives readers a preview... |
| 448 | + </p> |
| 449 | + </a> |
| 450 | + <a role="article" href="#"> |
| 451 | + <figure> |
| 452 | + <img |
| 453 | + src="https://picsum.photos/id/250/1280/720" |
| 454 | + alt="Descriptive alt text for post 4" |
| 455 | + /> |
| 456 | + </figure> |
| 457 | + <h2>Fourth Blog Post Title</h2> |
| 458 | + <time datetime="2025-03-01">March 1, 2025</time> |
| 459 | + <p> |
| 460 | + Brief excerpt or summary of the fourth blog post that |
| 461 | + gives readers a preview... |
| 462 | + </p> |
| 463 | + </a> |
| 464 | + </div> |
| 465 | + <article> |
| 466 | + <figure> |
| 467 | + <img |
| 468 | + src="https://picsum.photos/id/100/1280/720" |
| 469 | + alt="Descriptive alt text for the blog post" |
| 470 | + /> |
| 471 | + </figure> |
| 472 | + <h1>Blog Post Title</h1> |
| 473 | + <time datetime="2025-03-15">March 15, 2025</time> |
| 474 | + |
| 475 | + <p> |
| 476 | + First paragraph of the blog post with an introduction to the |
| 477 | + topic. This paragraph should be compelling and draw the |
| 478 | + reader in... |
| 479 | + </p> |
| 480 | + |
| 481 | + <h2>First Section Heading</h2> |
| 482 | + <p> |
| 483 | + Content for the first section of the blog post. This might |
| 484 | + include detailed information, examples, or explanations... |
| 485 | + </p> |
| 486 | + |
| 487 | + <h2>Second Section Heading</h2> |
| 488 | + <p>Content for the second section of the blog post...</p> |
| 489 | + |
| 490 | + <blockquote> |
| 491 | + <p> |
| 492 | + An important quote or excerpt that stands out from the |
| 493 | + rest of the content. |
| 494 | + </p> |
| 495 | + <cite>Source of the quote</cite> |
| 496 | + </blockquote> |
| 497 | + |
| 498 | + <h2>Final Section</h2> |
| 499 | + <p>Concluding thoughts and summary of the blog post...</p> |
| 500 | + </article> |
414 | 501 | </main> |
415 | 502 | <dialog id="modalExample"> |
416 | 503 | <header> |
|
0 commit comments