HTML and CSS somewhat partner which each other to determine the overall look of websites. CSS is easy to learn and can enhance websites dramatically.
To get started, I’m going to show you guys 2 examples of some CSS code. The first example is CSS in an internal html page. Second example is CSS on an external html page. Both methods works perfectly, but the second example is used more in websites with a lot of pages.
Don't worry about what some of the code looks like. I Just want you to understand how to place the CSS into pages.
Internal CSS:
<head>
<title>My first styled page</title>
<style type="text/css">
CSS code goes between the style tags.
</style>
</head>
<body>
External Style Sheet:
The link to the style sheets go between the head tags. We will talk more about this in the upcoming days.
<head>
<link rel="stylesheet" type="text/css" href="mystyle.css" />
<title>My first styled page</title>
</head>
<body>
</html>
Please give us some feedback on how we're doing. We appreciate all the support from the community.
Great post.
ReplyDelete+Follow
awesome! you guys are doing great (that was my feedback ;))
ReplyDeleteShow us some javascript tricks
ReplyDeletenicejob, show ur java skills!
ReplyDelete+1 and following
This is great!
ReplyDeleteI learned a lot about HTML in web design in high school, but not much about CSS. Thanks.
ReplyDeleteI never advanced past HTML, but this is some pretty good help.
ReplyDeleteGood introduction to CSS ;-)
ReplyDeleteBrilliant... now I can make great sheets !!
ReplyDeleteNice post. Do you know what language finance industry are using? send me a message? or on blog. I have always wanted to know this.
ReplyDeleteWOW this is such a useful blog! Cheers!
ReplyDeleteInteresting stuff, i've always been interesting in programming but never learned much in HTML past high school.
ReplyDelete+Follow
thanks for the intro to CSS!
ReplyDeletei know a little about HTML and CSS and that's some info which is always good to refresh :D
ReplyDelete+1
Ah think I learned this one in info class. Need a bit of a refresher but coming back to me now.
ReplyDeleteSweet gotta learn CSS sometime!
ReplyDelete+Followed
Never really understood what CSS was until though, thanks!
ReplyDeleteBeen trying to teach myself c++ recently and it tough but i admire you're interest in html.
ReplyDeleteNot going to lie, had to reread a bit because my mind kept wandering.
ReplyDeleteI am working on CSS and waiting for more tutorials.
ReplyDeleteGood to know that some people actually understand this stuff.
ReplyDelete