Some basic HTML codes are as followed
Someone that codes in HTML
HTML basically tells the computer what to do. it does this by using codes embedded in the <> To start out an HTML command you have to type <HTML> to end an HTML command you have to type the same command as the first, but put a / in front of the command </HTML>. other than that its basically English, if you want to title you page, you type <title>. Example: <HTML> <Title>Basic Webpage</Title> <body> <p> Hello World, this is a basic webpage using HTML </p> </body> </HTML>
As far as I know, all HTML codes require a closing tag.
To add HTML code to your Blog:> Click on Customize/Layout> Click on Add a Gadget> Under Basic menu, click + button beside Add HTML/JavascriptThe feature opens up a new window where you can paste your HTML code.
it is very simple only you have to do is after writing html codes save the file with the extension .html example=web.html
HTML codes are nothing but HTML tags. These tags are used to define how a web page will look.
You don't compile HTML codes. HTML is a parsed language, meaning that it's transferred to the browser as plain text, and the browser reads it as such.
There are multiply html codes that can be used on Myspace, whether if it's trying to change one's layout or dividing texts. The main html codes that are used on Myspace is probably &heart; andtext.
You use HTML codes to tell the browser how to display your content. For example, if you want to display THIS in bold, you would send the following HTML code to the browser: THIS .
You can't use HTML on Facebook.
Nothing is really wrong with HTML. It's just limited. HTML is a base language. It's what basic text, pictures and links are made out of. I wouldn't be so quick to call HTML wrong though. HTML is limited, but you can also add on CSS, PHP and other codes to help create the dynamics of a good site.Kevin =P
The basic HTML base to a HTML website is <HTML> <title> </title> <head> </head> <body> </body> </HTML>