If you mean HTML website, just check the page source. If you mean a '.html' document, Right click and select Open With and select any text editor.
A background can be added on CSS. ex: #body {background: url(../images/bodybg.jpg) repeat-x;}
To open an HTML page, all you have to do is double-click the HTML file and it will be opened by your default browser. Hope this helps :)
HTML tags are used to delimit HTML elements inside an HTML document.
HTML code generators are found all over the internet and tinypic.com is one of the best. The link below leads to a superb learning resource.
An HTML (Hyper Text Markup Language) document is basically a web page. It can be opened in either a text editor or a web browser. In a text editor, the HTML code can be edited to make the web page...