Download as ppt, pdf, or txt
Download as ppt, pdf, or txt
You are on page 1of 3

BASIC HTML PROGRAMMING

By Neil Hortillo
HTML
 Hypertext mark up language
 Hardcoding vs Web design application
 Things needed to HTML Programming
 Notepad
 Browser – Opera (cm) , Firefox, Internet
Explorer
Things to remember
 Tags – command line enclosed in < >
 2 kinds of tags
 Opening tag <command >
 Closing tag </command>
 Principle of First In Last Out – FILO
 <html><body><table>…</table> </body></html>

You might also like