![]() |
|
html - Printable Version +- Sinisterly (https://sinister.li) +-- Forum: Coding (https://sinister.li/Forum-Coding) +--- Forum: Coding (https://sinister.li/Forum-Coding--71) +--- Thread: html (/Thread-html) |
html - allan - 06-13-2011 <html><head><body></body></head></html> html5 is more easier, RE: html - FrostByte_mybb_import5923 - 06-18-2011 what is the point of this post RE: html - allan - 06-19-2011 (06-18-2011, 08:23 AM)frostbyte Wrote: what is the point of this post the structure of the html. RE: html - hoxy - 06-19-2011 elemnet basic in html <html> <head> <title> hc</title> </head> <body bgcolor=0000> <body> <center> <font color=red size=2 face=comic sans ms> Hc</font> <table border=0 bgcolor=3333 width=850> <tr> <td> HC HC HC</tr> </td> </table> </body> </html> |