SlideShare a Scribd company logo
HTML, CSS & Web DesigningLeslie Steele
What is a Web designer?A Web Designer is a person who skillfully creates presentations with special coding languages like HTML, CSS, etc. Those presentations are delivered through the World Wide Web via Web browsers. Web designers: may use Web-authoring software or an HTML editor to create the actual pages
may design the overall look and let a Web master do the actual coding
most often, they are also proficient with Web graphics and images.What is a Web designer?Web designers often work for corporations, marketing/advertising firms, web design shops, or as freelance designers.
What is a Web designer?Web design is loosely divided into:design (graphics, layout)
development (programming)
marketing (business goals, analysis, content)
IT (hosting)Web Design GuidelinesSite planning
Analyze the need for the site
Choose content
Graphics
Implementation & maintenanceHTML=hypertext markup language
HTML=hypertext markup languageHTML is a coding language that makes up the basic construction of a Web page.Programs for coding HTML (called HTML editors) include Notepad and Notepad ++. Others include MS Expression Studio Web & my personal favorite, Adobe Dreamweaver.
HTML BasicsHTML consists of commands in between angled brackets ( <> ), called tags or markup. These tags define the structure & layout of a Web page and specify how the page is displayed in the browser.
HTML BasicsOpen/close tags :<html> </html>self-closing:<br  />, <img />, <hr />Closing tags & self-closing tags require a forward slash ( / ) either in the closing tag or at the end of the self-closing tag:</h1> or <img />
HTML BasicsHTML documents must start with html tags (<html>, </html>). The content in between the html tags describes the Web page.All page content in between the open/close BODY tags (<body> </body>)This means that everything contained between the <body> tags will be visible on the page.
HTML BasicsHeading tags:<h1> </h1> - largest heading font size
<h2> </h2>
<h3> </h3>
<h4> </h4>
<h5> </h5>
<h6> </h6> - smallest heading font sizeHTML BasicsOther common tags:Paragraphs, headings - <p> </p>, <h1> </h1>Ordered list (numbered) - <ol> </ol>Unordered list (bulleted) - <ul> </ul>Tables - <table> </table>	<tr> = table row	<td> = table data - contains text, links, images, 	            lists, forms, other tables
HTML BasicsForms <form> </form> - used to pass data to a serverfrom the browser. Example:<form>First name: <input type="text" name="firstname" /><br />Last name: <input type="text" name="lastname" /></form>How it will appear on a Web page:
HTML BasicsButtons:<button type="button">Clicky click here!</button>How it will appear on the page:
HTML BasicsHTML tags to format text:Bold = <b> </b>
Italics = <i> </i>
Superscripted text = <sup></sup>
Subscripted text = <sub></sub>
Underline has become obsolete for regular text- except for hyperlinks <a href= “url”></a>HTML BasicsThe basic structure of an HTML document:<html><head><title> </title></head><body>…WEB PAGE CONTENT GOES HERE... 		ANYTHING IN BETWEEN THESE BODY 		TAGS IS VISIBLE ON THE WEB PAGE…</body></html>
HTML BasicsSaving an HTML document:The document must have a file extension of either “.html” or “.htm”. Otherwise it is just a text file (.txt) and the code will appear in the browser as simple text, like this:
Html, CSS & Web Designing
HTML BasicsIn a Web browser, when viewing the same code for a document saved with the “.html” or “.htm” file extension, nothing will be visible on the page since there is nothing within the <body></body> tags in the code.
PaddingCSS=Cascading Style SheetsLinksBordersTextFonts Backgrounds TablesMargins
CSSThere are standards & rules that apply to CSS just like there are with HTML. CSS is a separate “language” but it is not HTML. It enhances the display capabilities of HTML. The same HTML editors can be used to write CSS (Notepad, Notepad ++, among others).

More Related Content

PDF
Basic html
Nicha Jutasirivongse
 
PPTX
Html and css presentation
umesh patil
 
PPTX
Html n CSS
Sukrit Gupta
 
PPTX
(Fast) Introduction to HTML & CSS
Dave Kelly
 
PPT
How Cascading Style Sheets (CSS) Works
Amit Tyagi
 
PPTX
CSS
Akila Iroshan
 
PPTX
HTML
Akash Varaiya
 
PDF
Basic Details of HTML and CSS.pdf
Kalyani Government Engineering College
 
Html and css presentation
umesh patil
 
Html n CSS
Sukrit Gupta
 
(Fast) Introduction to HTML & CSS
Dave Kelly
 
How Cascading Style Sheets (CSS) Works
Amit Tyagi
 
Basic Details of HTML and CSS.pdf
Kalyani Government Engineering College
 

What's hot (20)

PDF
Introduction to HTML and CSS
Mario Hernandez
 
PPTX
An Overview of HTML, CSS & Java Script
Fahim Abdullah
 
PDF
Intro to HTML and CSS basics
Eliran Eliassy
 
PPTX
Html
Nisa Soomro
 
PPT
CSS for Beginners
Amit Kumar Singh
 
PPTX
Basic html structure
Jhaun Paul Enriquez
 
PDF
Intro to HTML & CSS
Syed Sami
 
PDF
Html / CSS Presentation
Shawn Calvert
 
PDF
WEB I - 01 - Introduction to Web Development
Randy Connolly
 
KEY
HTML CSS & Javascript
David Lindkvist
 
PDF
HTML and CSS crash course!
Ana Cidre
 
PDF
Web Design & Development - Session 1
Shahrzad Peyman
 
PDF
HTML CSS Basics
Mai Moustafa
 
PPTX
Introduction to Web Development
Parvez Mahbub
 
PDF
Web Development Presentation
TurnToTech
 
PPT
Css Ppt
Hema Prasanth
 
PPT
Scripting languages
teach4uin
 
PPT
Html Slide Part-1
AAKASH KUMAR
 
PPTX
css.ppt
bhasula
 
PPT
Web Development using HTML & CSS
Shashank Skills Academy
 
Introduction to HTML and CSS
Mario Hernandez
 
An Overview of HTML, CSS & Java Script
Fahim Abdullah
 
Intro to HTML and CSS basics
Eliran Eliassy
 
CSS for Beginners
Amit Kumar Singh
 
Basic html structure
Jhaun Paul Enriquez
 
Intro to HTML & CSS
Syed Sami
 
Html / CSS Presentation
Shawn Calvert
 
WEB I - 01 - Introduction to Web Development
Randy Connolly
 
HTML CSS & Javascript
David Lindkvist
 
HTML and CSS crash course!
Ana Cidre
 
Web Design & Development - Session 1
Shahrzad Peyman
 
HTML CSS Basics
Mai Moustafa
 
Introduction to Web Development
Parvez Mahbub
 
Web Development Presentation
TurnToTech
 
Css Ppt
Hema Prasanth
 
Scripting languages
teach4uin
 
Html Slide Part-1
AAKASH KUMAR
 
css.ppt
bhasula
 
Web Development using HTML & CSS
Shashank Skills Academy
 
Ad

Similar to Html, CSS & Web Designing (20)

PPT
introduction to web technology
vikram singh
 
PPT
Intro to html
anshuman rahi
 
PPT
Intro to html
anshuman rahi
 
PPT
HTML & CSS Workshop Notes
Pamela Fox
 
PPT
Web designing using html
julicris021488
 
PPT
Html Intro2
mlackner
 
PPT
HTML
Gouthaman V
 
PPT
Html basic
Charitha Bandara
 
PPT
CSS ppt
Sanmuga Nathan
 
PPT
Understanding THML
Hinopak Motors Limited
 
PPTX
Web1O1 - Intro to HTML/CSS
NYCSS Meetup
 
PPT
Css
Rathan Raj
 
PPTX
Markup Documents
Steven Cahill
 
PPS
Web Designing
VNIT-ACM Student Chapter
 
PPTX
Design Dream
IEEE UVPCE
 
ODP
Html intro
kalaivani.g
 
ODP
Html intro
kalaivani.g
 
PPT
Semantically Correct And Standards Compliance Html
sanjay2211
 
introduction to web technology
vikram singh
 
Intro to html
anshuman rahi
 
Intro to html
anshuman rahi
 
HTML & CSS Workshop Notes
Pamela Fox
 
Web designing using html
julicris021488
 
Html Intro2
mlackner
 
Html basic
Charitha Bandara
 
Understanding THML
Hinopak Motors Limited
 
Web1O1 - Intro to HTML/CSS
NYCSS Meetup
 
Markup Documents
Steven Cahill
 
Design Dream
IEEE UVPCE
 
Html intro
kalaivani.g
 
Html intro
kalaivani.g
 
Semantically Correct And Standards Compliance Html
sanjay2211
 
Ad

Recently uploaded (20)

PDF
MARIJA CVITKOVAC - GRAPHIC DESIGN PORTFOLIO 2025
marijacvdesign
 
PPTX
Design & Thinking for Engineering graduates
NEELAMRAWAT48
 
PDF
SS27 Women's Fashion Trend Book Peclers Paris
Peclers Paris
 
PPTX
Digital Printing presentation-update-26.08.24.pptx
MDFoysalAhmed13
 
PPTX
Landscape assignment for historical garden
aditikoshley2
 
PPTX
Blended Wing Body y jet engines Aircrafts.pptx
anshul9051
 
PPTX
Introduction-to-Graphic-Design-and-Adobe-Photoshop.pptx
abdullahedpk
 
PDF
Line Sizing presentation about pipe sizes
anniebuzzfeed
 
PPTX
Template of Different Slide Designs to Use
kthomas47
 
PDF
How Neuroscience and AI Inspire Next-Gen Design
Andrea Macruz
 
PDF
PowerPoint Presentation -- Jennifer Kyte -- 9786400311489 -- ade9381d14f65b06...
Adeel452922
 
PDF
10 Best UI UX Design Company in UK for User-Centric Solutions
Tenet UI UX
 
PPTX
3. Introduction to Materials and springs.pptx
YESIMSMART
 
PPTX
UCSP-Quarter 1-Week 6-Powerpoint Presentation
EmyMaquiling1
 
PPTX
DISS-Group-5_110345.pptx Basic Concepts of the major social science
mattygido
 
PPTX
原版定制TUBS毕业证(布伦瑞克工业大学毕业证书)成绩单修改定制学历成绩单
jicaaeb0
 
PPTX
Why Great Design Is the Missing Piece in Your ESG Reporting Strategy.pptx
ReportSmith
 
PDF
First-Aid.pdfjavaghavavgahavavavbabavabba
meitohehe
 
PDF
slide logistics CONVENIENCE STORES ..pdf
thuphuong0965195082
 
PDF
Top 10 UI/UX Design Agencies in Dubai Shaping Digital Experiences
Tenet UI UX
 
MARIJA CVITKOVAC - GRAPHIC DESIGN PORTFOLIO 2025
marijacvdesign
 
Design & Thinking for Engineering graduates
NEELAMRAWAT48
 
SS27 Women's Fashion Trend Book Peclers Paris
Peclers Paris
 
Digital Printing presentation-update-26.08.24.pptx
MDFoysalAhmed13
 
Landscape assignment for historical garden
aditikoshley2
 
Blended Wing Body y jet engines Aircrafts.pptx
anshul9051
 
Introduction-to-Graphic-Design-and-Adobe-Photoshop.pptx
abdullahedpk
 
Line Sizing presentation about pipe sizes
anniebuzzfeed
 
Template of Different Slide Designs to Use
kthomas47
 
How Neuroscience and AI Inspire Next-Gen Design
Andrea Macruz
 
PowerPoint Presentation -- Jennifer Kyte -- 9786400311489 -- ade9381d14f65b06...
Adeel452922
 
10 Best UI UX Design Company in UK for User-Centric Solutions
Tenet UI UX
 
3. Introduction to Materials and springs.pptx
YESIMSMART
 
UCSP-Quarter 1-Week 6-Powerpoint Presentation
EmyMaquiling1
 
DISS-Group-5_110345.pptx Basic Concepts of the major social science
mattygido
 
原版定制TUBS毕业证(布伦瑞克工业大学毕业证书)成绩单修改定制学历成绩单
jicaaeb0
 
Why Great Design Is the Missing Piece in Your ESG Reporting Strategy.pptx
ReportSmith
 
First-Aid.pdfjavaghavavgahavavavbabavabba
meitohehe
 
slide logistics CONVENIENCE STORES ..pdf
thuphuong0965195082
 
Top 10 UI/UX Design Agencies in Dubai Shaping Digital Experiences
Tenet UI UX
 

Html, CSS & Web Designing

  • 1. HTML, CSS & Web DesigningLeslie Steele
  • 2. What is a Web designer?A Web Designer is a person who skillfully creates presentations with special coding languages like HTML, CSS, etc. Those presentations are delivered through the World Wide Web via Web browsers. Web designers: may use Web-authoring software or an HTML editor to create the actual pages
  • 3. may design the overall look and let a Web master do the actual coding
  • 4. most often, they are also proficient with Web graphics and images.What is a Web designer?Web designers often work for corporations, marketing/advertising firms, web design shops, or as freelance designers.
  • 5. What is a Web designer?Web design is loosely divided into:design (graphics, layout)
  • 7. marketing (business goals, analysis, content)
  • 8. IT (hosting)Web Design GuidelinesSite planning
  • 9. Analyze the need for the site
  • 13. HTML=hypertext markup languageHTML is a coding language that makes up the basic construction of a Web page.Programs for coding HTML (called HTML editors) include Notepad and Notepad ++. Others include MS Expression Studio Web & my personal favorite, Adobe Dreamweaver.
  • 14. HTML BasicsHTML consists of commands in between angled brackets ( <> ), called tags or markup. These tags define the structure & layout of a Web page and specify how the page is displayed in the browser.
  • 15. HTML BasicsOpen/close tags :<html> </html>self-closing:<br />, <img />, <hr />Closing tags & self-closing tags require a forward slash ( / ) either in the closing tag or at the end of the self-closing tag:</h1> or <img />
  • 16. HTML BasicsHTML documents must start with html tags (<html>, </html>). The content in between the html tags describes the Web page.All page content in between the open/close BODY tags (<body> </body>)This means that everything contained between the <body> tags will be visible on the page.
  • 17. HTML BasicsHeading tags:<h1> </h1> - largest heading font size
  • 22. <h6> </h6> - smallest heading font sizeHTML BasicsOther common tags:Paragraphs, headings - <p> </p>, <h1> </h1>Ordered list (numbered) - <ol> </ol>Unordered list (bulleted) - <ul> </ul>Tables - <table> </table> <tr> = table row <td> = table data - contains text, links, images, lists, forms, other tables
  • 23. HTML BasicsForms <form> </form> - used to pass data to a serverfrom the browser. Example:<form>First name: <input type="text" name="firstname" /><br />Last name: <input type="text" name="lastname" /></form>How it will appear on a Web page:
  • 24. HTML BasicsButtons:<button type="button">Clicky click here!</button>How it will appear on the page:
  • 25. HTML BasicsHTML tags to format text:Bold = <b> </b>
  • 27. Superscripted text = <sup></sup>
  • 28. Subscripted text = <sub></sub>
  • 29. Underline has become obsolete for regular text- except for hyperlinks <a href= “url”></a>HTML BasicsThe basic structure of an HTML document:<html><head><title> </title></head><body>…WEB PAGE CONTENT GOES HERE... ANYTHING IN BETWEEN THESE BODY TAGS IS VISIBLE ON THE WEB PAGE…</body></html>
  • 30. HTML BasicsSaving an HTML document:The document must have a file extension of either “.html” or “.htm”. Otherwise it is just a text file (.txt) and the code will appear in the browser as simple text, like this:
  • 32. HTML BasicsIn a Web browser, when viewing the same code for a document saved with the “.html” or “.htm” file extension, nothing will be visible on the page since there is nothing within the <body></body> tags in the code.
  • 34. CSSThere are standards & rules that apply to CSS just like there are with HTML. CSS is a separate “language” but it is not HTML. It enhances the display capabilities of HTML. The same HTML editors can be used to write CSS (Notepad, Notepad ++, among others).
  • 35. CSSCSS can be used to format:Background color, image, & position
  • 37. Font family, size, style, variant, & weight
  • 38. Text alignment, decoration, indentation, spacing, & white space
  • 39. Margin length & percentageCSS3 types of CSS: Inline style sheet, embedded style sheet, & external/linked style sheet.Inline style sheet example: <h1 style = “font-family: Arial; font color: purple”>This heading is purple with Arial font.</h1>
  • 40. Example of Embedded CSS:<head><title>My Web Page</title><style type="text/css"> body {background-color: #F0E0B2} h1 {background-color: #58B79F; color: #EBFFFF; font- family: Century Gothic, sans-serif; text-align: right} h2 {font-family: Century Gothic, sans-serif; text- decoration: underline; color: #58B79F} h3 {font-family: Century Gothic, sans-serif; text-align: center; color: #58B79F} p {font-family: Century Gothic, sans-serif; font-style: italic; color: #47390D; font-size:20px} a {font-size:22px;color:#58B79F}</style></head>
  • 41. What this code means: background color = beige; header 1 element font will be Century Gothic, right-aligned, & the color will be pale blue-ishgreen.
  • 42. The h1 is different from the others because it will have a background color of its own.
  • 43. header 2 element will have the same font, medium blue-ish green.
  • 44. header 3 will have the same font & same color as h2 but will be center-aligned.
  • 45. paragraph element will be the same font, italicized, dark brown color, and 20 pixels high. The “a” element, or hyperlink, will be 22 pixels high with the same color as the headers.How it will appear on the page:
  • 47. CSSExternal/linked style sheet- a separate file that contains all the styles for the html document that is linked into the <head> section after the <title></title>. The file is saved with a “.css” extension (i.e.- “mystyle.css”)… otherwise it’s just a text (.txt) file.
  • 48. CSSExample of inserting the link to the style sheet into the HTML document: <head> <title>My page</title><link rel="stylesheet" type="text/css" href="mystyle.css" /> </head>
  • 49. Example of an external style sheet code (in part):p {font-family: Gabriola; font-size: 18pt; color: #4F601A; text-align: center;}h1 {font-family: "Edwardian Script ITC"; font-size: 38pt; font-weight: lighter; color: #FFF; border-top-width: thin; border-right-width: thin; border-bottom-width: thin; border-left-width: thin; border-top-color: #DBEAAF; border-right-color: #DBEAAF; border-bottom-color: #DBEAAF; border-left-color: #DBEAAF; text-align: left; text-decoration: underline; border-bottom-style: inset;}h2 {font-family: "Edwardian Script ITC“; font-size: 34pt; color: #F2F8E0; text-align: center; border-top-width: 1pt;border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: solid; border-bottom-style: solid; border-top-color: #F2F8E0; border-right-color: #F2F8E0; border-bottom-color: #F2F8E0; border-left-color: #F2F8E0;}h3 {font-family: Gabriola; font-size: 22pt; color: #384505;}
  • 50. How it will appear on the page:
  • 51. Final pointsIt is important to note that the pages’ appearance will vary in different browsers because each browser renders the code a little differently.
  • 52. Final pointsThere is much more to HTML & CSS than what I’ve shown you. Some excellent resources for learning Web design on your own are:W3Schools.comHTML.netHTMLdog.comYoutube.com