<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <style> .one { } .two { } </style> </head> <body> <div class="one"></div> <div class="two"></div> </body> </html>