How To Create A Simple Web Page Using HTML
How To Create A Simple Web Page Using HTML
HTML
Vijayakumar S
116.1k
0
5
photo29.rar|index.rar|logo.rar
Download Free .NET Java APIs for Office Documents
Introduction
In this article, I will explain how to create a website using html. HTML is a markup language, not a
programming language. HTML stands for “Hyper Text Markup Language”. The most advanced
version of HTML is HTML 5. 3D or animation applications can be created by using HTML 5. It is
represented as tags<>. Using HTML, you can define headers, paragraphs, links, images, etc...
Requirements
Operating System (E.g. Windows, Linux)
Text Editor (E.g. Notepad, Sublime Text Editor)
Web Browser (E.g. Google Chrome, Microsoft Edge)
Let us see how to create a simple web page using HTML.
Step 1
Create a new folder on your desktop and change the folder name to HTML, view the image.
Step 2
Click->File->New File
Click->File->Save as->Desktop->HTML->index.html
Click, save.
Step 3
In this section, you will create a simple web page using background images, links and some text.
You just copy and paste the code into the editor and save it.
1. <html>
2. <head>
3. <meta charset="utf-8">
4. <title>www.vijayakumar.com</title>
5. </head>
6. <font color="#A6ACAF" size="5">
7. <marquee><b><i>THANKS FOR WATCHING</i></b></marquee>
8. </font>
9. <body background="C:\Users\vijayakumar\Pictures\photo29.jpg" link
="white" alink="blue" vlink="#F8F8FF" > //background image
10. <br />
11.
12. <font face="Lato" size="5"><img src="C:\Users\vijayakumar\
Pictures\logo.jpg" height="50px" width="100px"></font>//logo image
13.
14. <font face="cinzel" size="4">
15. <a href="#">HOME</a>
16. &n bsp;
&nbs p;
17.
18.
Step 4
You will see the output on the web browser. I have uploaded zip file in source code and background
image and logo image.
Output
Conclusion
I hope this article is useful to you. We have created a simple webpage. Thanks for reading.
Create A Simple Web Page Using HTML
HTML
Simple Web Page
Simple Web Page Using HTML
RECOMMENDED FREE EBOOK
Printing in C# Made Easy
Download Now!
SIMILAR ARTICLES
How to Program a HTML ListBox to Redirect to Other Web Pages
Simple Server Callbacks using JQuery in ASP.Net page
Creating Server And Host HTML Page Using Node.js
Calling Web Service in HTML Page
Create a Page Turner With Javascript, CSS and HTML
Vijayakumar S
I am a student pursuing undergraduate in the Department of Computer Science and Engineering at
Muthayammal Engineering College(Autonomous) and My specific area of interest is IoT, Cloud
Computing and Salesforce.