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.
The document discusses HTML and CSS. It provides code examples of basic HTML elements like headings, paragraphs, images, links, lists, tables, and forms. It also demonstrates how to insert CSS using internal, external and inline styles. CSS is used to style HTML elements by controlling properties like color, font, size, and layout. External CSS allows changing the look of an entire website by modifying one CSS file linked via HTML.
Web design involves creating websites and encompasses webpage layout, content production, and graphic design. It uses client-side technologies like HTML, CSS, and JavaScript that only require a text editor and browser, as well as server-side languages like PHP, Java, and Python that require additional server programs. HTML is the core markup language that defines the structure and layout of a web page using elements like headings, paragraphs, lists, links, images, and tables. Frames allow dividing the browser window into independent sections to organize content. Forms are used to collect user input through elements such as text fields, textareas, radio buttons, and submit buttons.
This document provides an introduction and overview of HTML. It begins by explaining the differences between static and dynamic web pages. It then discusses the different layers of web design including structure, style, and behavior. The document goes on to define HTML and cover its objectives, advantages, and disadvantages. It provides examples of key HTML tags and elements for text formatting, lists, images, and tables.
The document provides an overview of HTML including definitions of key terms like HTTP, browsers, and HTML. It describes the significance of HTML as a scripting language that is a subset of SGML and defines the layout and attributes of web documents. It also covers basic HTML elements and tags for text formatting, lists, tables, images, forms, frames, and cascading style sheets.
The document provides an introduction to HTML and HTML5. It discusses various HTML tags like <html>, <head>, <body>, <p>, <h1>-<h6>, <a>, <img>, <table>, <ul>, <ol>, <li>, <form>, <input>, <textarea>, <select> and <button>. It also covers HTML elements like header, footer, colors, frames and the basic structure of an HTML5 document. The document is intended as teaching material for a college course on web programming.
The document provides an overview of HTML including:
1. It describes some basic HTML elements like lists, tables, images, forms and frames.
2. It explains some key HTML concepts such as tags, the structure of an HTML document, and how to format text.
3. It provides examples of how to create lists, tables, images and forms in HTML.
This document provides an overview of HTML topics that will be covered in lectures 4, 5, and 6 of a web programming course. It discusses HTML, HTML forms, common HTML tags and their purposes, text formatting tags, images, links, tables, lists, and forms. It also covers iframes, framesets, block and inline elements, the <div> and <span> tags, layouts, and buttons. The document serves as an outline of key HTML concepts and elements that will be explored in more depth during the lectures.
HTML is a markup language that is used to define the structure and layout of web pages. HTML uses tags to describe paragraphs, headings, lists, links, and other items that make up a web page. Some key HTML tags include <html> to define an HTML document, <head> for metadata, <title> for the page title, <body> for the visible page content, headings <h1> to <h6>, paragraphs <p>, and lists <ul>, <ol>, and <dl>. HTML also supports images <img>, forms <form> with input elements like text fields <input>, textareas <textarea>, buttons <button>, and select lists <select>. Styles can be added to HTML
HTML is used to design web pages and is not a programming language. It uses tags like <h1> and <p> to structure and style text content. Common tags are used to create headings, paragraphs, lists, links, and tables. Forms allow users to enter interactive content through elements like text boxes and buttons. Overall, HTML provides the building blocks for displaying structured documents on the web.
The document provides information about HTML images, tables, lists, divs, spans, layouts, forms, and inputs. It explains how to add images to HTML using the <img> tag and attributes like src and alt. It also describes how to create tables with <table>, <tr>, and <td> tags and how to add different types of lists. Additionally, it outlines how to group elements with <div> and <span> and construct page layouts with these tags or tables. Finally, it discusses HTML forms and various input fields like text, password, radio buttons, and more.
The document is a lecture on HTML 4.0 that was presented in 2013. It covers many aspects of HTML including elements, tags, text formatting, links, tables, lists, forms, images and more. Each section defines and provides examples of different HTML components and how to use them to structure and format web pages.
This document provides an introduction to basic HTML elements and tags for creating web pages. It defines HTML as the language used to structure and present content on the world wide web. The document outlines common HTML tags for headings, paragraphs, links, images, and lists. It also describes how to format text and add tables, colors, and special characters. Basic HTML page structure and tags are demonstrated through code examples.
Internet and Web Technology (CLASS-3) [HTML & CSS] Ayes Chinmay
This document provides an overview of HTML, CSS, and related web technologies. It discusses the history and components of HTML, including important tags for text formatting, links, images, lists, tables, and forms. It also summarizes key aspects of CSS like the different types (internal, external, inline), syntax, and selectors. Example code is provided to illustrate concepts like applying styles to HTML elements. The document concludes with sample questions to test knowledge of HTML and CSS topics covered.
This document provides descriptions and examples of various HTML tags. It explains basic HTML structure using tags like <html>, <head>, <title>, <body>. It also provides examples of common text formatting tags like <b>, <i>, <u> and examples of lists, tables, forms and inputs using tags like <ul>, <ol>, <table>, <form>, <input>. It is intended as a reference for the basic tags used to structure and style HTML documents.
The document provides an overview of HTML 5 including:
- HTML stands for Hypertext Markup Language and is the core markup language used to structure web pages.
- Common IDEs and browsers for developing HTML include Notepad, Visual Studio Code, Chrome, and Firefox.
- Key HTML elements include <html>, <head>, <body>, <div>, <p>, <img>, <a>, <ul>, <ol>, <table>, and <form>.
- Attributes like class, id, and src are used to provide additional information and functionality.
- HTML allows adding headings, text formatting, comments, links, images, videos, and tables to structure and design web pages.
The document describes various HTML tags and concepts:
- HTML tags describe web pages and come in opening and closing pairs like <p> and </p>
- Common tags are <html>, <body>, <h1>-<h6> for headings, <p> for paragraphs
- Links are defined with <a> tags, images with <img> tags, horizontal rules with <hr>
- Tables are created with <table>, <tr>, and <td> tags
- Forms, lists, frames and columns are also described.
HTML allows users to create web pages. It uses tags to format text, add images and other multimedia, and create hyperlinks. Some key points:
- HTML was created by Tim Berners-Lee in 1989 and standardized in 1997.
- It uses tags enclosed in angle brackets like <p> to format text into paragraphs.
- Common tags include <h1> for main headings, <img> to add images, and <a> for hyperlinks.
- Tables, lists, and forms can be added using <table>, <ul>/<ol>, and <form> tags.
- HTML pages are plain text files that can be viewed on any browser.
The document discusses various topics related to web development including:
1. An overview of HTML, the language used to design web pages.
2. How to write basic HTML code using tags like <html>, <head>, <body>.
3. Common HTML elements for text formatting, links, images, and lists.
4. How attributes provide additional information for elements.
This document provides an overview of a coaching class on designing and developing webpages that will be held on July 26th, 2023 at 7:00 PM by Mr. Chandrashekar C M. The class is part of the IT Skills unit and will cover basic web technologies like browsers, servers, URLs and client-server model. It will also discuss search engine optimization techniques, HTML5 structure and tags to create webpages using headings, paragraphs, lists, links, images and tables. Formatting tools like fonts, text alignment and lists will also be explained.
This document provides an introduction to HTML (Hypertext Markup Language) through the following topics:
- The basic HTML page structure including <!DOCTYPE>, <html>, <head>, <title>, and <body> tags.
- Common text formatting tags such as <h1>-<h6>, <p>, <b>, <em>.
- Lists using <ul>, <ol>, and <li> tags.
- Links using the <a> tag and href attribute.
- Images using the <img> tag and attributes like src, alt, width, and height.
- Tables using <table>, <tr>, and <td> tags.
- Comments using <!-- --> tags
The document discusses HTML tables and forms. It covers core table tags like <table>, <tr>, and <td> and how to structure tables with headers, bodies, and footers. It also explains how to customize tables using attributes like cellspacing, cellpadding, colspan, and rowspan. For forms, it describes common form controls like text fields, textareas, radio buttons, checkboxes and how to lay them out in a form with a submit button. It provides an example form to demonstrate these concepts.
It describe the whole detail of html, CSS , html5 for descibing how to use html tags and where we use html tags. It describe the whole detail of html and CSS.
HTML uses markup tags to describe web pages. Common tags include <p> for paragraphs, <h1>-<h6> for headings, <img> for images, and <table> for tables. Lists can be ordered (<ol>), unordered (<ul>), or definitions (<dl>). Forms (<form>) contain elements like text fields and buttons to collect user input.
This document discusses HTML tags and tables. It introduces common HTML tags like <b>, <i>, <u>, <p>, and <hr>. It explains how to change font styles using the <font> tag. It also covers the different types of lists in HTML - unordered, ordered, and definition lists - and the tags used to define each type (<ul>, <ol>, <dl>). Finally, it discusses HTML tables, describing the tags used to define tables (<table>), rows (<tr>), and cells (<td> and <th>), and how to add borders, cell spacing, and padding.
This document provides an overview of HTML topics that will be covered in lectures 4, 5, and 6 of a web programming course. It discusses HTML, HTML forms, common HTML tags and their purposes, text formatting tags, images, links, tables, lists, and forms. It also covers iframes, framesets, block and inline elements, the <div> and <span> tags, layouts, and buttons. The document serves as an outline of key HTML concepts and elements that will be explored in more depth during the lectures.
HTML is a markup language that is used to define the structure and layout of web pages. HTML uses tags to describe paragraphs, headings, lists, links, and other items that make up a web page. Some key HTML tags include <html> to define an HTML document, <head> for metadata, <title> for the page title, <body> for the visible page content, headings <h1> to <h6>, paragraphs <p>, and lists <ul>, <ol>, and <dl>. HTML also supports images <img>, forms <form> with input elements like text fields <input>, textareas <textarea>, buttons <button>, and select lists <select>. Styles can be added to HTML
HTML is used to design web pages and is not a programming language. It uses tags like <h1> and <p> to structure and style text content. Common tags are used to create headings, paragraphs, lists, links, and tables. Forms allow users to enter interactive content through elements like text boxes and buttons. Overall, HTML provides the building blocks for displaying structured documents on the web.
The document provides information about HTML images, tables, lists, divs, spans, layouts, forms, and inputs. It explains how to add images to HTML using the <img> tag and attributes like src and alt. It also describes how to create tables with <table>, <tr>, and <td> tags and how to add different types of lists. Additionally, it outlines how to group elements with <div> and <span> and construct page layouts with these tags or tables. Finally, it discusses HTML forms and various input fields like text, password, radio buttons, and more.
The document is a lecture on HTML 4.0 that was presented in 2013. It covers many aspects of HTML including elements, tags, text formatting, links, tables, lists, forms, images and more. Each section defines and provides examples of different HTML components and how to use them to structure and format web pages.
This document provides an introduction to basic HTML elements and tags for creating web pages. It defines HTML as the language used to structure and present content on the world wide web. The document outlines common HTML tags for headings, paragraphs, links, images, and lists. It also describes how to format text and add tables, colors, and special characters. Basic HTML page structure and tags are demonstrated through code examples.
Internet and Web Technology (CLASS-3) [HTML & CSS] Ayes Chinmay
This document provides an overview of HTML, CSS, and related web technologies. It discusses the history and components of HTML, including important tags for text formatting, links, images, lists, tables, and forms. It also summarizes key aspects of CSS like the different types (internal, external, inline), syntax, and selectors. Example code is provided to illustrate concepts like applying styles to HTML elements. The document concludes with sample questions to test knowledge of HTML and CSS topics covered.
This document provides descriptions and examples of various HTML tags. It explains basic HTML structure using tags like <html>, <head>, <title>, <body>. It also provides examples of common text formatting tags like <b>, <i>, <u> and examples of lists, tables, forms and inputs using tags like <ul>, <ol>, <table>, <form>, <input>. It is intended as a reference for the basic tags used to structure and style HTML documents.
The document provides an overview of HTML 5 including:
- HTML stands for Hypertext Markup Language and is the core markup language used to structure web pages.
- Common IDEs and browsers for developing HTML include Notepad, Visual Studio Code, Chrome, and Firefox.
- Key HTML elements include <html>, <head>, <body>, <div>, <p>, <img>, <a>, <ul>, <ol>, <table>, and <form>.
- Attributes like class, id, and src are used to provide additional information and functionality.
- HTML allows adding headings, text formatting, comments, links, images, videos, and tables to structure and design web pages.
The document describes various HTML tags and concepts:
- HTML tags describe web pages and come in opening and closing pairs like <p> and </p>
- Common tags are <html>, <body>, <h1>-<h6> for headings, <p> for paragraphs
- Links are defined with <a> tags, images with <img> tags, horizontal rules with <hr>
- Tables are created with <table>, <tr>, and <td> tags
- Forms, lists, frames and columns are also described.
HTML allows users to create web pages. It uses tags to format text, add images and other multimedia, and create hyperlinks. Some key points:
- HTML was created by Tim Berners-Lee in 1989 and standardized in 1997.
- It uses tags enclosed in angle brackets like <p> to format text into paragraphs.
- Common tags include <h1> for main headings, <img> to add images, and <a> for hyperlinks.
- Tables, lists, and forms can be added using <table>, <ul>/<ol>, and <form> tags.
- HTML pages are plain text files that can be viewed on any browser.
The document discusses various topics related to web development including:
1. An overview of HTML, the language used to design web pages.
2. How to write basic HTML code using tags like <html>, <head>, <body>.
3. Common HTML elements for text formatting, links, images, and lists.
4. How attributes provide additional information for elements.
This document provides an overview of a coaching class on designing and developing webpages that will be held on July 26th, 2023 at 7:00 PM by Mr. Chandrashekar C M. The class is part of the IT Skills unit and will cover basic web technologies like browsers, servers, URLs and client-server model. It will also discuss search engine optimization techniques, HTML5 structure and tags to create webpages using headings, paragraphs, lists, links, images and tables. Formatting tools like fonts, text alignment and lists will also be explained.
This document provides an introduction to HTML (Hypertext Markup Language) through the following topics:
- The basic HTML page structure including <!DOCTYPE>, <html>, <head>, <title>, and <body> tags.
- Common text formatting tags such as <h1>-<h6>, <p>, <b>, <em>.
- Lists using <ul>, <ol>, and <li> tags.
- Links using the <a> tag and href attribute.
- Images using the <img> tag and attributes like src, alt, width, and height.
- Tables using <table>, <tr>, and <td> tags.
- Comments using <!-- --> tags
The document discusses HTML tables and forms. It covers core table tags like <table>, <tr>, and <td> and how to structure tables with headers, bodies, and footers. It also explains how to customize tables using attributes like cellspacing, cellpadding, colspan, and rowspan. For forms, it describes common form controls like text fields, textareas, radio buttons, checkboxes and how to lay them out in a form with a submit button. It provides an example form to demonstrate these concepts.
It describe the whole detail of html, CSS , html5 for descibing how to use html tags and where we use html tags. It describe the whole detail of html and CSS.
HTML uses markup tags to describe web pages. Common tags include <p> for paragraphs, <h1>-<h6> for headings, <img> for images, and <table> for tables. Lists can be ordered (<ol>), unordered (<ul>), or definitions (<dl>). Forms (<form>) contain elements like text fields and buttons to collect user input.
This document discusses HTML tags and tables. It introduces common HTML tags like <b>, <i>, <u>, <p>, and <hr>. It explains how to change font styles using the <font> tag. It also covers the different types of lists in HTML - unordered, ordered, and definition lists - and the tags used to define each type (<ul>, <ol>, <dl>). Finally, it discusses HTML tables, describing the tags used to define tables (<table>), rows (<tr>), and cells (<td> and <th>), and how to add borders, cell spacing, and padding.
In the given example only one object will be created. Firstly JVM will not fi...Indu32
In the given example only one object will be created. Firstly JVM will not find any string object with the value “Welcome” in the string constant pool, so it will create a new object. After that it will find the string with the value “Welcome” in the pool, it will not create a new object but will return the reference to the same instance. In this article, we will learn about Java Strings.
In this page, we will learn about the basics of OOPs. Object-Oriented Program...Indu32
In this page, we will learn about the basics of OOPs. Object-Oriented Programming is a paradigm that provides many concepts, such as inheritance, data binding, polymorphism, etc.
In this page, we will learn about the basics of OOPs. Object-Oriented Program...Indu32
In this page, we will learn about the basics of OOPs. Object-Oriented Programming is a paradigm that provides many concepts, such as inheritance, data binding, polymorphism, etc.
java basic ppt introduction, The Java language is known for its robustness, s...Indu32
Java is an object-oriented, class-based programming language. The language is designed to have as few dependencies implementations as possible. The intention of using this language is to give relief to the developers from writing codes for every platform. The term WORA, write once and run everywhere is often associated with this language. It means whenever we compile a Java code, we get the byte code (.class file), and that can be executed (without compiling it again) on different platforms provided they support Java. In the year 1995, Java language was developed. It is mainly used to develop web, desktop, and mobile devices. The Java language is known for its robustness, security, and simplicity features. That is designed to have as few implementation dependencies as possible.
Top 5 Modern Furniture Pieces Every Home Should Have in 2025designplusgallery
Transforming your home with modern furniture is about striking the right balance with pieces that are stylish, functional, and comfortable. The trends for 2025 modern furniture: are personal, sustainable, and smart.
Using AI to Streamline Personas and Journey Map CreationKyle Soucy
Explore the transformative role of Generative AI in the field of UX, specifically in the creation of personas and journey maps. This session will dive into practical methods and tools that streamline UX processes, enhance creativity, and ensure a productive balance between technological efficiency and the critical human touch. Participants will gain insights into effectively integrating AI tools like ChatGPT, Google Gemini, and others into their UX practices. Whether you're a novice curious about AI or a seasoned practitioner seeking to optimize your workflows, this talk will provide valuable strategies and examples to elevate your UX projects.
CORPORATE OFFICE INTERNAL BRANDING OF A LEADING INDO-JAPANESE AUTOMOTIVE BRANDaonbanerjee
To create a state-of-the-art corporate office keeping in mind the company values and ethos. Following are the slides that present the finer nuances of corporate branding, the true motorcycling spirit and to create a lasting impression as a Brand
McKinsey – Mobility Consumer Pulse 2024 | Global Trends in EVs, Shared Mobili...INKPPT
Uncover McKinsey’s Mobility Consumer Pulse 2024 with insights from 36,000+ consumers across 15 countries. Explore trends in electric vehicles, shared mobility, autonomous tech, and evolving consumer preferences shaping the future of mobility.
EY – The Future of Assurance | How Technology is Transforming the AuditINKPPT
Explore EY’s 'The Future of Assurance' and discover how big data, analytics, and visualization tools are revolutionizing audit processes. Learn how early risk detection and full-population analysis are shaping the next era of assurance.
KPMG – Future of Supply Chain | ESG, Technology & Risk Strategies for 2030INKPPT
Discover KPMG’s “Future of Supply Chain” report—exploring how ESG goals, automation, blockchain, and geopolitical risks are reshaping global supply networks. Learn strategies to build resilient, tech-ready, and sustainable supply chains for the decade ahead.
A Sneak Peek into Communication Design by Ayonaonbanerjee
Synopsis|
To be a key player in the arena of content, communication and
media centric avenues.
To create meaningful content across platforms and be a part of
core teams to form and lead associations, agencies and
organisations of repute.
Key Skills: Take Ownership of Tasks Assigned,
Human Resource Booster, Brand Evangelist!
The presentation explores how small design decisions can lead to significant impacts in user experiences, markets, and society, drawing from chaos theory and the utopian principle. It highlights the importance of adaptability, ethical design, and design thinking in creating innovative, sustainable solutions that enhance human freedom and well-being. For young designers, this presentation is crucial as it teaches them to anticipate the far-reaching consequences of their choices, embrace resilience in dynamic markets, and leverage small, mindful actions to drive meaningful change in the design industry and beyond.
The presentation "Marketing" provides a comprehensive guide to leveraging marketing strategies for success in the design industry. It emphasizes the importance of understanding market research, building a strong brand identity, and utilizing both digital and traditional marketing techniques to attract clients and ensure business growth. For young designers, this presentation is vital as it equips them with essential entrepreneurial skills, financial management insights, and strategic planning tools, enabling them to establish a competitive edge, secure funding, and sustainably grow their design businesses in a dynamic market.
Morgenbooster - Systems and Transition. 14.05.2025.pdf1508 A/S
Systems Thinking is a way to view problems that focuses on interconnectedness and relationships, as well as the integration of feedback. This type of thinking empowers us to tackle complex challenges and create lasting change. At 1508, we leverage Systems Thinking to diagnose holistic issues, uncover hidden links, and drive impactful interventions.
Recycled Materials and Eco-Design for design students.pptxProf. Hany El-Said
Welcome to Sustainable Creativity: Explore how recycled and eco-materials transform waste into art and design, fostering a circular economy. eco-materials reduce environmental impact while sparking innovation and aesthetic value.
Presentation Focus: Learn definitions, classifications, creative examples, trends, and practical applications for sustainable design education.
Our Goal: Inspire students and faculty to integrate eco-materials into projects, shaping a greener future through design.
‘Everybody is a designer’ revisited: A Retrospective on Design’s Power, Posi...Lou Susi
‘Everybody is a designer’ revisited: A Retrospective on Design’s Power, Position, and Future in an Era of Increasing Uncertainty
Co-presented by Colin Owens and Lou Susi at the 2025 UXPA Boston Conference at The Boston Sheraton on Copley
In the mid-to-late 2010s, the provocative phrase ‘Everybody is a designer’ gained traction in UX and design circles. For some, it was a rallying cry for democratization; for others, a frustrating oversimplification of a deeply strategic profession. The debate sparked conversations about design’s role in business, its strategic value, and its place in the product-development triad.
Fast forward to 2025: UX and design professionals are navigating an industry shaken by waves of layoffs, shifting priorities, and increasing commoditization. As design moved from external agencies to in-house teams and embraced methodologies like Design Thinking, have we inadvertently diluted our influence? Did the push for inclusivity in design inadvertently lead to its own marginalization? And most importantly: Where do we go from here?
2. HTML Introduction
HTML :
HTML stands for Hyper Text Markup Language
HTML is not a programming language, it is a markup
language
A markup language is a set of markup tags
HTML uses markup tags to describe web pages
Html is platform independent language
3. What is CSS?
What is CSS?
CSS stands for Cascading Style Sheets
Styles define how to display HTML elements
Styles were added to HTML 4.0 to solve a problem
4. What is JavaScript?
What is JavaScript?
JavaScript was designed to add interactivity to HTML
pages .
5. DHTML
DHTML is NOT a language.
DHTML is a TERM describing the art of making
dynamic and interactive web pages.
DHTML combines HTML, JavaScript, the HTML
DOM, and CSS.
6. Session 1
What is web page?
The basic unit of information displayed over the net is a
web page .
What is web site ?
It is a collection of web pages .
URI : uniform resources Identifier
Home page
Communication b/w server and a browsers
Feature
7. 3 kind of network
LAN : local area network
WAN : wide area network
MAN: metropolitan area network
9. Structure of Html
<!DOCTYPE html>
<html>
<head>
<title>my html</title>
</head>
<body>
Welcome to html
</body>
</html>
10. Attributes & Tags
< body bgcolor=“red”>
bgcolor=attributes , red= values
Tags helps to add picture , movies, heading
etc
Ex : <h1> ……………….. </h1>
11. Basic tags elements in html
Paragraph: <p> </p>
break: <br> or <br/>
Heading : H1,H2,H3,H4,H5,H6
HR: <hr>
<hr color=“red” width=“75%” size=“4”>
Pre: <pre></pre> (space)
Center:<center> </center>
12. Basic text elements in html
Superscript:<sup> </sup>
Subscript :<sub> </sub>
Bold :<b> </b>
I :<i> </i>
u :<u> </u>
Big :<big> </big>
Small :<small> </small>
Strike :<strike> </strike>
13. Basic text elements in html
Delete :<del> </del>
Insert :<ins> </ins>
Strong :< Strong > < /Strong >
Color text : 2 ways :
<font size color face> </font>
or
<p style=“color: green;font-size:8;”> </p>
(inline css)
14. Basic text elements in html
Marquee :<marquee> </marquee>
Acronym :< Acronym title=“meaning”></ Acronym
title>
Cite (meaning):Reference
<cite>google.com</cite>
Divided :<div> </div>
Marquee bgcolor=“red”
< Marquee> <span style=“background- color:
red”>html</span></marquee>
15. Basic text elements in html
<marquee direction =“right” scrollamount=“30”>
<marquee behavior="alternate">
Image
<img src=“moon.jpg”/>
<img src="sunset.gif" />
< img src=“moon.jpg” width=“50” height=“200” alt=“it is
a moon”/>
Alter : alt=“united nation org”
16. HTML Quotation
Tag Description
<abbr> Defines an abbreviation or acronym
<address> Defines contact information for the author/owner of a document
<bdo> Defines the text direction
<blockquote> Defines a section that is quoted from another source
<cite> Defines the title of a work
<q> Defines a short inline quotation
<mark> For highlight
17. HTML Computer Code Elements
Tag Description
<code> Defines programming code
<kbd> Defines keyboard input
<samp> Defines computer output
<var> Defines a variable
<pre> Defines preformatted text
18. List
3 types :
Unordered list
Ordered list
Definition list
Unordered list : type="square" type="disc"
type="circle"
<h4 align="center">Shopping List</h4>
<ul > <li>Milk</li>
<li>chocolate</li>
<li>Cereal</li>
<li>Bread</li> </ul>
19. list
Ordered list
<h4 align="center">Goals</h4>
<ol>
<li>Find a Job</li>
<li>Get Money</li>
<li>Move Out</li> </ol>
Lower-Case Letters, Upper-Case Letters ,Lower-
Case Numerals ,Upper-Case Numerals,
Roman-letters
20. Definition list
<dl>
<dt><b>Fromage</b></dt>
<dd>French word for cheese.</dd>
<dt><b>Voiture</b></dt>
<dd>French word for car.</dd> </dl>
Fromage
French word for cheese.
Voiture
French word for car.
<dl> - defines the start of the list
<dt> - definition term
<dd> - defining definition
23. Cell Padding and Spacing
Cell Padding and Spacing
With the cell padding and cell spacing attributes you
will be able to adjust the white space on your tables.
Spacing defines the space between two cells , while
padding represents the distance between cell borders
and the content of a cell. Color has been added to the
table to emphasize these attributes.
27. HTML Comment Tags
Comment tags <!-- and --> are used to insert comments
in HTML.
Ex:
<!-- This is a comment -->
<p>This is a paragraph.</p>
<!-- Remember to add more information here -->
28. Form: HTML web forms are a composition of buttons, checkboxes, and text input fields embedded
inside of HTML documents with one goal in mind: to capture user input. By doing things such as
providing fields for user data such as names, phone number, and email addresses, web forms give
users the opportunity to interact directly with a webpage.
<html>
<body>
<form><caption><center>APPLICATION
FORM</center></caption>
First Name:</td><td><input type="text" maxlength="15"
size="30" value="john">
Last Name:</td><td><input type="text" maxlength="15"
size="30" value="Ford">
31. Frame(With frames, several Web pages can
be displayed in the same browser window.
<html>
<frameset cols="25%,50%,25%">
<frame src="a.html" />
<frame src="b.html" />
<frame src=“c.html" />
</frameset>
</html>
34. Iframe: An iframe is used to display a web page
within a web page.
<iframe src="oline.html" width="350"
height="150" scrolling="auto"
frameborder ="1">
</iframe>
<The End>