90 likes | 192 Views
CSCI 1001. overview of. computer science. THE WEB. How do I get a < into my web page?. HTML Entities: & name ;. & lt ; < & gt ; > & nbsp ; (space) &amp; & & iexcl ; ¡ &times; ×. http://www.w3schools.com/tags/ref_entities.asp. style sheets. p a th,tr,td table ol,ul,li em
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;”>