CSS Introduction And Syntax

What is css?
# Css stands for Cascading styale sheets.
# Style define how to show in html elements.
#Extarnal style sheets is solved a lot of work.
# Add style problems in html Css solve this

so you may learn at frist html completely.then start to learn css.So who complated html they can try css from here.
 so nomore late go start css in akashlove





CSS EXAMPALE

Open notepad and write under showing code

<!DOCTYPE html>
<html>
<head>
<style>
p
{
color:red;
text-align:center;
}
</style>
</head>

<body>
<p>Hello Frinds</p>
<p>My blog name akashlove</p>
</body>
</html>
 
 Save html format and show in your browser.

Code introduction

Color:red    this is text color.you can change text color easy.red,black,white etc.
akashlove.blogspot.com give tou more tutorials and Education Results.

Next Post Previous Post
No Comment
Add Comment
comment url