Skip to main content

Basic selectors

Here is an example <ins class="diffmod">of basic selectors:</ins></p><ins class="diffmod"> </ins><pre id="bkmrk-%3Chtml-lang%3D%22en%22%3E-%3Che"><code class="language-html"><ins class="diffmod"><html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title></ins>Document</title> </style>

</head> <body> <h1>Greetings

</h1>
<div class="first">How are you?
</div>
<div id="mydiv">How are you doing?
</div>
<div>How do you do?
</div> </body> </html>

You can also view it live on codepen.