Change Contents of the Bubble
Welcome to CS1315. Click on the python to add comments.

Looking for the book? They have it at the Engineer's Bookstore at 748 Marietta St NW. Here is there website: http://www.engrbookstore.com/ - Monica

Hotspots: Slides and CodeTA CornerComments?AnnouncementsFAQStatic Webspace
View this PageEdit this Page (locked)Uploads to this PageHistory of this PageHomeRecent ChangesSearchHelp Guide

Change the Font

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
	<head>
		<title>Fonts</title>
	</head>

	<body>
		Testing <br>
		<font color="#CC0000">Testing color</font> <br>
		<font size="+5">Testing size=+5</font> <br>
		<font size="-5">Testing size=-5</font> <br>
		<font face="Arial, Helvetica, sans-serif">Testing face=Arial</font> <br>
		<font face="Times New Roman, Times, serif">Testing face=Times</font> <br>
		<font face="Courier New, Courier, mono">Testing face=Courier</font> <br>
		<font style="background-color:#FF0000">Testing style=background-color</font><br>

	</body>
</html>


Link to this Page