3.HTML List
3.HTML List
3.HTML List
HTML
• HTML, which stands for "Hypertext Markup Language," is the standard
markup language used to create and structure content on the World Wide
Web
• It is the backbone of web pages and is essential for displaying text, images,
multimedia, and other elements in web browsers
• Here's a brief overview of HTML: Markup Language: HTML is a markup
language, not a programming language
• It uses a set of tags to define the structure and elements of a web page
• Text and Elements: HTML is used to structure text and multimedia
elements such as headings, paragraphs, images, links, lists, tables, forms,
and more
• It provides the structure and content of a webpage, which can be enhanced
with styling and interactivity
3.1 Paragraph
Formatting Tags
• HTML provides various tags to format
paragraphs of text, such as for defining
paragraphs and for line breaks
• You can use CSS to further style and
format the text within these paragraphs
3.2 List Tags
• HTML allows you to create lists with
two main types: ordered lists using and
list items with , and unordered lists
using and
• Lists help organize and present
information in a structured manner
3.3 Ordered and Unordered
Lists with Start and Type
Attributes