Showing posts with label graph. Show all posts
Showing posts with label graph. Show all posts

Monday, 1 February 2016

How to Make Graphs in HTMLIn Feburary 2016 01,

In Feburary 2016 01,
Launch your HTML editor. Use a text editor if you don't have an HTML editor -- TextEdit and Notepad both come pre-installed on Apple and Windows operating systems, respectively.
Select 'File' and 'Open' from the program's navigation menu. Navigate to find the HTML file you wish to add the graph.
Decide where the graph will be featured on your Web page. Place the following code into the HTML:
Add additional tables to create more bar graph rows. You can adjust the three attributes associated with 'bgcolor,' 'height' and 'width': change '#FF3300' and '#99CCFF' to the color codes of your choice; adjust the height -- '15' -- and width -- '200' and '150' -- of each graph bar. For your graph to appear vertical instead of horizontal, set the 'height' attribute number larger than the 'width' one.
Select 'File' and 'Save' from the program's navigation menu.
Launch your FTP software. Upload the updated HTML document to your Web server. Preview the Web page to ensure your graph is displaying properly.
In Feburary 2016 01,