TestingDocs.com
Software Testing website
  • Automation
    • Selenium
    • JBehave Framework
  • Tutorials
    • MySQL Tutorials
    • Testlink
    • Maven
    • Git
  • IDEs
    • IntelliJ IDEA
    • Eclipse
  • Flowcharts
    • Flowgorithm
    • Raptor
  • About

Software Testing

Web Testing Basic Questions

In this post, we will look at some basic web testing questions. This post is useful for testing beginners and freshers.

What is HTML?

HTML is a standard markup language for the World Wide Web.HTML stands for HyperText Markup Language. It is a markup language for web pages.HTML document is used by Web browsers to present text, pictures, etc.

 

<html>
<head>
<title>Sample Title</title>
</head>
<body>
<h1>Sample Heading</h1>
<p>This is a sample HTML document..</p>
</body>
</html>

 

What is CSS?

Cascading Style Sheets (CSS) is a style sheet language used to describe the presentation logic. It is used for better Look & Feel, font family , alignment of web elements etc in a web document written in a markup language. It is generally used to style HTML web pages. Sample example below:

 

body
{
font-family: arial;
}

 

What is DOM?

DOM stands for Document Object Model.It is a specification of how elements in a Web-page are represented. It defines what attributes are associated with each element, and how they can be manipulated. DOM structure is shown in below picture for easy understanding.

 

DOM

 

What is XML?

XML is a free and open standard that allows the sharing of structured data between applications. XML stands for eXtensible Markup Language. We can define XML schema to define and decide well-formed XML documents.

What is JavaScript?

JavaScript is the scripting language for Web browsers and clients. JavaScript is used to add functionality, client-side validation of forms, serving ads, etc to Web pages.

 

Related Posts

PuTTY Tool UI

Software Testing /

Useful Tools for Software Testers

Errors Code Testing Development

Software Testing /

Error Density Metrics

Errors Code Testing Development

Software Testing /

Error Removal Effectiveness Metrics

RACI Chart

Software Testing /

RACI Chart

Android Calculator Icon

Software Testing /

Android Calculator Test Cases

‹ Regression Testing Vs Re-Testing› Software Testing Questions

Recent Posts

  • MS Access Data Types
  • Install RAPTOR Avalonia on CentOS
  • Download RAPTOR Avalonia Edition on Windows
  • npm doctor command
  • Build & Run CLion Project
  • Create New CLion C Project on Windows
  • Configure CLion Toolchains on Windows
  • Launch CLion IDE on Windows
  • Activate CLion IDE
  • CLion IDE for C/C++ Development

Back to Top

Links

  • Contact
  • Privacy Policy
  • Cookie Policy

www.TestingDocs.com

Go to mobile version