Css & Html

Loading...

Flash Player 9 (or above) is needed to view presentations.
We have detected that you do not have it on your computer. To install it, go here.

1 comments

Comments 1 - 1 of 1 previous next Post a comment

Post a comment
Embed Video
Edit your comment Cancel

1 Favorite

Css & Html - Presentation Transcript

  1. CSS & HTML
    An Introduction to
  2. What is HTML?
    Hyper Text MarkupLanguage
    Allows browsers to show a webpage
    Building blocks of websites
    Contained within an HTML file
    Concerned with the structure of a website instead of style
    Consists of open tags and close tags i.e.
    <div></div> - Containers (boxes)
    <p></p> - Paragraph
  3. HTML - Example
    <html>
    <head>
    <title>HTML & CSSExample</title>
    <link href="style.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
    <div id=“container”>
    <h1>My First Heading</h1>
    <p>My first paragraph</p>
    </div>
    </body>
    </html>
  4. What is CSS
    Cascading Style Sheet
    Allows browsers to show the right style of a webpage – controls how HTML elements are displayed
    Contained within a CSS file but can also be within the HTML file (however big file size)
    Concerned with fonts, colours, borders, text decoration as well as some structural influences
    Consists of Class’s and ID’s
    Class (repeated): .red{ color:#CC0000}
    ID (unique): #nav{ width:700px; height: 50px;}
  5. CSS -Example
    body{ background-color:#333333; font-family:arial;}
    h1{ color:#00AFB9; font-size:24pt; font-family: arial;}
    #container{ width:400px; hieght:300px; background-color:#666666; color:#FFFFFF; border:#999 solid 6px; padding:20px;}
  6. Put it all together....
    Example Webpage

+ Adam StewartAdam Stewart, 1 month ago

custom

276 views, 1 favs, 1 embeds more stats

A brief introduction to CSS and HTML

More info about this document

© All Rights Reserved

Go to text version

  • Total Views 276
    • 268 on SlideShare
    • 8 from embeds
  • Comments 1
  • Favorites 1
  • Downloads 15
Most viewed embeds
  • 8 views on http://webandnewmedia.tumblr.com

more

All embeds
  • 8 views on http://webandnewmedia.tumblr.com

less

Flagged as inappropriate Flag as inappropriate
Flag as inappropriate

Select your reason for flagging this presentation as inappropriate. If needed, use the feedback form to let us know more details.

Cancel
File a copyright complaint
Having problems? Go to our helpdesk?

Categories