This document provides an introduction to HTML basics, including how to author an HTML page using a text editor. It outlines objectives like using basic tags for paragraphs and emphasis, creating hyperlinks and images, and using tables and colors. The document then explains HTML tags in more detail and provides examples of how to write HTML code for headings, paragraphs, lists and other common elements.
HTML is the backbone of Internet. Learn the basics of HTML, you can create your own website.
If you have any doubt contact me for more details. WhatsApp:8008877940
This document provides an introduction to HTML, including:
- HTML stands for Hypertext Markup Language and provides structure and presentation for content on webpages.
- The basic structure of an HTML document includes the <html>, <head>, <title>, and <body> tags. Common elements like headings, paragraphs, and divs are explained.
- Attributes like id and class are used to provide additional information and styling for elements. Lists, images, videos and links are also covered. Tables, forms and their various tags are introduced as well.
This document provides an introduction to HTML basics, including:
- The objectives of learning HTML tags to format text, add images, tables, colors and hyperlinks.
- Instructions on using a basic text editor and saving files with the .html extension to author HTML documents.
- Examples of basic HTML tags for headings, paragraphs, bold text, and line breaks.
This document provides an introduction to HTML basics. It covers using HTML tags to structure a web page with headings, paragraphs, and other text elements. It explains how to add images, tables, colors and hyperlinks to an HTML page. The document also discusses HTML tags, entities, fonts and backgrounds. It includes examples of basic HTML code and encourages the reader to practice writing HTML by opening a text editor and following along.
This document provides an introduction to HTML basics. It covers using HTML tags to structure a web page with headings, paragraphs, and other text elements. It explains how to add images, tables, colors and hyperlinks to an HTML page. The document also discusses HTML tags, elements, attributes and entities. It encourages using logical tags over physical tags and style sheets for formatting. It includes examples and instructions for creating a basic HTML page using a text editor and viewing it in a browser.
HTML Basics
Welcome to HTML Basics. This workshop leads you through the basics of Hyper Text Markup Language (HTML). HTML is the building block for web pages. You will learn to use HTML to author an HTML page to display in a web browser.
HTML Basics
Welcome to HTML Basics. This workshop leads you through the basics of Hyper Text Markup Language (HTML). HTML is the building block for web pages. You will learn to use HTML to author an HTML page to display in a web browser.
This document provides an introduction to HTML basics. It covers using HTML tags to structure a web page with headings, paragraphs, and other text elements. It explains how to add images, tables, colors and hyperlinks to an HTML page. The objectives are to learn how to author an HTML file using a text editor, apply basic tags, create hyperlinks and images, use tables, and style colors. It provides examples of HTML code and tags to get started building simple web pages.
This document provides an introduction to HTML basics, including:
- The objectives of learning HTML tags to format text, add images, tables, colors and hyperlinks.
- Instructions on using a basic text editor to author an HTML file and view it in a browser.
- Examples of common HTML tags for headings, paragraphs, bold text, and line breaks.
- Descriptions of HTML elements, attributes, and how tags are used to structure and style content.
This document provides an introduction to HTML basics, including:
- The objectives of learning HTML tags to format text, add images, tables, colors and hyperlinks.
- Instructions on using a basic text editor to author an HTML file and view it in a browser.
- Examples of common HTML tags for headings, paragraphs, bold text, and line breaks.
- Descriptions of HTML elements, attributes, and how tags are used to structure and style content.
This document provides an introduction to HTML basics, including:
- The objectives of learning HTML tags to format text, add images, tables, colors and hyperlinks.
- Instructions on using a basic text editor to author an HTML file and view it in a browser.
- Examples of common HTML tags for headings, paragraphs, bold text, and line breaks.
Learn the basics of HTML with this ultimate book and make your career in programming
visit us at : https://icssindia.org
HTML is the standard markup language used to create web pages. It uses tags to define headings, paragraphs, links, images, and other content. Web browsers read HTML documents and display them as web pages. Common HTML tags include <h1> for main headings, <p> for paragraphs, <a> for links, <img> for images, and <table> for tables. HTML documents are written using tags that describe and define the document's structure and content.
HTML is a markup language used to define the structure and layout of web pages. HTML uses tags to mark elements like headings, paragraphs, links, images, and more. When an HTML file is opened in a web browser, the browser displays the page using the tags to interpret the page's content and structure. Common HTML elements include headings, paragraphs, links, images, lists, tables, forms, and iframes. CSS can also be used to further define styles and visual presentation of HTML elements.
HTML is a markup language used to structure and present content on the web. It stands for Hypertext Markup Language and was created by Tim Berners-Lee in 1991. Some key elements of HTML documents include tags, attributes, and basic building blocks like the <html>, <head>, <title>, and <body> tags. Common tags in HTML are used for formatting text and include headings, paragraphs, breaks, fonts, and lists.
The document provides information about HTML (Hypertext Markup Language):
1. HTML is the standard markup language used to create web pages and defines the structure and layout of a web page.
2. HTML uses tags to annotate text with semantic information like headings, paragraphs, links, quotes, etc. and the tags are enclosed in angle brackets.
3. Basic HTML tags include <html>, <head>, <title>, <body>, <h1>-<h6> for headings, <p> for paragraphs, <a> for links, <img> for images, and <br> for line breaks.
HTML is a markup language used to define the structure and layout of web pages. HTML uses tags like <h1> and <p> to mark up headings, paragraphs, and other elements. Web browsers read HTML documents and display them as web pages. Common HTML tags include <html> <body> <h1-h6> to define headings, <p> for paragraphs, <a> for links, and <img> to include images. HTML documents contain HTML tags and plain text, and are also called web pages.
HTML is a markup language used to define the structure and layout of web pages. HTML uses tags to mark elements like headings, paragraphs, links, images, and tables. Tags are enclosed in angle brackets and normally come in pairs with an opening and closing tag. HTML documents must include HTML, head, and body tags. The head contains meta information and the body contains visible page content. CSS can be used to style and lay out HTML elements.
This document provides an introduction to HTML basics, including:
- HTML is used to author web pages and is made up of tags enclosed in angle brackets.
- The objectives are to use a text editor to author HTML, add basic tags, hyperlinks, images and tables.
- Notepad is recommended for Windows and TextEdit for Mac to author HTML files.
HTML is a markup language used to create web pages. It uses tags to denote structural elements like headings, paragraphs, lists, and links. Tags are written within angle brackets and indicate how content should be displayed. Common tags include <head> for the document head, <title> for the page title, <body> for the main page content, and <p> for paragraphs. HTML documents are created in a text editor and saved with a .html or .htm file extension.
HTML describes the structure and content of web pages using tags. It uses tags like <p> for paragraphs and <img> to embed images. Common tags also include <head> for metadata, <body> for visible content, and <html> to enclose the entire page. HTML forms allow creating interactive elements like text fields, checkboxes, and buttons to collect user input. HTML5 is the latest version and introduces new semantic elements, multimedia capabilities, and APIs for building web applications.
In this presentation, you will learn about few things:
1)What is HTML?
2)Elements
3)Tags
4)Attributes
5)Headings
6)Paragraphs
and in the end there is small example of HTML page. In the next presentation you will get to know about styling the HTML page and more.
HTML is a markup language used to define the structure and layout of web pages. Key HTML elements include headings, paragraphs, links, and images. HTML documents are made up of nested elements that each have an opening and closing tag. Attributes provide additional information about elements and come in name/value pairs. Common attributes specify hyperlinks, images, styles, and more. Well-structured HTML is important for both appearance and search engine optimization.
HTML is a markup language used to define the structure and layout of web pages. Key points:
- HTML uses tags like <h1> and <p> to mark up headings, paragraphs, and other elements. A web browser reads HTML tags to display web pages.
- Common HTML elements include headings, paragraphs, links, images, lists, and tables. CSS can be used to style and lay out HTML elements.
- HTML documents have a basic structure including <html>, <head>, and <body> tags where content is placed.
This document provides an introduction to HTML basics. It covers using HTML tags to structure a web page with headings, paragraphs, and other text elements. It explains how to add images, tables, colors and hyperlinks to an HTML page. The objectives are to learn how to author an HTML file using a text editor, apply basic tags, create hyperlinks and images, use tables, and style colors. It provides examples of HTML code and tags to get started building simple web pages.
This document provides an introduction to HTML basics, including:
- The objectives of learning HTML tags to format text, add images, tables, colors and hyperlinks.
- Instructions on using a basic text editor to author an HTML file and view it in a browser.
- Examples of common HTML tags for headings, paragraphs, bold text, and line breaks.
- Descriptions of HTML elements, attributes, and how tags are used to structure and style content.
This document provides an introduction to HTML basics, including:
- The objectives of learning HTML tags to format text, add images, tables, colors and hyperlinks.
- Instructions on using a basic text editor to author an HTML file and view it in a browser.
- Examples of common HTML tags for headings, paragraphs, bold text, and line breaks.
- Descriptions of HTML elements, attributes, and how tags are used to structure and style content.
This document provides an introduction to HTML basics, including:
- The objectives of learning HTML tags to format text, add images, tables, colors and hyperlinks.
- Instructions on using a basic text editor to author an HTML file and view it in a browser.
- Examples of common HTML tags for headings, paragraphs, bold text, and line breaks.
Learn the basics of HTML with this ultimate book and make your career in programming
visit us at : https://icssindia.org
HTML is the standard markup language used to create web pages. It uses tags to define headings, paragraphs, links, images, and other content. Web browsers read HTML documents and display them as web pages. Common HTML tags include <h1> for main headings, <p> for paragraphs, <a> for links, <img> for images, and <table> for tables. HTML documents are written using tags that describe and define the document's structure and content.
HTML is a markup language used to define the structure and layout of web pages. HTML uses tags to mark elements like headings, paragraphs, links, images, and more. When an HTML file is opened in a web browser, the browser displays the page using the tags to interpret the page's content and structure. Common HTML elements include headings, paragraphs, links, images, lists, tables, forms, and iframes. CSS can also be used to further define styles and visual presentation of HTML elements.
HTML is a markup language used to structure and present content on the web. It stands for Hypertext Markup Language and was created by Tim Berners-Lee in 1991. Some key elements of HTML documents include tags, attributes, and basic building blocks like the <html>, <head>, <title>, and <body> tags. Common tags in HTML are used for formatting text and include headings, paragraphs, breaks, fonts, and lists.
The document provides information about HTML (Hypertext Markup Language):
1. HTML is the standard markup language used to create web pages and defines the structure and layout of a web page.
2. HTML uses tags to annotate text with semantic information like headings, paragraphs, links, quotes, etc. and the tags are enclosed in angle brackets.
3. Basic HTML tags include <html>, <head>, <title>, <body>, <h1>-<h6> for headings, <p> for paragraphs, <a> for links, <img> for images, and <br> for line breaks.
HTML is a markup language used to define the structure and layout of web pages. HTML uses tags like <h1> and <p> to mark up headings, paragraphs, and other elements. Web browsers read HTML documents and display them as web pages. Common HTML tags include <html> <body> <h1-h6> to define headings, <p> for paragraphs, <a> for links, and <img> to include images. HTML documents contain HTML tags and plain text, and are also called web pages.
HTML is a markup language used to define the structure and layout of web pages. HTML uses tags to mark elements like headings, paragraphs, links, images, and tables. Tags are enclosed in angle brackets and normally come in pairs with an opening and closing tag. HTML documents must include HTML, head, and body tags. The head contains meta information and the body contains visible page content. CSS can be used to style and lay out HTML elements.
This document provides an introduction to HTML basics, including:
- HTML is used to author web pages and is made up of tags enclosed in angle brackets.
- The objectives are to use a text editor to author HTML, add basic tags, hyperlinks, images and tables.
- Notepad is recommended for Windows and TextEdit for Mac to author HTML files.
HTML is a markup language used to create web pages. It uses tags to denote structural elements like headings, paragraphs, lists, and links. Tags are written within angle brackets and indicate how content should be displayed. Common tags include <head> for the document head, <title> for the page title, <body> for the main page content, and <p> for paragraphs. HTML documents are created in a text editor and saved with a .html or .htm file extension.
HTML describes the structure and content of web pages using tags. It uses tags like <p> for paragraphs and <img> to embed images. Common tags also include <head> for metadata, <body> for visible content, and <html> to enclose the entire page. HTML forms allow creating interactive elements like text fields, checkboxes, and buttons to collect user input. HTML5 is the latest version and introduces new semantic elements, multimedia capabilities, and APIs for building web applications.
In this presentation, you will learn about few things:
1)What is HTML?
2)Elements
3)Tags
4)Attributes
5)Headings
6)Paragraphs
and in the end there is small example of HTML page. In the next presentation you will get to know about styling the HTML page and more.
HTML is a markup language used to define the structure and layout of web pages. Key HTML elements include headings, paragraphs, links, and images. HTML documents are made up of nested elements that each have an opening and closing tag. Attributes provide additional information about elements and come in name/value pairs. Common attributes specify hyperlinks, images, styles, and more. Well-structured HTML is important for both appearance and search engine optimization.
HTML is a markup language used to define the structure and layout of web pages. Key points:
- HTML uses tags like <h1> and <p> to mark up headings, paragraphs, and other elements. A web browser reads HTML tags to display web pages.
- Common HTML elements include headings, paragraphs, links, images, lists, and tables. CSS can be used to style and lay out HTML elements.
- HTML documents have a basic structure including <html>, <head>, and <body> tags where content is placed.
AI-ASSISTED METAMORPHIC TESTING FOR DOMAIN-SPECIFIC MODELLING AND SIMULATIONmiso_uam
AI-ASSISTED METAMORPHIC TESTING FOR DOMAIN-SPECIFIC MODELLING AND SIMULATION (plenary talk at ANNSIM'2025)
Testing is essential to improve the correctness of software systems. Metamorphic testing (MT) is an approach especially suited when the system under test lacks oracles, or they are expensive to compute. However, building an MT environment for a particular domain (e.g., cloud simulation, automated driving simulation, production system simulation, etc) requires substantial effort.
To alleviate this problem, we propose a model-driven engineering approach to automate the construction of MT environments, which is especially useful to test domain-specific modelling and simulation systems. Starting from a meta-model capturing the domain concepts, and a description of the domain execution environment, our approach produces an MT environment featuring comprehensive support for the MT process. This includes the definition of domain-specific metamorphic relations, their evaluation, detailed reporting of the testing results, and the automated search-based generation of follow-up test cases.
In this talk, I presented the approach, along with ongoing work and perspectives for integrating intelligence assistance based on large language models in the MT process. The work is a joint collaboration with Pablo Gómez-Abajo, Pablo C. Cañizares and Esther Guerra from the miso research group and Alberto Núñez from UCM.
In today’s workplace, staying connected is more important than ever. Whether teams are remote, hybrid, or back in the office, communication and collaboration are at the heart of getting things done. But here’s the truth — outdated intranets just don’t cut it anymore.
Delivering More with Less: AI Driven Resource Management with OnePlan OnePlan Solutions
Delivering more with less is an age-old problem. Smaller budgets, leaner teams, and greater uncertainty make the path to success unclear. Combat these issues with confidence by leveraging the best practices that help PMOs balance workloads, predict bottlenecks, and ensure resources are deployed effectively, using OnePlan’s AI forecasting capabilities, especially when organizations must deliver more with fewer people.
Boost Student Engagement with Smart Attendance Software for SchoolsVisitu
Boosting student engagement is crucial for educational success, and smart attendance software is a powerful tool in achieving that goal. Read the doc to know more.
Unlock the full potential of cloud computing with BoxLang! Discover how BoxLang’s modern, JVM-based language streamlines development, enhances productivity and simplifies scaling in a serverless environment.
Marketing And Sales Software Services.pptxjulia smits
Marketing and Sales Software Services refer to digital solutions designed to streamline, automate, and enhance a company’s marketing campaigns and sales processes. These services include tools for customer relationship management (CRM), email marketing, lead generation, sales analytics, campaign tracking, and more—helping businesses attract, engage, and convert prospects more efficiently.
Design by Contract - Building Robust Software with Contract-First DevelopmentPar-Tec S.p.A.
In the fast-paced world of software development, code quality and reliability are paramount. This SlideShare deck, presented at PyCon Italia 2025 by Antonio Spadaro, DevOps Engineer at Par-Tec, introduces the “Design by Contract” (DbC) philosophy and demonstrates how a Contract-First Development approach can elevate your projects.
Beginning with core DbC principles—preconditions, postconditions, and invariants—these slides define how formal “contracts” between classes and components lead to clearer, more maintainable code. You’ll explore:
The fundamental concepts of Design by Contract and why they matter.
How to write and enforce interface contracts to catch errors early.
Real-world examples showcasing how Contract-First Development improves error handling, documentation, and testability.
Practical Python demonstrations using libraries and tools that streamline DbC adoption in your workflow.
Micro-Metrics Every Performance Engineer Should Validate Before Sign-OffTier1 app
When it comes to performance testing, most engineers instinctively gravitate toward the big-picture indicators—response time, memory usage, throughput. But what about the smaller, more subtle indicators that quietly shape your application’s performance and stability? we explored the hidden layer of performance diagnostics that too often gets overlooked: micro-metrics. These small but mighty data points can reveal early signs of trouble long before they manifest as outages or degradation in production.
From garbage collection behavior and object creation rates to thread state transitions and blocked thread patterns, we unpacked the critical micro-metrics every performance engineer should assess before giving the green light to any release.
This session went beyond the basics, offering hands-on demonstrations and JVM-level diagnostics that help identify performance blind spots traditional tests tend to miss. We showed how early detection of these subtle anomalies can drastically reduce post-deployment issues and production firefighting.
Whether you're a performance testing veteran or new to JVM tuning, this session helped shift your validation strategies left—empowering you to detect and resolve risks earlier in the lifecycle.
Scalefusion Remote Access for Apple DevicesScalefusion
🔌Tried restarting.
🔁Then updating.
🔎Then Googled a fix.
And then it crashed.
Guess who has to fix it? You. And who’ll help you? - Scalefusion.
Scalefusion steps in with real-time access, not just remote hope. Support for Apple devices that support you (and them) to do more.
For more: https://scalefusion.com/remote-access-software-mac
https://scalefusion.com/es/remote-access-software-mac
https://scalefusion.com/fr/remote-access-software-mac
https://scalefusion.com/pt-br/remote-access-software-mac
https://scalefusion.com/nl/remote-access-software-mac
https://scalefusion.com/de/remote-access-software-mac
https://scalefusion.com/ru/remote-access-software-mac
War Story: Removing Offensive Language from Percona ToolkitSveta Smirnova
Slides for the online stream at https://www.youtube.com/live/JOEpIQL7cXM for Percona (https://percona.community/events/2025-03-sveta-toolkit/) MySQL 8.4 GA was released with dropped offensive replication statements, such as START/STOP SLAVE. As a maintainer of the Percona Toolkit: a set of tools, originally written in the early days of MySQL when nobody was even thinking that these statements would change, - I had to rewrite all tools and libraries that use replication statements. This ended up with a huge changeset for 511 files in the toolkit. This stream covers the resolved and not yet resolved challenges that I have met when renewing legacy code.
How a Staff Augmentation Company IN USA Powers Flutter App Breakthroughs.pdfmary rojas
With local teams and talent aligned with U.S. business hours, a staff augmentation company in the USA enables real-time communication, faster decision-making, and better project coordination. This ensures smoother workflows compared to offshore-only models, especially for companies requiring tight collaboration.
UberEats clone app Development TechBuilderTechBuilder
Our food delivery app development solutions are designed to cater to varied business models, whether you are a startup aiming to scale, an enterprise-class business, or a niche player. With scalability, easy-to-use interfaces, and powerful AI capabilities, our solutions scale with your vision.
For more Please Visit Here : https://techbuilder.ai/food-delivery-app-development/
Alt-lenders are scaling fast, but manual loan reconciliation is cracking under pressure. See how automation solves revenue leakage and compliance chaos.
https://www.taxilla.com/loan-repayment-reconciliation
2. HTML
• HTML stands for HyperText Markup Language
• HTML is the standard markup language for creating
Web pages
• HTML describes the structure of aWeb page
• HTML elements tell the browser how to display the
content
HTML Basics
3. HTML ELEMENT
• An HTML element is defined by a start tag, some
content, and an end tag:
<tagname> Content goes here...
</tagname>
• The HTML element is everything from the start
tag to the end tag:
<h1>My First Heading</h1>
<p>My first paragraph.</p>
HTML Basics
5. • Some HTML elements have no content (like the
<br> element).
• These elements are called empty elements.
• Empty elements do not have an end tag.
HTML Basics
7. • <!DOCTYPE html>: This is the document type
declaration (not technically a tag). It declares a
document as being an HTML document.The doctype
declaration is not case-sensitive.
• <html>: This is called the HTML root element.All
other elements are contained within it.
• <head>: The head tag contains the “behind the
scenes” elements for a webpage. Elements within the
head aren’t visible on the front-end of a webpage
HTML Basics
8. • HTML elements used inside the <head> element include:
<style>-This html tag allows us to insert styling into our webpages
and make them appealing to look at with the help of CSS.
<title>-The title is what is displayed on the top of your browser
when you visit a website and contains title of the webpage that you are
viewing.
<base>-It specifies the base URL for all relative URL’s in a
document.
<noscript>– Defines a section of HTML that is inserted when the
scripting has been turned off in the users browser.
<script>-This tag is used to add functionality in the website with the
help of JavaScript.
<link>–The‘link’ tag is used to tie together HTML, CSS and
JavaScript.
HTML Basics
9. • <body>: The body tag is used to enclose all the
visible content of a webpage. In other words, the body
content is what the browser will show on the front-
end.
• An HTML document can be created using any text
editor.
• Save the text file using .html or .htm.
• Once saved as an HTML document, the file can be
opened as a webpage in the browser.
HTML Basics
10. HTMLTAGS
• The things wrapped in triangular braces (the < …
> characters) are called tags.
• There are both opening tags and closing tags (or
starting tags and ending tags) which come in
pairs to enclose pieces of content.
HTML Basics
11. • There are two types of tags in HTML that are:
1. PairedTags (Opening and ClosingTags)
2. UnpairedTags (SingularTag)
HTML Basics
12. PairedTags - Opening and ClosingTags
• Paired tags are a set of two tags with the same name.
• In each Paired tag set, one is an opening tag, and the
other one is the closing tag.
• The closing tag has a / slash, it means that the tag is
closed now.
• It is necessary to close a paired tag; otherwise, it can
result in the malfunctioning of the website.
<tag> Content </tag>
HTML Basics
13. UnpairedTags - SingularTags
• Unpaired tags are single tags with no closing tag.
• These tags are also called SingularTags.
• These are also called non-container tags because they
do not contain any content.
• It is recommended to close the unpaired/singular tags also.
• But unfortunately, we do not have the closing tag for those.
• So, an unpaired tag is closed after adding a slash(/) just
before the greater than > sign.
• For example: <br />.
HTML Basics
14. IMPORTANT HTMLTAGS
<body>Tag
• The <body> tag in HTML is used to define the
main content present inside an HTML page.
• It is always enclosed within <html>tag.
• A body tag contains starting as well as an ending tag.
• Syntax:
<body> Body Contents... </body>
HTML Basics
15. Attributes: There are many attributes in the <body> tag
which are depreciated from HTML5 are listed below:
• background: It contains the URL of the background image.
It is used to set the background image.
• bgcolor: It is used to specify the background color of an
image.
• alink: It is used to specify the color of the active link.
• link: It is used to specify the color of visited links.
• text: It specifies the color of the text in a document.
• vlink: It specifies the color of visited links.
• onLoad: Name of the function to call when document has
finished loading.
HTML Basics
16. Paragraph or <p> tag:
• The <p> tag in HTML defines a paragraph.
• These have both opening and closing tags.
• So anything mentioned within <p> and </p> is
treated as a paragraph.
• Syntax:
<p> Content </p>
HTML Basics
17. HTML HEADINGTAGS
• A HTML heading or HTML h tag can be defined as a title or a
subtitle which you want to display on the webpage.
• When you place the text within the heading tags
<h1>.........</h1>, it is displayed on the browser in the bold
format and size of the text depends on the number of heading.
• There are six different HTML headings which are defined with the
<h1> to <h6> tags, from highest level h1 (main heading) to the
least level h6 (least important heading).
• h1 is the largest heading tag and h6 is the smallest one.
• So h1 is used for most important heading and h6 is used for least
important.
HTML Basics
18. • The following code shows all the heading levels, in
use.
<h1>Heading level 1</h1>
<h2>Heading level 2</h2>
<h3>Heading level 3</h3>
<h4>Heading level 4</h4>
<h5>Heading level 5</h5>
<h6>Heading level 6</h6>
HTML Basics
20. HTMLTEXT FORMATTINGTAGS
BoldText : HTML<b> and <strong> formatting elements
• The HTML <b> element is a physical tag which display text in bold font, without any
logical importance.
• If you write anything within <b>............</b> element, is shown in bold letters.
• Example:
<p> <b> This is bold text.</b></p>
• Output:
This is bold text.
• The HTML <strong> tag is a logical tag, which displays the content in bold font and
informs the browser about its logical importance.
• If you write anything between <strong>???????. </strong>, is shown important text.
• Example:
<p><strong>This is an important content</strong>, and this
is normal content</p>
• Output:
This is an important content, and this is normal content
HTML Basics
21. ItalicText: HTML <i> and <em> formatting elements
• The HTML <i> element is physical element, which display the enclosed content in
italic font, without any added importance. If you write anything within
<i>............</i> element, is shown in italic letters.
• Example:
<p> <i>This is italic text.</i></p>
• Output:
This is italic text.
• The HTML <em> tag is a logical element, which will display the enclosed content
in italic font, with added semantics importance.
• Example:
<p><em>This is an important content</em>, which
displayed in italic font.</p>
• Output:
This is an important content, which displayed in
italic font.
HTML Basics
22. HTML Marked formatting
• If you want to mark or highlight a text, you should
write the content within <mark>.........</mark>.
• Example:
<h2> I want to put a <mark> Mark
</mark> on your face</h2>
• Output:
HTML Basics
23. UnderlinedText
• If you write anything within <u>.........</u>
element, is shown in underlined text.
<p> <u>This is underlined text.
</u></p>
• Output:
This is underlined text.
HTML Basics
24. StrikeText
• Anything written within
<strike>.......................</strike> element is
displayed with strikethrough. It is a thin line which
cross the statement.
<p> <strike>Text with
strikethrough</strike>.</p>
• Output:
Text with strikethrough
HTML Basics
25. SuperscriptText
• If you put the content within
<sup>..............</sup> element, is shown in
superscript; means it is displayed half a character's
height above the other characters.
• Example:
• <p>x<sup>2</sup>+y<sup>2</sup></
p>
• Output:
x2
+y2
HTML Basics
26. SubscriptText
• If you put the content within <sub>..............</sub>
element, is shown in subscript ; means it is displayed
half a character's height below the other characters.
• Example:
<p>H<sub>2</sub> O </p>
• Output:
H2O
HTML Basics
27. HTML <DIV>TAG
• The div tag is known as Division tag.
• The div tag is used in HTML to make divisions of
content in the web page like (text, images, header,
footer, navigation bar, etc).
• Div tag has both open(<div>) and closing (</div>)
tag and it is mandatory to close the tag.
HTML Basics
31. HTMLTABLE
• HTML table tag is used to display data in tabular form (row *
column).There can be many columns in a row.
• We can create a table to display data in tabular form, using
<table> element, with the help of <tr> , <td>, and <th>
elements.
• In Each table, table row is defined by <tr> tag, table header is
defined by <th>, and table data is defined by <td> tags.
• HTML tables are used to manage the layout of the page e.g. header
section, navigation bar, body content, footer section etc. But it is
recommended to use div tag over table to manage the layout of the
page .
HTML Basics
36. HTMLTable – Rowspan
• To make a cell span over multiple rows, use the
rowspan attribute:The value of the rowspan
attribute represents the number of rows to span.
<table>
<tr>
<th>Name</th>
<td>Jill</td>
</tr>
HTML Basics
39. HTMLTable – Colspan
• To make a cell span over multiple columns, use the
colspan attribute.
• The value of the colspan attribute represents the number
of columns to span
<table>
<tr>
<th colspan="2">Name</th>
<th>Age</th>
</tr>
HTML Basics
42. HTML <a>Tag
• The <a> tag defines a hyperlink, which is used to link from one
page to another.
• The most important attribute of the <a> element is the href
attribute, which indicates the link's destination.
• Example: <a href="https://www.google.co.in">Visit
Google<a>
• By default, links will appear as follows in all browsers:
An unvisited link is underlined and blue
A visited link is underlined and purple
An active link is underlined and red
HTML Basics
43. HTML <img> tag
• HTML <img> tag is used to add image inside
webpage/website.
• Nowadays website does not directly add images to a
web page, as the images are linked to web pages by
using the <img> tag which holds space for the image.
• Syntax:
<img src="" alt="" width=""
height="">
HTML Basics
44. • Attributes: The <img> tag has following attributes.
src: It is used to specify the path to the image.
alt: It is used to specify an alternate text for the image. It is useful as it
informs the user about what the image means and also due to any
network issue if the image cannot be displayed then this alternate text
will be displayed.
height: It is used to specify the height of the image.
width: It is used to specify the width of the image.
sizes: It is used to specify image sizes for different page layouts.
srcset: It is used to specify a list of image files to use in different
situations.
HTML Basics
47. HTML LISTS
• HTML Lists are used to specify lists of information.
• All lists may contain one or more list elements.
• There are three different types of HTML lists:
1. Ordered List or Numbered List (ol)
2. Unordered List or Bulleted List (ul)
3. Description List or Definition List (dl)
HTML Basics
48. HTML Ordered List or Numbered List
• In the ordered HTML lists, all the list items are marked with numbers
by default.
• It is known as numbered list also.
• The ordered list starts with <ol> tag and the list items start with <li>
tag.
<ol>
<li>Aries</li>
<li>Bingo</li>
<li>Leo</li>
<li>Oracle</li>
</ol>
HTML Basics
50. HTML Unordered List or Bulleted List
• In HTML Unordered list, all the list items are marked with bullets.
• It is also known as bulleted list also.
• The Unordered list starts with <ul> tag and list items start with the
<li> tag.
• Example:
<ul>
<li>Aries</li>
<li>Bingo</li>
<li>Leo</li>
<li>Oracle</li>
</ul>
HTML Basics
52. HTML Description List or Definition List
• HTML Description list is also a list style which is supported by
HTML and XHTML.
• It is also known as definition list where entries are listed like a
dictionary or encyclopedia.
• The definition list is very appropriate when you want to present
glossary, list of terms or other name-value list.
• The HTML definition list contains following three tags:
1. <dl> tag defines the start of the list.
2. <dt> tag defines a term.
3. <dd> tag defines the term definition (description).
HTML Basics
53. <dl>
<dt>Aries</dt>
<dd>-One of the 12 horoscope sign.</dd>
<dt>Bingo</dt>
<dd>-One of my evening snacks</dd>
<dt>Leo</dt>
<dd>-It is also an one of the 12 horoscope
sign.</dd>
<dt>Oracle</dt>
<dd>-It is a multinational technology
corporation.</dd>
</dl>
HTML Basics
54. • Output:
Aries
-One of the 12 horoscope sign.
Bingo
-One of my evening snacks
Leo
-It is also an one of the 12 horoscope sign.
Oracle
-It is a multinational technology
corporation.
HTML Basics
55. FORMTAG
• Forms are required to take input from the user who visits the website.
• This form is used basically for the registration process, logging into your profile on a
website or to create your profile on a website, etc
• The information that is collected from the form is –
1. Name
2.Email Addresses etc.
• Now the form will take input from the form and post that data in backend
applications (like PHP).
• So the backend application will process the data which is received by them.
• There are various form elements that we can use like text fields, text area, drop-
down list, select, checkboxes, radio, etc.
• Syntax:
<form> Form Content... </form>
HTML Basics
56. • Attributes: There are many attributes that are associated with the <form>
tag. Some of them are listed below:
Action Attribute: -This is used to send the data to the server after the
submission of the form.
Method: -This is used to upload the data by using two methods that are Get
and Post.
1. Get Method: -It has a limited length of characters of URL.We should not use
get to send some sensitive data.This method is better for non-secure data.
2. Post Method: -It has no size limitations.The submission of the form with the
method post, can not be bookmarked.
Enctype attribute: -This attribute is used to specify that how a browser
decodes the data before it sends it to the server . So the values of this
attribute are: -
1.application/x-www-form-urlencoded − It is the standard method most forms
used 2.multipart/form-data -it is used when you have something to upload like
files of images, word files, etc.
HTML Basics
57. • An HTML form with two input fields and one submit button:
<form action="/action_page.php" method="get"> <label
for="fname">First name:</label>
<input type="text" id="fname" name="fname"><br><br>
<label for="lname">Last name:</label>
<input type="text" id="lname" name="lname"><br><br>
<input type="submit" value="Submit">
</form>
HTML Basics
58. HTML <FRAME>TAG
• HTML <frame> tag define the particular area within an
HTML file where another HTML web page can be displayed.
• A <frame> tag is used with <frameset>, and it divides a
webpage into multiple sections or frames, and each frame can
contain different web pages.
• Note:Do not use HTML <frame> tag as it is not supported in
HTML5,instead you can use <iframe> or <div> with CSS to
achieve similar effects in HTML.
• Syntax
< frame src = "URL" >
HTML Basics