Well i dont know if this is actually considered a programming language but do you guys know any good intermediate and beginner tutorials for HTML and CSS cause i cant find any good ones to use.
first things first in the windows menu search for editor then copy the text into the editor,and save as a html document. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <body text="#000000" bgcolor="#FFFFFF" link="#FF0000" alink="#FF0000" vlink="#FF0000"> <head profile="http://gmpg.org/xfn/11"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
Here's a basic guide to html: First you must memorize these tags: <u> underline <b> bold <> parag. <title> obvious <h1-6> headings there are sizes of headings from <h1>,<h2>,<h3>,etc. <html> begin html <hr> basically a line separating stuff </...> means end tag ...
anymore questions ask me or selsCT, it seems like me he has extensive knowledge of html and CSS. here is a URL to a html translator to test out your html knowledge.