Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 690 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 690 Bytes

HTML-Basics

All the basic Knowlege about the HTML which are important for you all to create your websites.

This is the Simple HTML code.

Code Description:

>The <!DOCTYPE html> declaration defines this document to be HTML5
>The <html> element is the root element of an HTML page
>The <head> element contains meta information about the document
>The <title> element specifies a title for the document
>The <body> element contains the visible page content
>The <h1> element defines a large heading
>The <p> element defines a paragraph

To Run the Code : PLEASE PREFER ANY Browsers LIKE (Chrome, IE, Firefox, Safari) AND SAVE THE FILE WITH (.html) EXTENSION.