Question
Write the tags required for displaying the following:
a. This text is normal whereas this is in bold
b. This is in italics whereas this is underlined.
c. This text is underlined as well as bold.
d. This text is underlined.
But this text is in bold.

Answer

self

Need a full question paper?

Generate a complete, print-ready paper with questions like this in minutes — across 16+ boards, with answer keys.

Start Generating Free

Similar questions

Explain the working of TCP/IP.
Write a program in Python to take an integer as input. If the number is zero or less, print an error message. Otherwise, print out "ab" those many times, end to end. For example:
Input: 0
Error in input 
Input: 3
ababab 
Input: 5
ababababab
Write HTML tags according to the following requirements:
a. Create a hyperlink to the website "Google.com" when the text "Visit Google" is clicked.
b. Change the visited hyperlink default to Red.
c. Change the default left margin of your web page content to 60 points.
Observe the following table and write the HTML code to generate it:
Image
Write the HTML and CSS code to generate the following web page.
Image
Special Notes:
a. Title of the web page is 'App based question.
b. Background color of the web page is cyan.
c. The first level of heading has font size 32 with center alignment and underline.
d. The paragraph has font as Lucida Console, font size as 18,font color as red with bold, italic and center alignment.
e. The table has border color as red, margin as 1cm, border as groove and padding as 1cm.
f. Each row of the table has font as sans-serif, font size as 32pt with bolder look.
g. Save the web page as 'App_based_ques1.html".
Muneesh has created a web page to declare results of quiz contests held in school. The quizzes were Maths Quiz and Science Quiz. He wants to display the list in the following manners:
→ Maths Quiz
1. Algebra$\quad$2. Geometry$\quad$3. Mensuration
→ Science Quiz
1. Chemistry$\quad$2. Physics$\quad$3. Biology
Suggest to him the tag he should use to accomplish the task.
Distinguish between a record and a field in a table, with an example.
Nishi a student of class $10^{\text {th }}$ has been allocated a duty to perform a workshop on creation of a web page for class$10^{\text {th }}$students.
a. Before starting the workshop name the two software she requires to keep at hand with respect to:
i. Writing the HTML code.
ii. Viewing the output of the HTML code.
b. State the extension that is to be given to the HTML code during saving.