Website Design Principles 2025
Read More7th August, 2010
HTML (HyperText Markup Language) uses markup tags to describe web pages. The purpose of web browsers such as Internet Explorer, Crome or Firefox is to read HTML documents and display them as web pages.
The above example shows <html> and </html> which describes the web page… Then within the webpage you have visible page content located between the <body> and </body> tags. Information on the page is divided into <h1>Heading</h1> (think of this as the title) then <p> and </p> which displays a paragraph.
Did you know you could use a plain text editor such as notepad to create and edit HTML? Why not try the above yourself! Copy and paste the example into notepad and save the file as example.html to your desktop.
19th October, 2024
30th August, 2024
11th July, 2024
6th June, 2024
19th November, 2024
13th November, 2024
12th November, 2024
17th September, 2024