Beginning your project

Starting

Information

  • What is HTML ?

    • HTML Stands for Hyper Text Markup Language, a coding language used for coding websites.

  • <!DOCTYPE html> - Identifies the document as and HTML5 document

  • <html> - Tells your browser how to format and display the web page

  • <head> - Contains metadata this information is not shown and contains: document title, character set, styles, scripts, and other meta information.

  • <title> - Gives the project a name that is also displayed in the browser tab bar

  • <body> - Contains all content to be shown on the webpage such as headings, paragraphs, images, hyperlinks, tables, lists & more.

  • <h1> - Defines a large header

  • <p> - Defines a paragraph

If you want a beginner website template you can download our basic coded site files and modify them to your own website for testing and learning.