1.8K Views
Articles on HTML Category
Updated On Fri, Nov 04, 2022 (2 years ago)
<pre> <code class="language-html"><!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>Example</title> <style> /* Also works here */ a.not-a-class { color: blue; } </style> <body> <div style="color: green;"></div> <div style="color: yellow;">&l...
Updated On Fri, Nov 04, 2022 (2 years ago)
<pre> <code class="language-html"><!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <link rel="icon" href="assets/favicon.png" /> <title>Line Numbers ? Prism plugins</title> <base href="../.." /> <link rel="stylesheet" href="assets/style.css" /> <link rel="stylesheet...
Updated On Fri, Nov 04, 2022 (2 years ago)
<p>RESPONSIVE IN HTML </p>
Updated On Thu, Dec 01, 2022 (2 years ago)
finally