SlideShare a Scribd company logo
Css Founder| Cssfounder Se
http://cssfounder.com
HTML Basics and CSS style
Css Founder.com
Before we start
Dreamweaver (DW) may take several minutes to
start.
Click on Start => Program Files => Development
Apps => Web => Dreamweaver MX =>
Dreamweaver MX to start the program.
Accept default choice for layout.
Minimizing the Dreamweaver. We will use it
later.
Copy Everything from my public folder (including
this ppt file) to your P: drive.
U:msuusernananzhangpublic
Css Founder.com
HTML File Structure
<HTML>
<HEAD>
</HEAD>
<BODY>
</BODY>
</HTML>
Open a Notepad window. Copy the HTML tags to the Notepad.
Css Founder.com
Web Page Development Cycle
EDIT and SAVE the file in your AFS
p:webindex.html
TEST by BROWSING to the page
http://www.msu.edu/~msunetid/index.html
Css Founder.com
Adding Text to Your HTML File
<HTML>
<HEAD>
<TITLE>My home page</TITLE>
</HEAD>
<BODY>
My name is your name.
My major is your major.
</BODY>
</HTML>Css Founder.com
Making paragraphs
<HTML>
<HEAD>
<TITLE>My home page</TITLE>
</HEAD>
<BODY>
<p> My name is your name.</p>
<p> My major is your major. </p>
</BODY>
</HTML>
Css Founder.com
Adding Information to Web Page
My name is your name
My major is your major
I am creating this page for LBS 126 and will
be modifying this page throughout the course.
Please visit again!
Css Founder.com
More HTML tag pairs
<u> </u> tag pair is for underline
<em> </em> tag pair is for italic style.
<H1> </H1>
…
<H6> </H6> are headlines with different
sizes.
Css Founder.com
Formatting Your Web Page with more
tags
My name is your name
My major is your major
I am creating this page for CSE 101
and will be modifying this page
throughout the course.
Please visit again!
Underline & Italic
Italic
H1
H2
Separate
Paragraph
Separate
ParagraphUnderlineCss Founder.com
Now it is time to use Dreamweaver MX
Css Founder.com
Creating a Link
My name is your name
My major is your major
I am creating this page for CSE 101
and will be modifying this page
throughout the course.
Please visit again!
Make this a
link to the
LBS Home
page
Question: what is the HTML tag for Links?Css Founder.com
More things to do
Make a bullet list for your four favorite
things in MSU. Change the font of this list
to “Times New Roman”
Changing page properties:
Set background color for the page.
What else can you change for the page
properties?
Download a MSU logo, save to your web
folder and insert to the top of your page.
Question: what is the HTML tag for Images?Css Founder.com
Problems
The Tags only provided limited formatting.
H1 is always that big.
Links always have an underscore.
You can manually change the format for
all the H1 headlines, but what about your
have 100 pages in your web site?
Can we customize the HTML tags?
Css Founder.com
Cascading Style Sheets (CSS)
What is style?
Style is a list of formatting instructions.
A Cascading Style Sheet is a file with a
list of formatting instructions.
 CSS style sheets are the modern way to
control the appearance and layout of your
web pages.
4.0 and up Navigator and IE fully support
CSS.
Css Founder.com
Unpacking Sample Web Site
Open the file common.zip you just copied
using EnZIP
Click on Edit => Extract and extract the files
to your web folder
The files will appear in a new folder commons
Browse to the practice web site
http://www.msu.edu/~MSUNetID/commons/
Why didn’t you give a file name in the URL?
View all seven pages in the site.
What tags control the formatting of the headings?
Css Founder.com
Cascading Style Sheet
Enter the following text into a new
Notepad document
h2 {
font-family : Tahoma;
color : blue;
text-align : center;
}
Save the document in the commons
folder as csense.css
Save as file type Text Document
Css Founder.com
Attach a Style Sheet to HTML files
In properties window-
>Styles drop box,
choose “Manage
styles…”
Use “Attach…” to
attach the .css file
you just created.
Do the same thing for
all the seven pages.
What happens?
Css Founder.com
Modifying CSS styles
h2 {
font-family : Tahoma;
color: blue;
text-align: center;
text-transform : uppercase;
}
body {
font-family : Courier New;
background-color : #FFEEDD;
color : #777733;
}Css Founder.com
Separation of Content and
Presentation
Content
Use tags like <h1>, <h2>, <p>, <em> or
<li> to indicate the structure of your pages
Presentation
Use a CSS style sheet to determine how the
tags are formatted
Advantage of separation
Changing the formatting only requires
editing the style sheetCss Founder.com
Edit styles in Dreamweaver
In the Design->CSS Styles
window you can edit the
styles you already have, or
create new styles.
Let’s create a new style for
the link HTML tag: <a>
</a>
High light the CSS file first
Click here
Css Founder.com
Change the style of HTML Link Tag
a:link – Customizes the style of a link that has not been
visited recently
a:visited -- Customizes the style of a link that has been
recently visited
a:hover -- Customizes the style of a link while the user’s
mouse is over it.
Css Founder.com
Extra material
Downloading the Macromedia
Dreamweaver tutorial file from the lecture
notes page.
Css Founder.com

More Related Content

PPTX
web development basics tables part2
PPTX
Css inclusion
PPTX
Css introduction
PDF
Introduction to css
PPTX
Unit iii css and javascript 1
PPTX
Web development using HTML and CSS
PPSX
Session 2 intro to Css
PPTX
Introducing the style tag 2830
web development basics tables part2
Css inclusion
Css introduction
Introduction to css
Unit iii css and javascript 1
Web development using HTML and CSS
Session 2 intro to Css
Introducing the style tag 2830

What's hot (19)

PPSX
Session Two css
PPTX
Basic Webpage
PPTX
HTML and CSS
PPT
INFO3775 Chapter 2 Part 2
PPT
HTML email design and usability
PPTX
Html css java script basics All about you need
PPTX
David Weliver
PPTX
CSS- Cascading Style Sheet
PPTX
Coding a Website with HTML
PPTX
HTML- Hyper Text Markup Language
PPTX
Styling text using css
PDF
WordCamp Atlanta 2014 - CSS For Beginners - By Michael Earley of ATL Squared ...
PPT
Creating your first web page
PPTX
HTML, CSS and Java Scripts Basics
PPTX
CSS Basics - Stylesheets and Color
PPTX
Html and css
PPSX
CSS tutorial
PPT
Dreamweaver
PPTX
46h interaction 1.lesson Hello world
Session Two css
Basic Webpage
HTML and CSS
INFO3775 Chapter 2 Part 2
HTML email design and usability
Html css java script basics All about you need
David Weliver
CSS- Cascading Style Sheet
Coding a Website with HTML
HTML- Hyper Text Markup Language
Styling text using css
WordCamp Atlanta 2014 - CSS For Beginners - By Michael Earley of ATL Squared ...
Creating your first web page
HTML, CSS and Java Scripts Basics
CSS Basics - Stylesheets and Color
Html and css
CSS tutorial
Dreamweaver
46h interaction 1.lesson Hello world
Ad

Viewers also liked (14)

PPT
Website designing compay in noida
PPT
Website designing company in delhi ncr
PPT
Website designing company in mumbai
PPT
Website designing company in noida
PPT
Css Founder.com | Cssfounder Company
PPT
Website designing company in faridabad
PPT
Css Founder.com | Cssfounder Net
PPT
Website designing company in delhi
PPT
Website designing company in gurgaon
PPT
Website designing company | Cssfounder.com
PPTX
Website designing company in noida
PPT
Website designing company in delhi
PPT
Css Founder.com | Cssfounder Org
PPTX
Website designing company in gudgaon
Website designing compay in noida
Website designing company in delhi ncr
Website designing company in mumbai
Website designing company in noida
Css Founder.com | Cssfounder Company
Website designing company in faridabad
Css Founder.com | Cssfounder Net
Website designing company in delhi
Website designing company in gurgaon
Website designing company | Cssfounder.com
Website designing company in noida
Website designing company in delhi
Css Founder.com | Cssfounder Org
Website designing company in gudgaon
Ad

Similar to Css Founder.com | Cssfounder se (20)

PPTX
properties of css.pptx power pointpresentation
DOC
Intermediate Web Design.doc
DOC
Intermediate Web Design.doc
PPTX
What is CSS.pptx power point presentation
PPT
Using Templates And Cascading Style Sheets10
PPTX
Cascading style sheet, CSS Box model, Table in CSS
PDF
Advanced Web Programming Chapter 8
PPT
Css training tutorial css3 &amp; css4 essentials
PDF
Chapter 3 - CSS.pdf
PDF
PPTX
WELCOME-FOLKS--CSS.-AND-HTMLS.pptx
PPTX
Module 3-Introduction to CSS (Chapter 3).pptx
PDF
Tm 1st quarter - 3rd meeting
PPT
Using Cascading Style Sheets2
PDF
HowTo_CSS
PDF
HowTo_CSS
PPTX
Lecture-6.pptx
PDF
Vskills certified css designer Notes
PPTX
WordPress HTML, CSS & Child Themes
PPTX
INTRODUCTIONS OF CSS
properties of css.pptx power pointpresentation
Intermediate Web Design.doc
Intermediate Web Design.doc
What is CSS.pptx power point presentation
Using Templates And Cascading Style Sheets10
Cascading style sheet, CSS Box model, Table in CSS
Advanced Web Programming Chapter 8
Css training tutorial css3 &amp; css4 essentials
Chapter 3 - CSS.pdf
WELCOME-FOLKS--CSS.-AND-HTMLS.pptx
Module 3-Introduction to CSS (Chapter 3).pptx
Tm 1st quarter - 3rd meeting
Using Cascading Style Sheets2
HowTo_CSS
HowTo_CSS
Lecture-6.pptx
Vskills certified css designer Notes
WordPress HTML, CSS & Child Themes
INTRODUCTIONS OF CSS

More from Css Founder (20)

PPT
Cssfounder.com website designing company in delhi
PDF
Internet technology and web designing
PPT
Web page design-cssfounder
PPT
Tech dev cssfounder.com
PPT
Digital india-cssfounder.com
PPT
Poverty inindia CssFounder.com
PPT
Poverty in india Cssfounder.com
PPT
Website designing company in delhi e commerce
PPT
Website designing company_in_delhi blogging
PPT
Website designing company in delhi blog powerpoint
PPT
Website designing company_in_delhi e-business
PPTX
Website designing company_in_mumbai_digital india
PPT
Website designing company_in_delhi_digitization practices
PPT
Website designing company_in_delhi_education
PPT
Website designing company_in_delhi_education system
PPT
Website designing company_in_delhi_phpwebdevelopment
PPT
Website development process
PPT
Webdesign website development_company_surat
PPT
Internet website designing_company_in_delhi
PPT
Website designing company in delhi
Cssfounder.com website designing company in delhi
Internet technology and web designing
Web page design-cssfounder
Tech dev cssfounder.com
Digital india-cssfounder.com
Poverty inindia CssFounder.com
Poverty in india Cssfounder.com
Website designing company in delhi e commerce
Website designing company_in_delhi blogging
Website designing company in delhi blog powerpoint
Website designing company_in_delhi e-business
Website designing company_in_mumbai_digital india
Website designing company_in_delhi_digitization practices
Website designing company_in_delhi_education
Website designing company_in_delhi_education system
Website designing company_in_delhi_phpwebdevelopment
Website development process
Webdesign website development_company_surat
Internet website designing_company_in_delhi
Website designing company in delhi

Recently uploaded (20)

PDF
Empathic Computing: Creating Shared Understanding
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PDF
Modernizing your data center with Dell and AMD
PDF
CIFDAQ's Market Insight: SEC Turns Pro Crypto
PDF
Encapsulation theory and applications.pdf
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PPTX
MYSQL Presentation for SQL database connectivity
PPTX
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PPTX
A Presentation on Artificial Intelligence
PDF
Machine learning based COVID-19 study performance prediction
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PDF
Spectral efficient network and resource selection model in 5G networks
Empathic Computing: Creating Shared Understanding
Advanced methodologies resolving dimensionality complications for autism neur...
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
Modernizing your data center with Dell and AMD
CIFDAQ's Market Insight: SEC Turns Pro Crypto
Encapsulation theory and applications.pdf
“AI and Expert System Decision Support & Business Intelligence Systems”
20250228 LYD VKU AI Blended-Learning.pptx
MYSQL Presentation for SQL database connectivity
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
The Rise and Fall of 3GPP – Time for a Sabbatical?
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
Diabetes mellitus diagnosis method based random forest with bat algorithm
A Presentation on Artificial Intelligence
Machine learning based COVID-19 study performance prediction
Understanding_Digital_Forensics_Presentation.pptx
Digital-Transformation-Roadmap-for-Companies.pptx
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Spectral efficient network and resource selection model in 5G networks

Css Founder.com | Cssfounder se

  • 1. Css Founder| Cssfounder Se http://cssfounder.com
  • 2. HTML Basics and CSS style Css Founder.com
  • 3. Before we start Dreamweaver (DW) may take several minutes to start. Click on Start => Program Files => Development Apps => Web => Dreamweaver MX => Dreamweaver MX to start the program. Accept default choice for layout. Minimizing the Dreamweaver. We will use it later. Copy Everything from my public folder (including this ppt file) to your P: drive. U:msuusernananzhangpublic Css Founder.com
  • 4. HTML File Structure <HTML> <HEAD> </HEAD> <BODY> </BODY> </HTML> Open a Notepad window. Copy the HTML tags to the Notepad. Css Founder.com
  • 5. Web Page Development Cycle EDIT and SAVE the file in your AFS p:webindex.html TEST by BROWSING to the page http://www.msu.edu/~msunetid/index.html Css Founder.com
  • 6. Adding Text to Your HTML File <HTML> <HEAD> <TITLE>My home page</TITLE> </HEAD> <BODY> My name is your name. My major is your major. </BODY> </HTML>Css Founder.com
  • 7. Making paragraphs <HTML> <HEAD> <TITLE>My home page</TITLE> </HEAD> <BODY> <p> My name is your name.</p> <p> My major is your major. </p> </BODY> </HTML> Css Founder.com
  • 8. Adding Information to Web Page My name is your name My major is your major I am creating this page for LBS 126 and will be modifying this page throughout the course. Please visit again! Css Founder.com
  • 9. More HTML tag pairs <u> </u> tag pair is for underline <em> </em> tag pair is for italic style. <H1> </H1> … <H6> </H6> are headlines with different sizes. Css Founder.com
  • 10. Formatting Your Web Page with more tags My name is your name My major is your major I am creating this page for CSE 101 and will be modifying this page throughout the course. Please visit again! Underline & Italic Italic H1 H2 Separate Paragraph Separate ParagraphUnderlineCss Founder.com
  • 11. Now it is time to use Dreamweaver MX Css Founder.com
  • 12. Creating a Link My name is your name My major is your major I am creating this page for CSE 101 and will be modifying this page throughout the course. Please visit again! Make this a link to the LBS Home page Question: what is the HTML tag for Links?Css Founder.com
  • 13. More things to do Make a bullet list for your four favorite things in MSU. Change the font of this list to “Times New Roman” Changing page properties: Set background color for the page. What else can you change for the page properties? Download a MSU logo, save to your web folder and insert to the top of your page. Question: what is the HTML tag for Images?Css Founder.com
  • 14. Problems The Tags only provided limited formatting. H1 is always that big. Links always have an underscore. You can manually change the format for all the H1 headlines, but what about your have 100 pages in your web site? Can we customize the HTML tags? Css Founder.com
  • 15. Cascading Style Sheets (CSS) What is style? Style is a list of formatting instructions. A Cascading Style Sheet is a file with a list of formatting instructions.  CSS style sheets are the modern way to control the appearance and layout of your web pages. 4.0 and up Navigator and IE fully support CSS. Css Founder.com
  • 16. Unpacking Sample Web Site Open the file common.zip you just copied using EnZIP Click on Edit => Extract and extract the files to your web folder The files will appear in a new folder commons Browse to the practice web site http://www.msu.edu/~MSUNetID/commons/ Why didn’t you give a file name in the URL? View all seven pages in the site. What tags control the formatting of the headings? Css Founder.com
  • 17. Cascading Style Sheet Enter the following text into a new Notepad document h2 { font-family : Tahoma; color : blue; text-align : center; } Save the document in the commons folder as csense.css Save as file type Text Document Css Founder.com
  • 18. Attach a Style Sheet to HTML files In properties window- >Styles drop box, choose “Manage styles…” Use “Attach…” to attach the .css file you just created. Do the same thing for all the seven pages. What happens? Css Founder.com
  • 19. Modifying CSS styles h2 { font-family : Tahoma; color: blue; text-align: center; text-transform : uppercase; } body { font-family : Courier New; background-color : #FFEEDD; color : #777733; }Css Founder.com
  • 20. Separation of Content and Presentation Content Use tags like <h1>, <h2>, <p>, <em> or <li> to indicate the structure of your pages Presentation Use a CSS style sheet to determine how the tags are formatted Advantage of separation Changing the formatting only requires editing the style sheetCss Founder.com
  • 21. Edit styles in Dreamweaver In the Design->CSS Styles window you can edit the styles you already have, or create new styles. Let’s create a new style for the link HTML tag: <a> </a> High light the CSS file first Click here Css Founder.com
  • 22. Change the style of HTML Link Tag a:link – Customizes the style of a link that has not been visited recently a:visited -- Customizes the style of a link that has been recently visited a:hover -- Customizes the style of a link while the user’s mouse is over it. Css Founder.com
  • 23. Extra material Downloading the Macromedia Dreamweaver tutorial file from the lecture notes page. Css Founder.com

Editor's Notes

  • #11: You can switch back to the coding window to see what HTML tags were inserted into you document.