Create Database Test1; Use Test1; ////////////////////// Use Test1; Create Table studentsData; Create table students(Roll_No INT(2) , Name Char(100) , Grade Char(1)); select * from students;
if you are using inline CSS then paragraph color should be red if you're using external CSS then paragraph color should be orange if you're using internal CSS then paragraph color should be blue.