1. الرئيسية
  2. /
  3. المدوّنة
  4. /
  5. css course 1 linking css with html
CSS

css course 1 linking css with html

September 27, 2022 1 دقيقة قراءة 2,270
css course 1 linking css with html
<!DOCTYPE html>
<html>
<head>
	<link rel="stylesheet" type="text/css" href="website.css">
	<title>website</title>
</head>
<body>
<style type="text/css">
	
	body{
background-color: red;
}

</style>

<p style="color: yellow;" >hello wolrd</p>

</body>
</html>

شارك المقال:
اقرأ أيضاً

مقالات ذات صلة