Introduction to HTML - Admin - 08-17-2013 09:10 PM
the title
src="/jquery/jquery-1.3.2.min.js">
What is HTML?
|
HTMLis the language for describing the structure of Web pages. HTM ives authors the means to:
*.Publish online documents with headings, text, tables, lists, photos, etc.
*.Retrieve online information via hypertext links, at the click of a button.
*.Design forms for conducting transactions with remote services, for use in searching for information, making reservations, ordering products, etc.
*.Include spread-sheets, video clips, sound clips, and other applications directly in their documents.
With HTML, authors describe the structure of pages usin arkup. The elementsof the language label pieces of content such as “paragraph,” “list,” “table,” and so on.
|
What is XHTML?
Example |
The following very simple example of a portion of an HTML document illustrates how to create a link within aparagraph. When rendered on the screen (or by a speech synthesizer), the link text will be “final report”; when somebody activates the link, the browser will retrieve the resource identified by “ http://www.example.com /report”:
<p class="moreinfo">For more information see the<a href=" http://www.example.com /report">final report</a>.</p>
|
RE: Introduction to HTML - Admin - 08-18-2013 01:36 AM
the title
src="/jquery/jquery-1.3.2.min.js">
Lets discuss this
* How often do you learn html?
* Which Text editor do you frequently use to practise your web projects?
* Do you have a website?
Please tell us how your site benefits you as the owner.
|