Հեղինակ
Վիդեոկուրսեր
Առաջարկել
Խորհուրդ եմ տալիս
Կոդ
<!doctype html> <html> <head> <meta charset="utf-8"> <title>Էջի վերնագիր</title> <style> p.normal { font-weight: normal; } p.light { font-weight: lighter; } p.thick { font-weight: bold; } p.thicker { font-weight: 900; } </style> </head> <body> <p class="normal">Ինչ որ տեքստ</p> <p class="light">Ինչ որ տեքստ</p> <p class="thick">Ինչ որ տեքստ</p> <p class="thicker">Ինչ որ տեքստ</p> </body> </html>
Արդյունք