0 added
0 removed
Original
2026-01-01
Modified
2026-03-09
1
<p>HTML</p>
1
<p>HTML</p>
2
<p><!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <link rel="stylesheet" href="setting.css"> <link rel="stylesheet" href="style.css"> <title>FlashNews!</title> </head> <body class="page light-theme"> <header class="page-header"> <div class="container"> <a class="header-logo"> <img src="img/main-logo.svg" width="67" height="29" alt="FlashNews! portal logo"> </a> <button class="menu menu-open" type="button">Menu</button> <nav class="main-menu"> <ul> <li> <a href="#">Editorial</a> </li> <li> <a href="#">Contact us</a> </li> <li> <a href="#">Subscribe</a> </li> </ul> </nav> </div> </header> <main class="index-main"> <div class="container"> <h1 class="visually-hidden">FlashNews news portal!</h1> <div class="news-view"> <button class="row-view view-checked" type="button">List</button> <button class="tile-view" type="button">Tile</button> </div> <section class="news-list"> <h2 class="visually-hidden">All news</h2> <article class="new-block"> <img src="img/new-graph.jpg" alt="New library"> <div class="new-block-text"> <h3>New graphics library</h3> <p>Now you can create a dashboard in just a matter of seconds.</p> <time datetime="2019-10-16">October 16, 2019</time> </div> </article> <article class="new-block"> <img src="img/new-robot.jpg" alt="What is going on with robots?"> <div class="new-block-text"> <h3>What is going on with robots?</h3> <p>A lot of interesting things are happening in robotics. This could be a piece of news about the latest developments, but that is not what this is.</p> <time datetime="2019-10-15">October 15, 2019</time> </div> </article> <article class="new-block"> <img src="img/new-loop.jpg" alt="Infinite loops"> <div class="new-block-text"> <h3>Infinite loops: It’s time to end them</h3> <p>British scientists have discovered that the ability of software to function directly depends on the presence of infinite loops in it.</p> <time datetime="2019-10-14">October 14, 2019</time> </div> </article> <article class="new-block"> <img src="img/new-drone.jpg" alt="Aerial footage taken by drone"> <div class="new-block-text"> <h3>THE SHOCKING TRUTH! Secret aerial footage taken by a reconnaissance drone</h3> <p>No one expected that THIS was going on behind the walls…</p> <time datetime="2019-10-13">October 13, 2019</time> </div> </article> <article class="new-block"> <img src="img/new-research.jpg" alt="Story 5"> <div class="new-block-text"> <h3>From the world of psychology</h3> <p>Studies show that if you do more, you can actually get more done.</p> <time datetime="2019-10-12">October 12, 2019</time> </div> </article> <article class="new-block"> <img src="img/new-cat.jpg" alt="Story 6"> <div class="new-block-text"> <h3>An unexpected discovery.</h3> <p>It turns out that in order to start learning JavaScript, you don’t have to be a cat.</p> <time datetime="2019-10-11">October 11, 2019</time> </div> </article> </section> </div> </main> <aside class="cookies-agreement"> <p>We use cookies on your device while you are reading the news on our site. We really hope that you don’t mind.</p> <button class="button" type="button">OK, Continue</button> </aside> <footer class="page-footer"> <div class="container"> <p>© FlashNews!</p> <a class="footer-logo"> <img src="img/white-logo.svg" alt="FlashNews! portal logo"> </a> </div> </footer> <!-- <script src="script.js"></script> --> </body> </html></p>
2
<p><!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <link rel="stylesheet" href="setting.css"> <link rel="stylesheet" href="style.css"> <title>FlashNews!</title> </head> <body class="page light-theme"> <header class="page-header"> <div class="container"> <a class="header-logo"> <img src="img/main-logo.svg" width="67" height="29" alt="FlashNews! portal logo"> </a> <button class="menu menu-open" type="button">Menu</button> <nav class="main-menu"> <ul> <li> <a href="#">Editorial</a> </li> <li> <a href="#">Contact us</a> </li> <li> <a href="#">Subscribe</a> </li> </ul> </nav> </div> </header> <main class="index-main"> <div class="container"> <h1 class="visually-hidden">FlashNews news portal!</h1> <div class="news-view"> <button class="row-view view-checked" type="button">List</button> <button class="tile-view" type="button">Tile</button> </div> <section class="news-list"> <h2 class="visually-hidden">All news</h2> <article class="new-block"> <img src="img/new-graph.jpg" alt="New library"> <div class="new-block-text"> <h3>New graphics library</h3> <p>Now you can create a dashboard in just a matter of seconds.</p> <time datetime="2019-10-16">October 16, 2019</time> </div> </article> <article class="new-block"> <img src="img/new-robot.jpg" alt="What is going on with robots?"> <div class="new-block-text"> <h3>What is going on with robots?</h3> <p>A lot of interesting things are happening in robotics. This could be a piece of news about the latest developments, but that is not what this is.</p> <time datetime="2019-10-15">October 15, 2019</time> </div> </article> <article class="new-block"> <img src="img/new-loop.jpg" alt="Infinite loops"> <div class="new-block-text"> <h3>Infinite loops: It’s time to end them</h3> <p>British scientists have discovered that the ability of software to function directly depends on the presence of infinite loops in it.</p> <time datetime="2019-10-14">October 14, 2019</time> </div> </article> <article class="new-block"> <img src="img/new-drone.jpg" alt="Aerial footage taken by drone"> <div class="new-block-text"> <h3>THE SHOCKING TRUTH! Secret aerial footage taken by a reconnaissance drone</h3> <p>No one expected that THIS was going on behind the walls…</p> <time datetime="2019-10-13">October 13, 2019</time> </div> </article> <article class="new-block"> <img src="img/new-research.jpg" alt="Story 5"> <div class="new-block-text"> <h3>From the world of psychology</h3> <p>Studies show that if you do more, you can actually get more done.</p> <time datetime="2019-10-12">October 12, 2019</time> </div> </article> <article class="new-block"> <img src="img/new-cat.jpg" alt="Story 6"> <div class="new-block-text"> <h3>An unexpected discovery.</h3> <p>It turns out that in order to start learning JavaScript, you don’t have to be a cat.</p> <time datetime="2019-10-11">October 11, 2019</time> </div> </article> </section> </div> </main> <aside class="cookies-agreement"> <p>We use cookies on your device while you are reading the news on our site. We really hope that you don’t mind.</p> <button class="button" type="button">OK, Continue</button> </aside> <footer class="page-footer"> <div class="container"> <p>© FlashNews!</p> <a class="footer-logo"> <img src="img/white-logo.svg" alt="FlashNews! portal logo"> </a> </div> </footer> <!-- <script src="script.js"></script> --> </body> </html></p>