Skip to main content

Posts

Showing posts from April, 2020

HTML

HTML is the standard markup language for creating Web pages. HTML stands for Hyper Text Markup Language. HTML describes the structure of a Web page HTML consists of a series of elements HTML elements tell the browser how to display the content. HTML elements are represented by tags. HTML tags label pieces of content such as "heading", "paragraph", "table", and so on. Browsers do not display the HTML tags, but use them to render the content of the page. Generally HTML is the webpage command use to initiate a website, but it's just a command use for structure exclude designing. The simple structure of HTML is:                                   EXAMPLE

WHAT IS BR ?

BR   stands for "line break" in  HTML  command. It is used to break a line between the element. We use this element when we need a gap or difference between the element. The main properties of this tag is that it does not contain close tag. In a short way it's a neutral tag. CODING: RESULT:

WHAT IS UL AND LI ?

LI stands for "List Item" and UL stands for Un Ordered List. "UL" usually use to unordered the items and write them in a listed form that "LI" provides. These two commands generally use for the header of a website because the listed item mostly use in the header part. We are also providing you the images and short video clip of this scenario. EXAMPLE: RESULT: VIDEO TUTORIAL:

WHAT IS MARK ?

<mark> is a basic HTML Tool used to highlight the words that you are using in web page. If you wanna highlight any word mention the word so you can easily mark this word by directly encode <mark>  tag. This tag has a close section like </mark> EXAMPLE RESULT

WHAT IS BOLD AND UNDER-LINE ?

BOLD AND UNDER-LINE are the hope full structure of a website. It gives the shape to your website and mentions your properties in the content. It is the best way to express your info through these elements. Basically these elements highlight your timeline and show the highly recommended tools. It is used when you mention the name, number, address or etc that you wanna actually show off. It describes the quality of a your product. EXAMPLE: RESULT:

WHAT IS SUB AND SUP ?

SUB is most commonly tag use in  HTML. <sub> tag defines subscript text. It appears half a character below the normal line and show in a smaller form. This tag usually used for chemical formulas. This is the most useful tag you can easily use it for taking' in help in your website of any type like an industry bases web. EXAMPLE RESULT SUP is the most common tag use in  HTML. <sup> tag defines subscript text. It appears half a character above the normal line and show in a smaller form. This tag usually used for chemical formulas. This is the most useful tag you can easily use it for taking' in help in your website of any type like an industry bases web. EXAMPLE    RESULT