input license here

Tìm hiểu Internal CSS

Biểu định kiểu Internal CSS được sử dụng để thêm một kiểu duy nhất cho một tài liệu. Nó được định nghĩa trong phần <head> của trang HTML bên trong thẻ <style>.
Tìm hiểu Internal CSS

Thí dụ:
<!DOCTYPE html> 
<html> 
<head> 
<style> 
body { 
    background-color: linen; 

h1 { 
    color: red; 
    margin-left: 80px; 

</style> 
</head> 
<body> 
<h1>The internal style sheet is applied on this heading.</h1> 
<p>This paragraph will not be affected.</p> 
</body> 
</html>  
Related Posts
Diệp Quân
Nguyen Manh Cuong is the author and founder of the vmwareplayerfree blog. With over 14 years of experience in Online Marketing, he now runs a number of successful websites, and occasionally shares his experience & knowledge on this blog.
SHARE

Related Posts

Subscribe to get free updates

Post a Comment

Sticky