For example, <section>
should be wrapped as inline.
To switch directories, type cd followed by the name of the directory.
To edit settings, press ctrl + ,
<p class="my-class">Sample text here...</p>
<p class="my-class">Sample text here...</p>
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title></title> <link rel="stylesheet" href="css/style.css"> </head> <body> <header></header> <div role="main"></div> <footer></footer> <script src="js/script.js"></script> </body> </html>