Monday, May 4, 2015

How to html... STYLE TAGS! :D

To change up your page/website thing-a-mobober, you need three different things within a <style="design thingy:setting">. Your design thingy being either the type of font, color of text or size of text, and attribute being which of those within the category. To change size font you need to type <style="font-size: Some percent size">, type of font style="font-family:type of font"> and color with style="color:color of choosing">. Then if you want to put all together in one you need to add a semicolon after each style (ie<style="font-size:300%; color:blue”>