HTML ба CSS
Run
index.html
<!DOCTYPE html> <html> <head> <style> h1 { color: #1d4ed8; text-align: center; } p { font-family: verdana; font-size: 18px; } </style> </head> <body> <h1>CSS жишээ</h1> <p>Энэ бол параграф.</p> </body> </html>