90 likes | 197 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.
E N D
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;”>