CpSc 217 - Structured and Dynamic Web Programming
The notes found on these pages all reference the textbook given above. Unless otherwise stated, the citation of the information on these web pages is that text.
Basics
This paragraph has increased margins and is surrounded by a rectangular box
<p style="margin: 20px; border: solid red 2px;"> This paragraph has increased margins and is surrounded by a rectangular box <p>
<style> body {margin-left: 30px; margin-right: 15px; background-color: #ffffff } p { font-size: 24px;} </style>
background-color of white color of black font-family of sans-serif margin of 1.5em margin-top of 0em margin-right of 1em
margin-top of 0.5em margin-bottom of 0.5em font-family of monospace
font-weight of bold
background-color of rgb(24,95,153) border-style of none height of 2px
<link rel="stylesheet" type="text/css" href="styles.css">