|
|
HTML Code TutorialHTML Codes Tutor Ebook To Download Using a Text EditorThe best way to learn to build web pages with HTML code is to write the code by hand. A simple text editor like NotePad for Windows will do the trick. When building web pages with a text editor (Ex. NotePad or WordPad) you must remember to save the pages in HTML format. To do this, you would use the Save As option and add a .html extension to the filename. If you use the default .txt extension you will see code when you preview the page in a browser. The code for a Basic HTML Page is shown below.
Click File Now to preview the page:
You should see the words Hello World!! in the browser window. Repeat this lesson a few times. Add some code for a Header Tag and a Paragraph Tag When you can create pages and preview them without thinking, you are ready to start using a conventional HTML editor. |
Contents Table of ContentsIntroduction Page Structure Basic HTML PageDoctype The Body Tag The Header Tag The Division Tag Horizontal Rule Anchor Tag Anchor Tag - Intradocument Anchor Tag - Image Using Borders The ID Attribute Meta Tags Text Controls Style SheetsWorking With Fonts The Paragraph Tag Paragraphs-Images Using Lists The Pre Tag Line Break Tag Tables Basics of TablesColspan Forms Form BasicsCheck Boxes Text Boxes Selection Boxes Frames Basic FramesTarget and Scrolling Search Engines Miscellaneous Buttons with CSSUsing Color Color Chart Using Images Using Templates Uploading HTML pages. HTML-CSS Quizzes |
|
|