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

What's hot (20)

PPT
Web Development using HTML & CSS
Shashank Skills Academy
 
PPT
Html presentation
Amber Bhaumik
 
PPTX
Html ppt
santosh lamba
 
PPTX
Css selectors
Parth Trivedi
 
PPTX
An Overview of HTML, CSS & Java Script
Fahim Abdullah
 
PPT
CSS Basics
WordPress Memphis
 
PPT
Introduction to CSS
Amit Tyagi
 
PPTX
How to learn HTML in 10 Days
Manoj kumar Deswal
 
PPT
Hyperlinks in HTML
Aarti P
 
PDF
Html frames
eShikshak
 
PPT
Html Ppt
vijayanit
 
PPTX
Html5 tutorial for beginners
Singsys Pte Ltd
 
PPTX
HTML Forms
Ravinder Kamboj
 
PDF
Html / CSS Presentation
Shawn Calvert
 
PPT
Html basics
mcatahir947
 
PDF
Introduction to HTML5
Gil Fink
 
PPTX
Web Development
Lena Petsenchuk
 
PPTX
Css types internal, external and inline (1)
Webtech Learning
 
PPT
Introduction to html
vikasgaur31
 
PDF
Basic Details of HTML and CSS.pdf
Kalyani Government Engineering College
 
Web Development using HTML & CSS
Shashank Skills Academy
 
Html presentation
Amber Bhaumik
 
Html ppt
santosh lamba
 
Css selectors
Parth Trivedi
 
An Overview of HTML, CSS & Java Script
Fahim Abdullah
 
CSS Basics
WordPress Memphis
 
Introduction to CSS
Amit Tyagi
 
How to learn HTML in 10 Days
Manoj kumar Deswal
 
Hyperlinks in HTML
Aarti P
 
Html frames
eShikshak
 
Html Ppt
vijayanit
 
Html5 tutorial for beginners
Singsys Pte Ltd
 
HTML Forms
Ravinder Kamboj
 
Html / CSS Presentation
Shawn Calvert
 
Html basics
mcatahir947
 
Introduction to HTML5
Gil Fink
 
Web Development
Lena Petsenchuk
 
Css types internal, external and inline (1)
Webtech Learning
 
Introduction to html
vikasgaur31
 
Basic Details of HTML and CSS.pdf
Kalyani Government Engineering College
 

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
Ideo on friction - resource to aid you in that process
vikram sood
 
PPTX
the sigma cafe a b c d e f g h i j k l i
kamalpavlov
 
PPTX
DTL Phase with all presentation required
manishasri912
 
PPTX
BOILER STEAM bana M ntpc kahalgaon boiler .pptx
didikesaadi1108
 
PPTX
Modelling for etab and design on etabs for concrete
MohamedAttia601252
 
PDF
LAVIELACE - Collections portfolio showcase
Geo Lupascu
 
PPTX
Design_Guidelinescarrr_Presentation.pptx
kikajic949
 
PPTX
Robotic Arm Control System for help of robots you can easily operate things t...
altron1331
 
PPTX
Factorising Expressions Presentation in Green Brown Illustrative Scrapbook St...
hazlienasyiqeen
 
PPTX
Round 1 Final Assessment-Chelsea Black.pptx
indiapoliticscom
 
PPTX
ai teaching assistant for visual learning.pptx
jamesmay2663
 
PPTX
Design Thinking Infographics by Slidego.pptx
JuanAntonioAguirreAb2
 
PPTX
Project Report on Corrosion (1).pptxkkkk
kaushikpkrishna2024
 
PPTX
Pendant Lights, Types and their applications
agdisha2
 
PDF
Pompidou-case-study-detailed-planF16.pdf
qxtr95m9nf
 
PDF
Bethany Michels Architecture Portfolio.pdf
Bethany Michels
 
PPTX
Modern Living Room Design in Tokyo,Japan
Yantram Animation Studio Corporation
 
PDF
ABS system PPT 2025 for used automatic backing system .pdf
altron1331
 
PPTX
Design _of RC _Structure_Presentation.pptx
htunhtunLinn6
 
PDF
animewitcher.cc https://animewitcher.cc/
Anime witcher
 
Ideo on friction - resource to aid you in that process
vikram sood
 
the sigma cafe a b c d e f g h i j k l i
kamalpavlov
 
DTL Phase with all presentation required
manishasri912
 
BOILER STEAM bana M ntpc kahalgaon boiler .pptx
didikesaadi1108
 
Modelling for etab and design on etabs for concrete
MohamedAttia601252
 
LAVIELACE - Collections portfolio showcase
Geo Lupascu
 
Design_Guidelinescarrr_Presentation.pptx
kikajic949
 
Robotic Arm Control System for help of robots you can easily operate things t...
altron1331
 
Factorising Expressions Presentation in Green Brown Illustrative Scrapbook St...
hazlienasyiqeen
 
Round 1 Final Assessment-Chelsea Black.pptx
indiapoliticscom
 
ai teaching assistant for visual learning.pptx
jamesmay2663
 
Design Thinking Infographics by Slidego.pptx
JuanAntonioAguirreAb2
 
Project Report on Corrosion (1).pptxkkkk
kaushikpkrishna2024
 
Pendant Lights, Types and their applications
agdisha2
 
Pompidou-case-study-detailed-planF16.pdf
qxtr95m9nf
 
Bethany Michels Architecture Portfolio.pdf
Bethany Michels
 
Modern Living Room Design in Tokyo,Japan
Yantram Animation Studio Corporation
 
ABS system PPT 2025 for used automatic backing system .pdf
altron1331
 
Design _of RC _Structure_Presentation.pptx
htunhtunLinn6
 
animewitcher.cc https://animewitcher.cc/
Anime witcher
 
Ad

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