Home Askquestions HTML questions



HTML questions
Posted on: November 14, 2009 at 12:00 AM
The HTML is also known as Hypertext Markup Language. It is developed by World Wide Web Consortium.

HTML questions

     

HTML questions

The HTML is also known as Hypertext Markup Language. It is developed by World Wide Web Consortium. The HTML is markup language to create the website and WebPages that can be served on the Internet. The HTML is used to create the visual UI on the browser, so that user can view the data and interact with the  websites.

In HTML you can create your website. It allows you to develop structured web page documents using paragraphs, text, list, links etc. It also allows to insert the image and dynamic content on the website.

While creating the webpage for your website you may face some issues or errors. You can post your HTML questions on your website. Our users will help you in getting the solutions for the HTML questions.

HTML Example

Here is the simple example of HTML document:

<html>
  <head>
    <title>First HTML</title>
  </head>
  <body>
    <p>Hello World!</p>
  </body>
</html>

The above html code will print the Hello World! message on the browser.


View and ask questions at http://www.roseindia.net/answers/questions/

HTML Tutorials

Read more about HTML at http://www.roseindia.net/html/.

 


Related Tags for HTML questions:


More Tutorials from this section

Ask Questions?    Discuss: HTML questions  

Post your Comment


Your Name (*) :
Your Email :
Subject (*):
Your Comment (*):
  Reload Image
 
 

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.