- Quiz Test Links
- All Quiz List
- Computer Fundamentals Quiz
- Java Quiz
- Python Quiz
- C Quiz
- C++ Quiz
- HTML Quiz
- CSS Quiz
- JavaScript Quiz
- Operating System Quiz
- Artificial Intelligence Quiz
- Data Science Quiz
- Data Structure Quiz
- Cyber Security Quiz
- IoT Quiz
- SQL Quiz
- PHP Quiz
- Networking Quiz
- Microsoft Word Quiz
- Microsoft Excel Quiz
- Microsoft PowerPoint Quiz
- Computer Hardware Quiz
- MySQL Quiz
- Linux Quiz
- Unix Quiz
- R Quiz
- Cloud Computing Quiz
- Perl Quiz
- C# Quiz
- Objective-C Quiz
- MongoDB Quiz
- Hadoop Quiz
- Computer Programming
- Learn Python
- Python Keywords
- Python Built-in Functions
- Python Examples
- Learn C++
- C++ Examples
- Learn C
- C Examples
- Learn Java
- Java Examples
- Learn C#
- Learn Objective-C
- Web Development
- Learn HTML
- Learn CSS
- Learn JavaScript
- JavaScript Examples
- Learn SQL
- Learn PHP
1: What will be the output of the following "HTML with CSS" code?
<!DOCTYPE HTML> <HTML> <HEAD> <STYLE> p.myPara{color: red; text-align: center;} </STYLE> </HEAD> <BODY> <P class="myPara">Hello There!</P> <P>Welcome to jobails.com</P> <P class="myPara">CSS is Fun!</P> </BODY> </HTML>
Hello There!
Welcome to jobails.com
CSS is Fun!
Hello There!
Welcome to jobails.com
CSS is Fun!
Hello There!
Welcome to jobails.com
CSS is Fun!
Hello There!
Welcome to jobails.com
CSS is Fun!