Monday, July 30, 2018

HTML - Basic Tags Heading Tags Any document starts with a heading. You can use different sizes for your headings. HTML also has six levels of headings, which use the elements <h1>, <h2>, <h3>, <h4>, <h5>, and <h6>. While displaying any heading, browser adds one line before and one line after that heading. Example <!DOCTYPE...
Advantages and Disadvantages of HTML points about HTML: HTML is used to create webpages. HTML used many tags to make a webpage. So it is a tag based language. The tags of HTML are surrounded by angular bracket. It can use wide ranges of colors,objects and layouts. Very useful for beginners in web designing field. Advantages of HTML: First advantage it is widely...

Friday, July 27, 2018

HTML Attributes attribute is used to define the characteristics of an HTML element and is placed inside the element's opening tag. All attributes are made up of two parts − a name and a value The name is the property you want to set. For example, the paragraph <p> element in the example carries an attribute whose name is align, which you can use to indicate...

Thursday, July 26, 2018

Limitations of HTML  HTML is also known as HyperText Markup Language provides the creation of the web pages.  The HTML pages are the documents that can be read by the server, and are not the best fit to be read by humans.   HTML forms have the dependency on scripting languages and it results in complex document creation that consumes more time.  HTML...

Wednesday, July 25, 2018

Characteristics Of HTML Language HTML is the most common used language to write web pages .It has recently gained popularity due to its advantages such as : - It is the language which can be easily understand and can be modified.  Effective presentations can be made with the HTML with the help of its all formatting tags.  It provides the more flexible way to deign web pages along with the text. Links can also be added...

Tuesday, July 24, 2018

HTML Simple Tags HTML is a markup language and makes use of various tags to format the content. These tags are enclosed within angle braces <Tag Name>. Except few tags, most of the tags have their corresponding closing tags. For example, <html> has its closing tag </html> and <body> tag has its closing tag </body> tag etc. HTML Tags HTML...

Monday, July 23, 2018

HTML Key Components HTML markup consists of several key components, including those called tags (and their attributes), character-based data types, character references and entity references. HTML tags most commonly come in pairs like <h1> and </h1>, although some represent empty elements and so are unpaired, for example <img>. The first tag in such...

Sunday, July 22, 2018

HTML Introduction HTML stands for Hyper Text Markup Language, which is the most widely used language on Web to develop web pages. HTML was created by Berners-Lee in late 1991 but "HTML 2.0" was the first standard HTML specification which was published in 1995. HTML 4.01 was a major version of HTML and it was published in late 1999. Though HTML 4.01 version is widely...

Monday, July 16, 2018

JMeter Download JMeter Overview JMeter  Enviornment JMeter  Build test plan JMETER -Understanding Thread Group Understanding Listeners in JEMTER API performance testing using JMETER How to pass variable data in JMETER request Parsing JSON response and Saving it in CSV JMeter  Test plan elements JMeter  web test plan JMeter  Database test plan JMeter ...

Popular Posts