HTML Tag (Part-3)

By @netung6/23/2018html

Dear All
How are all steemiter.Hope so all are good. Today i'll shear with you Basic knowledge about web design.Web design main basic part is HTML (Part-3). Today i will discuss with you about html tag use and body tag use.

View-HTML.jpg
This is the starting tag of html <> code and ends with html</> indicating the end of html codes. The html tag tells the browser that this is an HTML document. The html element is also known as the root element.

Example :

 
Screenshot_1.png

BODY Tag

The body element defines the document's body.
The body element contains all the contents of an HTML document, such as text, hyperlinks, images, tables, lists, etc.

Example :

Screenshot_2.png

P:S:

You must practices all code type notepad and save file name .html

comments