Math, asked by shashikant92, 9 months ago

create static page using table tag of html and use all formatting tags​

Answers

Answered by Vaishnavimewati
2

Answer:

The more tags you know, the more you can do with a static Web page.

Create the basic skeleton of a static Web page by copying the following code into a simple text editor, such as Notepad: ...

Think of HTML as two main types of tags (bits of code within brackets). ...

Add text to your Web page. ...

HTML provides several tags that you can use to make some text on your web pages to appear differently than normal text, for example, you can use the tag <b> to make the text bold, tag <i> to make the text italic, tag <mark> to highlight the text, tag <code> to display a fragment of computer code, tags <ins> and <del> ...

Attribute Value Explanation

size=" " 1 - 7 the size of the font (a number from 1 to 7)

color=" " color code or name the color of the font

Similar questions