Showing posts with label Html. Show all posts
Showing posts with label Html. Show all posts

Monday, April 27, 2015

HTML video tutorial for beginners part 3 of 5



Deer viewer In this video tutorial you can learn about html formatting and html table.So please follow this video tutorial step by step.If you use a word processor, you must be familiar with the ability to make text bold, italicized, or underlined; these are just three of the ten options available to indicate how text can appear in HTML and XHTML.HTML Formatting - Learn HTML to develop your website in simple and easy steps starting from its overview, basic tags, meta tags, attributes, formatting.

Saturday, April 25, 2015

Some Basic HTML Tags and How To Use Them?

The HTML 4.01 markup chart and examples below represent some of the typical markup that I review with clients who wish to change and update text themselves on their Web sites. Learning a few basic markup tags makes this a very simple process.
It's also just as important to use the appropriate HTML for its purpose, such as using the paragraph element for paragraphs, heading elements for headings, list items for lists. See my tutorial on their appropriate use at Semantics, HTML, XHTML, and Structure.These tips are intended to cover some of the highlights to easily change text on your Web site. This is not intended to be comprehensive.

What is HTML - A Simple Guide to HTML with video tutorials

What is HTML?

Firstly, HTML is short for "HyperText Markup Language". That may sound scary, but it simply means it is a language for describing web-pages using ordinary text. HTML is not a complex programming language.

HTML Files

Every web page is actually a HTML file. Each HTML file is just a plain-text file, but with a .html file extension instead of .txt, and is made up of many HTML tags as well as the content for a web page.
A web site will often contain many html files that link to each other. You can edit HTML files with your favourite editor.