HTML Notes

Click Here to view the webpage this code makes. [code language=”html”]</span> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title>Demo</title> <style type="text/css"> body { background-color: navy; color: white; margin-left: 20px; } .red { color: red; } </style> </head> <body> <img src="images/logo.png" height=100px> <h1 class="red">Hello World!</h1> <h2>Hello World!</h2> <h3>Hello World!</h3> <h4>Hello World!</h4> <h5>Hello World!</h5> <h6>Hello […]

The 9 Most In-Demand Programming Languages of 2017

Do a simple web search and you’ll find there are hundreds of programming languages in existence. Do another search for the most popular ones and again, you’ll come up with a head-spinning list. To be as objective as possible, we’re examining the top programming languages from a career perspective. There are many ways to rank […]