1 / 9

computer science

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

zenda
Download Presentation

computer science

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. CSCI 1001 overview of computer science THE WEB

  2. 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

  3. style sheets

  4. 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

  5. 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;”>

  6. forms

  7. scripts

  8. </html>

  9. http://cs1001.us/

More Related