Beginner's Guide to Editing Web Pages with HTML Entities and Style Sheets
90 likes | 202 Vues
Learn how to incorporate HTML entities and style sheets into your web pages. Understand the use of external, internal, and inline styles to enhance the design of your website. Helpful tips and examples provided.
Beginner's Guide to Editing Web Pages with HTML Entities and Style Sheets
E N D
Presentation Transcript
CSCI 1001 overview of computer science THE WEB
How do I get a < into my web page? HTML Entities: &name; < < > > (space) & & ¡ ¡ × × http://www.w3schools.com/tags/ref_entities.asp
p a th,tr,td table ol,ul,li em img background-color background-image text-align, text-indent border, vertical-align text-decoration font-family, font-size list-style
External Style Sheet <link rel=“stylesheet” type=“text/css” href=“url” /> Internal Style Sheet <style type=“text/css”> h1 {color:blue;} … </style> Inline Style <em style=“font-family:serif;”>