How can I create a simple web page using HTML with examples?
Follow the steps below to create your first web page with Notepad or TextEdit.
- Step 1: Open Notepad (PC) Windows 8 or later:
- Step 1: Open TextEdit (Mac) Open Finder > Applications > TextEdit.
- Step 2: Write Some HTML.
- Step 3: Save the HTML Page.
- Step 4: View the HTML Page in Your Browser.
How do you write the simplest HTML page?
To make a simple web page you need to know only four tags:
- < HTML > tells the browser your page is written in HTML format.
- < HEAD > this is a kind of preface of vital information that doesn’t appear on the screen.
What is a simple HTML page?
It is a Paragraph tag for creating the paragraph –> HTML stands for Hyper Text Markup Language. It is used to create a web pages and applications. This language is easily understandable by the user and also be modifiable.
How do you write a web page?
Writing for the Web
- Be concise. Do not say in 150 words what could be said in 75.
- Write simply.
- Avoid “marketingese”
- Use the “Inverted Pyramid” style of writing.
- Use keywords.
- Use headings.
- Break up different ideas into different paragraphs.
- Make your text skim-friendly.
How to create a simple HTML web page?
Open Start . Click the Windows logo in the bottom-left corner of the screen.
What is the Code of HTML of webpage?
– – marks the start of the body section; this is where all the content of the page goes; it’s the main part of an HTML document; let us emphasize – Hello, world! – the main header on the page – My first web page. – a simple paragraph of text – – the closing tag of the whole HTML document
What is HTML used to create a web page?
The DOCTYPE line describes what version of HTML the page was written in so that an Internet browser can interpret the text that follows.
What is the code displayed on the web page?
– – – I am H1 tag – I am a button – –