Class 10 HTML Worksheet: The font Tag (Deprecated)
Class 10 HTML Worksheet: The <font> Tag (Deprecated) Part A: Fill in the Blanks The <font> tag was used to change the __________, ___…
Class 10 HTML Worksheet: The <font> Tag (Deprecated) Part A: Fill in the Blanks The <font> tag was used to change the __________, ___…
Class 10 HTML Worksheet: The Heading Tags ( <h1> to <h6> ) Part A: Fill in the Blanks The <h1> tag is used to create the ________…
Class 10 HTML Worksheet: The <ul> (Unordered List) Tag Part A: Fill in the Blanks The <ul> tag is used to create a __________ list in H…
Here’s a worksheet focused on the <ol> (ordered list) tag for Class 10 students. This worksheet will help them understand how to create and ma…
(Paragraph) Tag
Here’s a worksheet focused on the <p> (paragraph) tag for Class 10 students. This will help them understand how to use the paragraph tag in H…
CLASS X BASIC HTNL WORKSHEET 1 Class 10 HTML Worksheet Part A: Fill in the Blanks The full form of HTML is ________________________. HTML tags are en…
Here’s a breakdown of these HTML tags used to create lists: <ul> (Unordered List) : Creates a list where the items are typically marked with…
The <hr> tag can be styled using various attributes or CSS properties to control its appearance, such as its width, color, alignment, and mor…
The <br> tag in HTML is used to insert a line break within text. It's an empty element, meaning it doesn't have a closing tag. Here…