how many HTML tags will be used for simple webpage design?? explain
Answers
Answer:
This tutorial is an introduction to the 10 most common HTML tags. HTML is a very simple markup language. Even though there are close to 100 tags in HTML5, you usually only end up using a handful 99% of the time.
Explanation:
This tutorial is an introduction to the 10 most common HTML tags. HTML is a very simple markup language. Even though there are close to 100 tags in HTML5, you usually only end up using a handful 99% of the time. I am going to teach you 10 HTML tags you need to markup almost all content and anything else you can think of when creating a web page.
I am going to continue to carry on where I left off in the first tutorial:
HTML is Easy. If you haven't done so yet, I recommend reading it.
10 HTML Tags
The 10 HTML tags in the list below are for formatting content. If you read the last tutorial, you already know how to use heading and paragraph tags, so I am going to teach you the remaining 8 HTML tags that you need. Don't worry, even though it looks like a lot of new tags to learn, they are easy to remember and they all work the same way. Here are the 10 HTML tags I am going to teach you:
<h1> - <h6> Heading
<p> Paragraph
<i> or <em> Italic / Emphasis
<b> or <strong> Bold / Strong
<a> Anchor
<ul> & <li> Unordered List & List Item
<blockquote> Blockquote
<hr> Horizontal Rule
<img> Image
<div> Division