- Center text:
<div style="text-align:center;">Your text here</div>
- Paragraph:
<p>Your paragraph text here.</p>
- Strike out:
<s>Your text here</s>
- Heading:
<h1>Your heading here</h1>
- Superscript:
<sup>Your superscript text</sup>
- Bold:
<b>Your bold text</b>
- Subscript:
<sub>Your subscript text</sub>
- Underline:
<u>Your underlined text</u>
- Font size, color, and typeface:
<span style="font-size:20px; color:blue; font-family:Arial;">Your styled text</span>
Related Questions:
- Create an HTML document that contains a graphical hyperlink.
- Differentiate between a website and a web server.
- Describe how a search engine is used for searching information on the Internet?
- Define URL and web hosting.
- Describe HTML.
- What is a hyperlink?
- Describe any four types of websites.
- Create a web page in HTML that displays an image of a computer. The width of the image should be 350 pixels, and the height should be 220 pixels.
- Describe how background color and image are applied to a web page.
- What is the difference between HTML and a web browser?
- Show memory hierarchy with the help of a diagram.
- Write four properties of computational thinking.
- Model Papers (1-10)
- Define computer.
- What is an algorithm and what is the role of an algorithm in problem-solving?
- What is a flowchart?
- Draw any four graphical symbols used in a flowchart and explain them.
- Describe the steps involved in problem-solving.
- Calculate the area of a rectangle for a given breadth and length
- Write an algorithm that inputs length in inches and calculates and prints it in centimeters.