Understanding Cascading Style Sheets - 12
- Posted: Jul 30, 2012 at 11:56 AM
- 32,802 Views
- 8 Comments
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Right click “Save as…”
In Lesson 3, you worked with Bob to create an external Cascading Style Sheet that provides a simple but attractive aesthetic improvement to the HTML5 web page. This lesson picks up where that lesson left off by discussing the basics of CSS as well as how you can define styles and target certain elements of your HTML5 web pages using selectors.
Download the source code for Understanding Cascading Style Sheets
Comments have been closed since this content was published more than 30 days ago, but if you'd like to continue the conversation,
please create a new thread in our Forums,
or
Contact Us and let us know.
Follow the Discussion
Oops, something didn't work.
What does this mean?
Following an item on Channel 9 allows you to watch for new content and comments that you are interested in. You need to be signed in to Channel 9 to use this feature.What does this mean?
Following an item on Channel 9 allows you to watch for new content and comments that you are interested in and view them all on your notifications page.sign up for email notifications?
Good!
Thanks a lot. Very well done!
I think this is the best series for HTML and CSS fundamentals
Thank you very much
hmmm... shouldn't value of href attribute start with "mailto:..." to send email?
"email:..." doesn't work in my firefox...
@happyface: Could you point me to the moment in the video where I referenced this? It may be a mistake, but it's been months since I recorded this and would need to see what I said before I comment further. I **never** make mistakes, so I'm sure there was just a simple misunderstanding.
j/k
Hi Bob! I really like your guides! Just waiting for a Php/MySQL series ;)
Cheers,
/Dan
in the document for this lesson there is email link and it's <a href="email:bobtabor@yahoo.com">.
there is also a style for email link:
a[href^="email"] {
font-size:2em;
}
i was learning some html like 10 years ago and it's something i remembered, plus when clicking on it it should open some email client and there's an error instead...
oh, forgot the time... it's starts about 31:40.
i think this overlook comes from that you actually didn't click this link to see an error
anyway, great series
Remove this comment
Remove this thread
close