1 / 6

HTML Coding

HTML Coding. The Ultimate Guide. What is it?. Well, HTML Coding lets you add descriptive tags to your webpage, change it’s appearance, create tables, links, lists, and much more. It is designed so that we(humans) can process it along with machines. Want to add bold to a word?.

heidi
Télécharger la présentation

HTML Coding

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. HTML Coding The Ultimate Guide

  2. What is it? • Well, HTML Coding lets you add descriptive tags to your webpage, change it’s appearance, create tables, links, lists, and much more. It is designed so that we(humans) can process it along with machines.

  3. Want to add bold to a word? • Simple. You just add descriptive tags to your word in order to specify when the bold starts and stops. Ex: Before: You can use HTML to specify that a word is bold. After: You can use HTML to specify that a word is <b>bold</b>. After you display the sentence with the HTML tags in a web browser, the browser will display all the words but not the tags.

  4. HTML file and a HTML-tagged text W h a t a r e t h e s e t hi n g s ? D o n t f r e t , I w i l l t e l l y o u . HTML tags are found alongside the text on your webpage that you see, a document that has tags is called HTML-tagged text. A file with HTML-tagged text in it is called a HTML file, but its just a specific type of text file. • You can identify HTML files because they usually have the extension, .htm or .html at the end of the filename.

  5. …and there’s more… • There are many tools you can use to help code your webpages. There are so many in fact, that it would take up this whole page and more if I tried to explain each one out for you. BUT NO WORRIES! There is a link below that will do all that for me! Just follow the link to learn more in detail about tools like, your operating system’s text editor, Free, downloadable code editors: Behind Door #2 or TextWrangler for Macs or PSPad for Windows. Low-cost code editors: BBEdit, and the Dreamweaver! LINK BELOW. http://www.dummies.com/how-to/content/tools-for-creating-html-when-building-websites.html

  6. Sources http://www.dummies.com/how-to/content/tools-for-creating-html-when-building-websites.html http://www.dummies.com/how-to/content/using-html-to-code-your-web-pages.html http://en.wikipedia.org/wiki/HTML

More Related