tryit_yourcode See Results <!DOCTYPE html> <html> <head> <style> .technology { background-color: #ff5722; color: white; padding: 12px; } .menu1 { text-align: center; } .menu3 { text-align: right; } </style> </head> <body> <h2 class="technology menu1"> HTML </h2> <h3 class="technology"> CSS </h3> <h4 class="technology menu3"> Bootstrap </h4> </body> </html>