Simple HTML example
Posted on: March 28, 2011 at 12:00 AM
Learn how to create Simple web page example using HTML tag.

Simple HTML example

In this section we will give you very simple example of a HTML page. After reading this page you should be able to create simple HTML pages for your website.

HTML is used to create web pages for websites. You can use HTML with JavaScript to create more dynamic WebPages. These days HTML and JavaScript is used to create interactive web pages. There are many JavaScript Libraries such as jQuery, Dojo etc. for creating Ajax based dynamic web pages.

Creating Simple HTML page

Here is simple example of HTML page that displays welcome message on the web browsers.

<html>
<head>
<title>Welcome to my Website</title>
</head>
<body>
<p>Welcome to my website.</p>
</body>
</html>

Web page starts with the <html> tag and ends with </html> tag. The <head> tag is used to display title message which appears on the title bar of web browser. The content of the web page  is places in <body>...</body> tag. The <p>...</p> tag is used to add text paragraph in the web page.

The above code displays "Welcome to my website." message on web page.

More Tutorials on roseindia.net for the topic Simple HTML example.
Simple HTML example
Simple HTML example In this section we will give you very simple example of a HTML page. After reading this page you should be able to create simple HTML... pages. Creating Simple HTML page Here is simple example of HTML page that displays
 
HTML Form Validation example
HTML Form Validation example  Can anyone guide me how to validate the user name and password field in HTML using simple or JavaScript Validation. Thanks in advance!   <form method="post" onsubmit="return
 
How to use css in simple HTML application
How to use css in simple HTML application   Please give simple example for understanding purpose
 
How to create simple HTML Form?
HTML Form Tutorial: How to create simple HTML Form? In web application input... application. In this tutorial you will learn to create simple HTML form for taking... to create simple HTML Form? Now we will create our simple HTML for for newsletter
 
HTML form example
HTML form example In this section we will develop HTML form example and show... on browser. In this example we will create a simple from that takes input from... input from the user. In this example code we will show you to make HTML form
 
HTML table example
HTML Table example In this page we will learn how to use HTML table tag... form on the web page. Here is an example of HTML Table...;....</tr> tag. Here is simple use of HTML table tag: <table> <
 
html
html  How to develope a web page with Audio and vidios? give One example
 
How to create simple HTML Login Page?
Simple HTML Login Page- Create a Simple HTML Login page and validate... side validation of the form. In this example we have developed a simple login... to create simple login form in HTML. The login form is further validated
 
How to create simple HTML Login Page?
Simple HTML Login Page- Create a Simple HTML Login page and validate... side validation of the form. In this example we have developed a simple login... to create simple login form in HTML. The login form is further validated
 
HTML Example
HTML Example In this page we have given the links of many very useful HTML tutorials. These HTML examples will help you in learning HTML4 and HTML5... with example code. You can try these code and learn HTML deeply. HTML is used to create
 
HTML frameset example
HTML frameset example  Hi, How to use html frameset for creating frames in HTML? Thanks (adsbygoogle = window.adsbygoogle || []).push({});   Hi, Please check the Vertical Frameset in HTML example code
 
Pagination example with html code
Pagination example with html code  Hi, could u please provide pagination code with clear cut explanation. Thanks in advance
 
HTML - base tag example.
HTML - base tag example. Description : The base tag is a HTML tag...;title>HTML is a markup language</title> </head> <body> <h1>HTML -- base tag. </h1> &nbsp;<a href="
 
HTML Frames Example
HTML Frames Example  Hi, Can anyone provide me HTML Frames Example code? I have to one a web page say http://www.roseindia.net in Frame? Thanks...="frame1.html"> tags for creating frames in HTML. Read at Frames example
 
HTML - XML
HTML  Hi Friend. I am preparing one HTML page. In that page i have..., This is simple code. I hope that this code will help you. combo var... Combo Box Example -- select -- option 1 option 2 option
 
HTML Calculator
HTML Calculator In this example we will learn how to make HTML Calculator. We have used HTML language in this example. First off all we have created one...;. This calculator can be used to perform simple mathematical operations like
 
HTML CSS example
HTML CSS example  Hi, Can anyone share the HTML CSS example code. I my HTML web page I have to embed the CSS style. Share some HTML CSS example...({});   Hi, You can use the following code to define CSS in HTML page: <
 
HTML - Email example
HTML - Email example Description : There is not any specific tag for email in HTML. But with the help of HTML, we can easily add mail facility in our HTML page. HTML has a anchor tag with href attributes. The href attributes has
 
HTML email example
HTML email example  Hi, I am looking for an email to open email composer when user clicks on the email link. Give me code for html email example... client when user clicks on the email link. Here is the example code
 
HTML - I tag example.
HTML - I tag example. Description : It is a text formatting tag. It display...>HTML -- I tag Example. </h1> <p> Roseindia Technology Pvt...;head> <base href="http://roseindia.net"> <title>HTML
 
HTML - textarea tag example.
HTML - textarea tag example. Description : It is a input tag. You can enter...; <head> <title>HTML is a markup language</title> </head> <body> <h1>HTML -- textarea tag Example. </h1>
 
HTML - menu tag example
HTML - menu tag example Description : The <menu> is a tag of HTML... html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns
 
ModuleNotFoundError: No module named 'simple-html'
ModuleNotFoundError: No module named 'simple-html'  Hi, My Python... 'simple-html' How to remove the ModuleNotFoundError: No module named 'simple-html' error? Thanks   Hi, In your python environment
 
A simple example of log4j for Servlet
A simple example of log4j for Servlet       This Example shows you how to create a log...;text/html;charset=UTF-8");   PrintWriter writer = 
 
HTML - lists example.
HTML - lists example. Description : HTML has three type of  list.1- Unordered list2- Ordered list3-Defination list Code : <!DOCTYPE html...; <h1>Example of HTML List.</h1> <h3>Unordered List</h3
 
HTML form examples
HTML form examples  Hi, How to create a simple data entry form in HTML and use JavaScript to validate the same. Can anyone share html form examples...({});   Hi, Please see the HTML form example page. Thanks
 
Simple JSP program example
Simple JSP program example  Hi, How to make simple jsp program example? I am beginner in JSP and looking for example for getting started with the simple JSP example program. Give me simple jsp program example. Thanks  
 
Simple Example of Hibernate 4
Simple Example of Hibernate 4  Hi, As a new comer in the Hibernate programming, I want simple program of Hibernate to learn the basic concepts... Simple Example More Tutorials for a beginner: Hibernate Tutorials Home page
 
HTML
in HTML The Tutorial illustrates an example from Alignment... an example, how to post image in HTML page. In this Tutorial, the code describe... The Tutorial illustrates an example to create a Table in HTML. To create
 
Mixing Scriptlet and HTML
Mixing Scriptlet and HTML In this section, we will discuss about  Scriptlet and Html together with an example. Suppose you have to generate a table in HTML.  This is a common operation, and you may want to generate a table
 
Dynamic html examples
, JavaScript, DOM, & CSS in a program. Following is very simple example...Dynamic html examples  Hi, What is Dynamic HTML? Explain with dynamic html examples. Thanks (adsbygoogle = window.adsbygoogle || []).push
 
Passing Parameter Using Html Form
Passing Parameter Using Html Form       This is a very simple example in which we are going to display the name on the browser which we have entered from the Html page
 
Combobox in HTML
the options in the list.ADS_TO_REPLACE_1 Here is how to make a simple Combobox in HTML: <html> <head> <title>Example of Combobox<...Combobox in HTML is used to display a drop-down list of some options from
 
HTML - bold tag.
; <h1>Example of HTML image tag.</h1> <span style="font...HTML - bold tag. Description : The bold tag is also a font tag. Which... within bold tag will be display as bold. Code : <!DOCTYPE html
 
ModuleNotFoundError: No module named 'python-simple-html-sanitize'
ModuleNotFoundError: No module named 'python-simple-html-sanitize'  ...: No module named 'python-simple-html-sanitize' How to remove the ModuleNotFoundError: No module named 'python-simple-html-sanitize' error? Thanks
 
Simple Form Controller Example
Example of using Simple Form Controller Page 2 In this page we will see the next steps necessary to run the example code. ADS... the previous page check it at Example of using Simple Form Controller Step 7
 
HTML questions
questions. HTML ExampleADS_TO_REPLACE_2 Here is the simple example of HTML document: <html> <head> <...HTML questions      
 
Simple Ajax Example

 
Facelets Example
Facelets Example This section contains a complete Facelets example. In this example, you will learn how to create a simple template using Facelets tags...;In this example, you will learn how to create a simple template using Facelets tags
 
JSF 2.0 Simple Example
This section contain simple Hello World Example using JSF 2.0.
 
JSP Login Logout Example
a simple login and logout example. This section will describe you all the steps for creating a simple login and logout example. To create a simple login logout... interface i.e. login form.ADS_TO_REPLACE_1 Example I am giving here a simple
 
example of 1700 bir form using html
example of 1700 bir form using html   example of 1700 bir form using html i don't know how to start it... i'm confused on what would i do first and what would i use... :( please help me on this.... thank you in advance
 
Example on the use of Paragraphs in HTML

 
Simple Line Canvas Example
Simple Line Canvas Example       This is a simple example of drawing lines using canvas class in J2ME. In this example we are creating three different lines at different
 
Select Tag<html:select>:
the Struts Html <html:select> tag.  We will cover an example that will show a working of<html:select>tag. Example code Creating...html:select Tag : Creates a HTML <select> element, associated
 
HTML in Flex
HTML in Flex  Hi..... just tell me How can I embed HTML in my Flex application? Please give an example so i can implement it in my apps Thanks  Ans: Yes, you can embed HTML in flex application. You will use
 
JSF 1.2 Simple Example
This section contains simple example using JSF 1.2. This is a startup tutorial for JSF beginners
 
HTML WITH AJAX
HTML WITH AJAX  I WANT A SIMPLE HTML AJAX PROGRAM WHICH GETS ANY STRING STRING AS INPUT AND GIVES THE RESULT
 
Hibernate 4 Simple Example
Hibernate 4 Simple Example This section contains a simple Hibernate 4 example... in this example. In Hibernate 4, buildSessionFactory( ) is deprecated. This example contains code which you can use in spite of buildSessionFactory
 
Example on the use of Background Colors in HTML

 
Ads

Related Tags for Simple HTML example:


Ads

 
Advertisement null

Ads