Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</title> <style> #w3docs { color: #160987; font-size: 60px; font-weight: bold; text-align: center; } #programming { text-align: center; font-size: 30px; } </style> </head> <body> <div id="w3docs">W3Docs</div> <div id="programming"> Learn programming </div> </body> </html>