PDA

View Full Version : What are the 10 basic HTML tags?



pooja escorts
07-03-2020, 03:32 PM
What are the 10 basic HTML tags?

shaili shah
09-10-2020, 12:44 AM
10 basic tags are
<html>,<head>,<title>,<body>,<span>,<div>,<img>,<a>,<p>,<h1>.

Hope you get it.

Thanks!

jesica
02-03-2021, 07:40 AM
To build any webpage you will need four primary tags: <html>, <head>, <title> and <body>. These are all container tags and must appear as pairs with a beginning and an ending. Here is a diagram, showing the two main parts and the primary tags.

yuva12
03-19-2021, 06:35 AM
<title> Defines a title for the document
<body> Defines the document's body
<h1> to <h6> Defines HTML headings
<p> Defines a paragraph

nisargshah
03-31-2021, 08:17 AM
The 10 basic HTML tags are <title>,<head>,<body>,<li>,<div>,<img>,<p>,<a>,<span>,<ol>.

Hope this answer helps!

https://www.yatharthmarketing.com/personal-development-programs.html

iastitlesearch
04-01-2021, 10:57 AM
1. <html> … </html> — The root element
2. <head> … </head> — The document head
3. <title> … </title> — The page title
4. <body> … </body> — The page’s content
5. <h1> … </h1> — A section heading
6. <p> … </p> — A paragraph
7. <a> … </a> — A link
8. <img> — An image
9. <div> … </div> — A block-level container for content
10. <span> … </span> — An inline container for content

jayam
04-02-2021, 05:31 AM
<html> … </html> — The root element. ...
<head> … </head> — The document head. ...
<title> … </title> — The page title. ...
<body> … </body> — The page's content. ...
<h1> … </h1> — A section heading. ...
<p> … </p> — A paragraph. ...
<a> … </a> — A link. ...
<img> — An image. The img element lets you insert images into your web pages.

jayammrg
04-02-2021, 05:40 AM
Tag Description
<title> Defines a title for the document
<body> Defines the document's body
<h1> to <h6> Defines HTML headings
<p> Defines a paragraph

chandrao7
04-02-2021, 05:47 AM
Tag Description
<footer> It defines a footer for a section.
<header> It defines a header for a section.
<main> It defines the main content of a document.
<mark> It specifies the marked or highlighted content.

nicksavoia
04-10-2021, 12:36 PM
Head, body, footer, img, p, heading are basic html coding tags.