Answers (8)
You'll first need to learn HTML, from any site. I recommend w3schools; they have a great tutorial here: http://www.w3schools.com/html/html_intro.asp
After you know the basics of HTML, you might want to get into CSS to polish it, and then you'll need to find a domain and host.
- Know what is HTML?
- Create a simple HTML web page
- Use Notepad for coding
- Inform web browser about the language you are using– Type <html>
- Then write Head tag - <Head>
- Write Title tag - <Title>
- All your information goes between Body tag – Type <body>
- You can add images
- Close all tags with closing attribute </head>, </title>, </body> etc…
- Save your work with an .html extension
HTML is a web programming language and most of web developers use this language to develop a website. If you have knowledge of HTML coding the you can easily create website, or you need to learn HTML. W3school and many other sources are presented on the web which will assist you to improve your HTML coding knowledge and skill.
A basic website can be designed by using Hypertext Markup Language (HTML). The codes can be written in word document or notepad depending on the operating system which you use. While coding, the HTML attributes and values are used to provide information like heading size and format etc. for the content. In addition to these, one can use color tags, picture tags and HTML division tags to create a vivid webpage.