
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>my website</title>
<!-- external linking -->
<link rel="stylesheet" type="text/css" href="style.css">
<!-- internal link -->
<style type="text/css">
h1{
color: red;
}
</style>
</head>
<body>
<!-- inline linking -->
<p style="color: white; " > hello </p>
<p>welcome</p>
<h1>my heading 1</h1>
</body>
</html>
--------------
CSS file
---------------
<br><br>
<h3>Css File</h3>
<textarea readonly="" style="background: rgb(38, 38, 38); border-radius: 10px; border: 1px solid transparent; color: white; direction: ltr; height: 300px; width: 90%;">
body{
/*
welcome this is my css file
*/
background: gray;
color: yellow;
}
x

في عالمنا الرقمي الذي يتطور باستمرار، أصبح تطوير المتاجر الإلكترونية جزءًا أساسيًا من دعم الشركات والعلامات التجارية للوصول إلى جمهور أوسع وتحقيق النج…
تفخر شركة كيان التقنية بمشاركتها في حفل افتتاح فرع IEEE بجامعة عمان العربية، الذي يمثل خطوة مهمة نحو تعزيز التعاون بين القطاع الأكاديمي وقطاع التكنولو…