XHTML / CSS - CSS

CSS is the coding used to add style to all of the elements on your page. It means cascading style sheet.

The <style> tags are needed to make CSS code work. To change the style of a particular element you need to identify the element within the style tags with two braces.

<style type="">

p { add attributes here;

  }

You can add many different attributes to modify the elements of your page.

https://www.youtube.com/watch?v=-psgK1hrNNk&list=PLC1322B5A0180C946&index=16

Comments

Popular posts from this blog

Python 3.4 - Caesar Cipher

UML - Use Case Diagram