answersLogoWhite

0

Give you a simple tags in HTML?

Updated: 8/16/2019
User Avatar

Wiki User

14y ago

Best Answer

The tags are needed to define the HTML document. Simple tag elements that are used for general formatting include tags like

this is a paragraph

will change the text to Bold
inserts a line break, and does not have an end tag
can be used to center everything including images, text, tables etc..

inserts a horizontal Line ________________________(no end tag needed) A simple tag that attributes can be added, to change the size or color of the line such as
will give you a red line, 30 pixels long.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Give you a simple tags in HTML?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How many HTML tags should be used for a simple web pages?

2-3 tags including the main HTML, BODY and HEAD tag can be used. They can make a fairly simple web page.


How many html tags should be used for the simple webpages?

It depends on the person's consumption that how much tags to be used. A simple page might contain 4-5 tags only.


What is the advangtages of HTML?

The advantage of HTML is it's simple tags and usage. It can create web pages at the blink of an eye.


How do you design a website using HTML?

You can design a HTML page using proper markup tags. Applying tags at proper places can give you appropriate results.


What are HTML tages?

HTML tags are the predefined tags that are embedded within the "<>". Each HTML tags has the following attributes and operations.


Why the elements are necessary for simple HTML?

The absolute essential tags are <html><body>Hello World</body></html>. Other tags are not required, but certainly add significant value to the format of the page and the ability for search engines to index your site.


How do you make an HTML code?

It's very simple, actually. All you need is the knowledge of HTML tags (I suggest going to W3schools.com)A simple code would go like this: What you want in the tags (E.G. if it were the body of the site would go here.) That's it. :)


What are built-in tags Like for HTML and CSS?

No tags are used in CSS. Tags are actually what CSS primarily styles.


What is the connection of a notepad with HTML tags?

You can use Notepad to write HTML pages, and HTML consists of tags. So you would be writing a lot of tags when using Notepad to create a HTML page.


What does HTML use tags for?

HTML cannot work without it's tags. It uses tags for it's scripting work.


How do you add HTML to your website?

HTML can be added by adding tags to the code. HTML tags are the ones that cause the view to modify.


What is an HTML webpage?

An HTML webpage is a collection of HTML tags. The tags are arranged in a proper way to create a web page.