You are viewing the article How to Create Simple Websites with Notepad at Tnhelearning.edu.vn you can quickly access the necessary information in the table of contents of the article below.
wikiHow is a “wiki” site, which means that many of the articles here are written by multiple authors. To create this article, 71 people, some of whom are anonymous, have edited and improved the article over time.
This article has been viewed 30,703 times.
We use websites every day, but is it difficult to create a website? This article will teach you how to create a simple HTML website using Notepad.
Steps
Create your own website
You will use a lot of tags to create a web page. Next to it is a “closing tag”, used to end a line of code. For example: </text> .These tags end a bold font or a paragraph of text.
Next is <title> , which tells the browser what to put at the top of the window, and a meta tag (optional) that tells search engines (such as Google) what the web page is about.
Advice
- You can find a lot of cards online. There are many useful websites that help people learn how to create websites (W3Schops is one of them).
- Remember to use closures.
- Always make sure to put the <!DOCTYPE html> tag in the first line, before the <HTML> tag, so the browser knows that your site is HTML5.
- You can change the font with the <font face=”N”></font> tag before <html> and after </html>. N stands for a font, such as “Verdana”.
- If you want to use special characters on a web page, type < (<), > (>), & (&), etc., the end of the code MUST have a semicolon “;”.
- In HTML tutorials, folder and web file names are always set in lowercase, written immediately, without accents. Although Windows allows the use of spacing, many web server providers do not, so you’ll save time and hassle by naming the right files and folders right from the start.
wikiHow is a “wiki” site, which means that many of the articles here are written by multiple authors. To create this article, 71 people, some of whom are anonymous, have edited and improved the article over time.
This article has been viewed 30,703 times.
We use websites every day, but is it difficult to create a website? This article will teach you how to create a simple HTML website using Notepad.
Thank you for reading this post How to Create Simple Websites with Notepad at Tnhelearning.edu.vn You can comment, see more related articles below and hope to help you with interesting information.
Related Search: