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 information on various HTML body tag elements and their attributes that control formatting of web pages, including:
- The <body> tag contains attributes that set the background color, image, and text/link colors. Attributes like BGCOLOR set the background color.
- Other tags control text formatting and placement, like <h1>-<h6> for headings, <p> for paragraphs, <br> for line breaks, and <font> for text styling.
- Lists are created using <ul>, <ol>, <li> tags and their type/start attributes. Other tags like <img> insert images, <a> creates links, and <table> structures data
The document provides instructions for updating initial PHP, HTTPD, and MySQL configuration files. Key points include:
- Setting the PHP error_reporting level and enabling access from other computers in PHP.ini and httpd.conf.
- Increasing PHP and MySQL configuration values such as post_max_size, upload_max_filesize, max_execution_time, max_input_time, and memory_limit.
- Increasing the MySQL execution time limit configuration value.
1. The document provides information on HTML including definitions of key terms like HTML, URL, and browser. It also covers topics such as creating basic HTML documents, using headings, paragraphs, breaks, and horizontal rules.
2. The document discusses how to format text using bold, italics, underline, and color. It also covers inserting special characters and symbols.
3. The document describes how to create different types of lists like unordered lists, ordered lists, and defined lists as well as nesting lists.
This document provides information about HTML tags and their uses. It begins with an introduction to HTML and defines HTML tags as markup tags that tell the web browser how to display a web page. It then discusses various HTML tags for formatting text, inserting images, creating lists and tables, and developing forms. Key tags covered include paragraph (<p>), heading (<h1>-<h6>), bold (<b>), italic (<i>), horizontal rule (<hr>), image (<img>), unordered (<ul>) and ordered (<ol>) lists, table (<table>), and form (<form>) tags. The document provides examples and explanations of how each tag is used.
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.
This document provides an introduction to HTML (Hypertext Markup Language) and basic HTML tags. It defines common terms like WWW, HTML, URL, and browser. It explains that HTML uses tags to format text and pages usually end with .htm or .html extensions. Common tags are described like <TITLE> for the page title and <HEAD> and <BODY> to define sections. It also covers choosing text editors, creating a basic HTML page structure, and setting document properties like colors.
This document provides an introduction to HTML. It defines key terms like HTML, URL, and browser. It explains that HTML is the language used to create web pages and is made up of tags enclosed in angle brackets. It discusses the basic structure of an HTML document using tags like <html>, <head>, <title>, and <body>. It also describes common text formatting tags and elements used in HTML like headings, paragraphs, line breaks, and bold/italic text. The document is intended as a beginner overview of HTML concepts and syntax.
This document provides an introduction to HTML and covers several basic elements for formatting text in HTML documents, including:
1. Headings (<H1>-<H6>) are used to divide up sections of text and are displayed in decreasing font sizes. Paragraphs (<P>) allow text to automatically wrap to the width of the browser.
2. Breaks (<BR>) insert line breaks, while horizontal rules (<HR>) add horizontal lines across the page.
3. Character formatting elements like <B> for bold, <I> for italics, and <FONT> for changing text size allow styling of individual characters.
This document provides an introduction to HTML and covers several basic HTML elements for formatting text. It discusses headings, paragraphs, breaks, and horizontal rules. It also covers setting document properties like background color and text color. Character formatting elements are introduced like bold, italics, font size, color, and alignment. The document recommends starting with a basic HTML template and provides examples of coding structures for the various elements.
This document provides an introduction to HTML and covers several important topics:
1. It defines key terms related to HTML and the web like HTML, URL, browser, and tags.
2. It discusses choosing a text editor for writing HTML code and recommends NotePad for beginners.
3. It explains how to create a basic HTML document structure with the <html>, <head>, <title>, and <body> tags and set document properties like the background color.
4. It covers additional HTML elements like headings, paragraphs, line breaks, and horizontal rules that can be used to structure and format text on a page.
This document provides an introduction to HTML and covers various topics related to creating HTML documents, including:
1. Definitions of key terms like HTML, URL, and browser.
2. How to create a basic HTML document structure and set document properties like the background color.
3. How to add different elements like headings, paragraphs, breaks, and horizontal rules to structure the content and text.
This document provides an introduction to HTML and covers several key topics:
1. It defines important terms like HTML, URL, and browser.
2. It discusses the basic structure of an HTML document including the <head> and <body> sections and common tags like <title> and <p>.
3. It covers ways to format text including headings, paragraphs, breaks, horizontal rules, bold, italics, underline, and font colors. It also discusses alignment and special characters.
This document provides an introduction to HTML and covers several key topics:
1. It defines important terms like HTML, URL, and browser.
2. It discusses the basic structure of an HTML document including the <head> and <body> tags.
3. It covers how to set document properties like the background color and text color in the <body> tag.
4. It explains different text formatting tags like <b> for bold, <i> for italics, and <font> for changing text size or color.
web development html css javascrptt902350_HTML_Jar.pptPuniNihithasree
This document provides an introduction to HTML and covers several key topics:
1. It defines important HTML terms like HTML, URL, and browser.
2. It discusses HTML tags, including common tags like <TITLE> and <BODY>, and explains that tags are not case sensitive.
3. It covers choosing a text editor for writing HTML, and recommends NotePad for beginners to create basic HTML pages and view them in a browser.
This document provides an introduction to HTML and covers various topics related to creating HTML documents, including:
1. Definitions of key terms like HTML, URL, and browser.
2. How to create a basic HTML document structure and set document properties using tags like <HTML>, <HEAD>, <TITLE>, and <BODY>.
3. How to format text within HTML documents using tags like <H1>-<H6> for headings, <P> for paragraphs, <BR> for breaks, and <HR> for horizontal rules.
This document provides an introduction to HTML and covers several key topics:
1. It defines important HTML terms like HTML, URL, and browser.
2. It discusses HTML tags, including common tags like <TITLE> and <BODY>, and explains that tags are not case sensitive.
3. It covers choosing a text editor for writing HTML, and recommends NotePad for beginners to create basic HTML pages and view them in a browser.
This document provides an introduction to HTML and covers various topics related to creating HTML documents, including:
1. Definitions of key terms like HTML, URL, and browser.
2. How to create a basic HTML document structure and set document properties using tags like <HTML>, <HEAD>, <TITLE>, and <BODY>.
3. How to add headings, paragraphs, breaks, and horizontal rules to structure content on the page.
4. How to format text using bold, italics, and other tags.
In summary, the document serves as a tutorial for beginners on the basic building blocks of creating HTML pages.
This document provides an introduction to HTML and covers several key topics:
1. It defines important terms like HTML, URL, and browser.
2. It discusses the basic structure of an HTML document including tags, headings, paragraphs, and breaks.
3. It covers how to set document properties like the background color, text color, and link colors.
4. It explains how to preview and view HTML documents in a browser and engage in the edit-save-view cycle of creating webpages.
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 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.
This document provides an introduction to HTML (Hypertext Markup Language) and basic HTML tags. It defines common terms like WWW, HTML, URL, and browser. It explains that HTML uses tags to format text and pages usually end with .htm or .html extensions. Common tags are described like <TITLE> for the page title and <HEAD> and <BODY> to define sections. It also covers choosing text editors, creating a basic HTML page structure, and setting document properties like colors.
This document provides an introduction to HTML. It defines key terms like HTML, URL, and browser. It explains that HTML is the language used to create web pages and is made up of tags enclosed in angle brackets. It discusses the basic structure of an HTML document using tags like <html>, <head>, <title>, and <body>. It also describes common text formatting tags and elements used in HTML like headings, paragraphs, line breaks, and bold/italic text. The document is intended as a beginner overview of HTML concepts and syntax.
This document provides an introduction to HTML and covers several basic elements for formatting text in HTML documents, including:
1. Headings (<H1>-<H6>) are used to divide up sections of text and are displayed in decreasing font sizes. Paragraphs (<P>) allow text to automatically wrap to the width of the browser.
2. Breaks (<BR>) insert line breaks, while horizontal rules (<HR>) add horizontal lines across the page.
3. Character formatting elements like <B> for bold, <I> for italics, and <FONT> for changing text size allow styling of individual characters.
This document provides an introduction to HTML and covers several basic HTML elements for formatting text. It discusses headings, paragraphs, breaks, and horizontal rules. It also covers setting document properties like background color and text color. Character formatting elements are introduced like bold, italics, font size, color, and alignment. The document recommends starting with a basic HTML template and provides examples of coding structures for the various elements.
This document provides an introduction to HTML and covers several important topics:
1. It defines key terms related to HTML and the web like HTML, URL, browser, and tags.
2. It discusses choosing a text editor for writing HTML code and recommends NotePad for beginners.
3. It explains how to create a basic HTML document structure with the <html>, <head>, <title>, and <body> tags and set document properties like the background color.
4. It covers additional HTML elements like headings, paragraphs, line breaks, and horizontal rules that can be used to structure and format text on a page.
This document provides an introduction to HTML and covers various topics related to creating HTML documents, including:
1. Definitions of key terms like HTML, URL, and browser.
2. How to create a basic HTML document structure and set document properties like the background color.
3. How to add different elements like headings, paragraphs, breaks, and horizontal rules to structure the content and text.
This document provides an introduction to HTML and covers several key topics:
1. It defines important terms like HTML, URL, and browser.
2. It discusses the basic structure of an HTML document including the <head> and <body> sections and common tags like <title> and <p>.
3. It covers ways to format text including headings, paragraphs, breaks, horizontal rules, bold, italics, underline, and font colors. It also discusses alignment and special characters.
This document provides an introduction to HTML and covers several key topics:
1. It defines important terms like HTML, URL, and browser.
2. It discusses the basic structure of an HTML document including the <head> and <body> tags.
3. It covers how to set document properties like the background color and text color in the <body> tag.
4. It explains different text formatting tags like <b> for bold, <i> for italics, and <font> for changing text size or color.
web development html css javascrptt902350_HTML_Jar.pptPuniNihithasree
This document provides an introduction to HTML and covers several key topics:
1. It defines important HTML terms like HTML, URL, and browser.
2. It discusses HTML tags, including common tags like <TITLE> and <BODY>, and explains that tags are not case sensitive.
3. It covers choosing a text editor for writing HTML, and recommends NotePad for beginners to create basic HTML pages and view them in a browser.
This document provides an introduction to HTML and covers various topics related to creating HTML documents, including:
1. Definitions of key terms like HTML, URL, and browser.
2. How to create a basic HTML document structure and set document properties using tags like <HTML>, <HEAD>, <TITLE>, and <BODY>.
3. How to format text within HTML documents using tags like <H1>-<H6> for headings, <P> for paragraphs, <BR> for breaks, and <HR> for horizontal rules.
This document provides an introduction to HTML and covers several key topics:
1. It defines important HTML terms like HTML, URL, and browser.
2. It discusses HTML tags, including common tags like <TITLE> and <BODY>, and explains that tags are not case sensitive.
3. It covers choosing a text editor for writing HTML, and recommends NotePad for beginners to create basic HTML pages and view them in a browser.
This document provides an introduction to HTML and covers various topics related to creating HTML documents, including:
1. Definitions of key terms like HTML, URL, and browser.
2. How to create a basic HTML document structure and set document properties using tags like <HTML>, <HEAD>, <TITLE>, and <BODY>.
3. How to add headings, paragraphs, breaks, and horizontal rules to structure content on the page.
4. How to format text using bold, italics, and other tags.
In summary, the document serves as a tutorial for beginners on the basic building blocks of creating HTML pages.
This document provides an introduction to HTML and covers several key topics:
1. It defines important terms like HTML, URL, and browser.
2. It discusses the basic structure of an HTML document including tags, headings, paragraphs, and breaks.
3. It covers how to set document properties like the background color, text color, and link colors.
4. It explains how to preview and view HTML documents in a browser and engage in the edit-save-view cycle of creating webpages.
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.
Value Stream Mapping Worskshops for Intelligent Continuous SecurityMarc Hornbeek
This presentation provides detailed guidance and tools for conducting Current State and Future State Value Stream Mapping workshops for Intelligent Continuous Security.
Concept of Problem Solving, Introduction to Algorithms, Characteristics of Algorithms, Introduction to Data Structure, Data Structure Classification (Linear and Non-linear, Static and Dynamic, Persistent and Ephemeral data structures), Time complexity and Space complexity, Asymptotic Notation - The Big-O, Omega and Theta notation, Algorithmic upper bounds, lower bounds, Best, Worst and Average case analysis of an Algorithm, Abstract Data Types (ADT)
Sorting Order and Stability in Sorting.
Concept of Internal and External Sorting.
Bubble Sort,
Insertion Sort,
Selection Sort,
Quick Sort and
Merge Sort,
Radix Sort, and
Shell Sort,
External Sorting, Time complexity analysis of Sorting Algorithms.
its all about Artificial Intelligence(Ai) and Machine Learning and not on advanced level you can study before the exam or can check for some information on Ai for project
Raish Khanji GTU 8th sem Internship Report.pdfRaishKhanji
This report details the practical experiences gained during an internship at Indo German Tool
Room, Ahmedabad. The internship provided hands-on training in various manufacturing technologies, encompassing both conventional and advanced techniques. Significant emphasis was placed on machining processes, including operation and fundamental
understanding of lathe and milling machines. Furthermore, the internship incorporated
modern welding technology, notably through the application of an Augmented Reality (AR)
simulator, offering a safe and effective environment for skill development. Exposure to
industrial automation was achieved through practical exercises in Programmable Logic Controllers (PLCs) using Siemens TIA software and direct operation of industrial robots
utilizing teach pendants. The principles and practical aspects of Computer Numerical Control
(CNC) technology were also explored. Complementing these manufacturing processes, the
internship included extensive application of SolidWorks software for design and modeling tasks. This comprehensive practical training has provided a foundational understanding of
key aspects of modern manufacturing and design, enhancing the technical proficiency and readiness for future engineering endeavors.
Passenger car unit (PCU) of a vehicle type depends on vehicular characteristics, stream characteristics, roadway characteristics, environmental factors, climate conditions and control conditions. Keeping in view various factors affecting PCU, a model was developed taking a volume to capacity ratio and percentage share of particular vehicle type as independent parameters. A microscopic traffic simulation model VISSIM has been used in present study for generating traffic flow data which some time very difficult to obtain from field survey. A comparison study was carried out with the purpose of verifying when the adaptive neuro-fuzzy inference system (ANFIS), artificial neural network (ANN) and multiple linear regression (MLR) models are appropriate for prediction of PCUs of different vehicle types. From the results observed that ANFIS model estimates were closer to the corresponding simulated PCU values compared to MLR and ANN models. It is concluded that the ANFIS model showed greater potential in predicting PCUs from v/c ratio and proportional share for all type of vehicles whereas MLR and ANN models did not perform well.
We introduce the Gaussian process (GP) modeling module developed within the UQLab software framework. The novel design of the GP-module aims at providing seamless integration of GP modeling into any uncertainty quantification workflow, as well as a standalone surrogate modeling tool. We first briefly present the key mathematical tools on the basis of GP modeling (a.k.a. Kriging), as well as the associated theoretical and computational framework. We then provide an extensive overview of the available features of the software and demonstrate its flexibility and user-friendliness. Finally, we showcase the usage and the performance of the software on several applications borrowed from different fields of engineering. These include a basic surrogate of a well-known analytical benchmark function; a hierarchical Kriging example applied to wind turbine aero-servo-elastic simulations and a more complex geotechnical example that requires a non-stationary, user-defined correlation function. The GP-module, like the rest of the scientific code that is shipped with UQLab, is open source (BSD license).
Analysis of reinforced concrete deep beam is based on simplified approximate method due to the complexity of the exact analysis. The complexity is due to a number of parameters affecting its response. To evaluate some of this parameters, finite element study of the structural behavior of the reinforced self-compacting concrete deep beam was carried out using Abaqus finite element modeling tool. The model was validated against experimental data from the literature. The parametric effects of varied concrete compressive strength, vertical web reinforcement ratio and horizontal web reinforcement ratio on the beam were tested on eight (8) different specimens under four points loads. The results of the validation work showed good agreement with the experimental studies. The parametric study revealed that the concrete compressive strength most significantly influenced the specimens’ response with the average of 41.1% and 49 % increment in the diagonal cracking and ultimate load respectively due to doubling of concrete compressive strength. Although the increase in horizontal web reinforcement ratio from 0.31 % to 0.63 % lead to average of 6.24 % increment on the diagonal cracking load, it does not influence the ultimate strength and the load-deflection response of the beams. Similar variation in vertical web reinforcement ratio leads to an average of 2.4 % and 15 % increment in cracking and ultimate load respectively with no appreciable effect on the load-deflection response.
2. 2
Definitions
HTML : HyperText Markup Language – The Language of Web
Pages on the World Wide Web.
HTML is a text formatting language.
URL : Uniform Resource Locator.
Browser :A software program which is used to show webpages.
WWW: A collection of websites or web pages stored in web
servers.Building blocks of webpages connected by hyperlinks and
HTTP
3. 3
“Normal text” surrounded by
bracketed tags that tell browsers
how to display web pages
Pages end with “.htm” or “.html”
Hypertext Markup Language, a
standardized system for tagging
text files to achieve font, colour,
graphic, and hyperlink effects on
World Wide Web pages.
4. 4
Tags
Codes enclosed in brackets
Usually paired
<TITLE>My Web Page</TITLE>
Not case sensitive
<TITLE> = <title> = <TITLE>
But preferably upper case is used
5. 5
Creating a Basic Starting
Document
<HTML>
<HEAD>
<TITLE>Alva’s Institute of Engineering &Technology</TITLE>
</HEAD>
<BODY>
This is what is displayed on webpage
</BODY>
</HTML>
6. 6
Creating a Basic Starting
Document
The HEAD of your document point to above
window part. The TITLE of your document
appears in the very top line of the user’s
browser.
The text in your TITLE should be as
descriptive as possible because this is what
many search engines, on the internet, use for
indexing your site.
7. 7
Setting Document Properties
Document properties are controlled by
attributes of the BODY element. For
example, there are color settings for the
background color of the page, the
document’s text and different states of
links.
<BODY BGCOLOR=“#FFFFFF” text=#000000></BODY>
8. 8
Color Codes
• Colors are set using “RGB” color codes,
which are, represented as hexadecimal
values. Each 2-digit section of the code
represents the amount, in sequence, of
red, green or blue that forms the color. For
example, a RGB value with 00 as the first
two digits has no red in the color.
13. 13
The Body Element
• The BODY element of a web page is an
important element in regards to the page’s
appearance. Here are the attributes of the
BODY tag to control all the levels:
TEXT="#RRGGBB" to change the color of all
the text on the page (full page text color.)
This element contains information about the
page’s background color, the background image,
as well as the text and link colors.
14. 14
Background Color
It is very common to see web pages with
their background color set to white or some
other colors.
To set your document’s background color,
you need to edit the <BODY> element by
adding the BGCOLOR attribute. The
following example will display a document
with a white background color:
<BODY BGCOLOR=“#FFFFFF”></BODY>
15. 15
TEXT Color
The TEXT attribute is used to control the
color of all the normal text in the
document. The default color for text is
black. The TEXT attribute would be added
as follows:
<BODY BGCOLOR=“#FFFFFF”
TEXT=“#FF0000”></BODY>
In this example the document’s page
color is white and the text would be red.
16. 16
Using Image Background
The BODY element also gives you ability of
setting an image as the document’s background.
An example of a background image’s HTML code
is as follows:
<BODY BACKGROUND=“hi.gif”
BGCOLOR=“#FFFFFF”></BODY>
17. 17
Headings, <Hx> </Hx>
Inside the BODY element, heading elements
H1 through H6 are generally used for major
divisions of the document. Headings are
permitted to appear in any order, but you will
obtain the best results when your documents
are displayed in a browser if you follow these
guidelines:
1. H1: should be used as the highest level of heading, H2
as the next highest, and so forth.
2. You should not skip heading levels: e.g., an H3 should
not appear after an H1, unless there is an H2 between
them.
19. 19
Paragraphs, <P> </P>
Paragraphs allow you to add text to a
document in such a way that it will
automatically adjust the end of line to suite
the window size of the browser in which it
is being displayed. Each line of text will
stretch the entire length of the window.
21. 21
Break, <BR>
Line breaks allow you to decide where the text
will break on a line or continue to the end of the
window.
A <BR> is an empty Element, meaning that it
may contain attributes but it does not contain
content.
The <BR> element does not have a closing tag.
22. 22
Break, <BR>
<HTML>
<HEAD>
<TITLE> Example Page</TITLE>
</HEAD>
<BODY>
<H1> Heading 1 </H1>
<P>Paragraph 1, <BR>
Line 2 <BR> Line 3 <BR>….
</P>
</BODY>
</HTML>
Heading 1
Paragraph 1,….
Line 2
Line 3
….
23. 23
Horizontal Rule, <HR>
The <HR> element causes the
browser to display a horizontal
line (rule) in your document.
<HR> does not use a closing tag,
</HR>.
24. 24
Horizontal Rule, <HR>
Attribute Description Default Value
SIZE Height of the rule in
pixels 2 pixels
WIDTH Width of the rule in
pixels or percentage
of screen width 100%
NOSHADE Draw the rule with a
flat look instead of a
3D look
Not set
(3D look)
ALIGN Aligns the line (Left,
Center, Right) Center
COLOR Sets a color for the
rule (IE 3.0 or later) Not set
25. 25
Horizontal Rule, <HR>
<HTML>
<HEAD>
<TITLE> Example Page</TITLE>
</HEAD>
<BODY>
<H1> Heading 1 </H1>
<P>Paragraph 1, <BR>
Line 2 <BR>
<HR>Line 3 <BR>
</P>
</BODY>
</HTML>
Heading 1
Paragraph 1,….
Line 2
______________________
_____
Line 3
26. 26
Bold, Italic and other Character Formatting
Elements
<FONT SIZE=“+2”> Two sizes bigger</FONT>
The size attribute can be set as an absolute value from 1 to 7
or as a relative value using the “+” or “-” sign. Normal text size
is 3 (from -2 to +4).
<B> Bold </B>
<I> Italic </I>
<U> Underline </U>
Color = “#RRGGBB” The COLOR attribute of the FONT
element. E.g., <FONT COLOR=“#RRGGBB”>this text has
color</FONT>
<PRE> Preformatted </PRE> Text enclosed by PRE tags is
displayed in a mono-spaced font. Spaces and line breaks are
supported without additional elements or special characters.
27. 27
Bold, Italic and other Character Formatting
Elements
<EM> Emphasis </EM> Browsers usually
display this as italics.
<STRONG> STRONG </STRONG> Browsers
display this as bold.
<TT> TELETYPE </TT> Text is displayed in a
mono-spaced font. A typewriter text, e.g. fixed-
width font.
<CITE> Citation </CITE> represents a document
citation (italics). For titles of books, films, etc.
Typically displayed in italics. (A Beginner's
Guide to HTML)
28. 28
Bold, Italic and other Character Formatting
Elements
<P> <FONT SIZE=“+1”> One
Size Larger </FONT> - Normal
–
<FONT SIZE=“-1”> One Size
Smaller </FONT> <BR>
<B> Bold</B> - <I> italics</I> -
<U> Underlined </U> -
<FONT COLOR=“#FF0000”>
Colored </FONT> <BR>
<EM> Emphasized</EM> -
<STRONG> Strong
</STRONG> - <TT> Tele Type
</TT> <BR>
One Size Larger - Normal – One
Size Smaller
Bold - italics - Underlined -
Colored
Emphasized - Strong - Tele
Type
29. 29
Alignment
Some elements have attributes for
alignment (ALIGN) e.g. Headings,
Paragraphs and Horizontal Rules.
The Three alignment values are : LEFT,
RIGHT, CENTER.
<CENTER></CENTER> Will center
elements.
30. 30
Alignment
<DIV ALIGN=“value”></DIV> Represents
a division in the document and can contain
most other element type. The alignment
attribute of the DIV element is well
supported.
<TABLE></TABLE> Inside a TABLE,
alignment can be set for each individual
cell.
31. 31
Special Characters & Symbols
These Characters are recognized in HTML as
they begin with an ampersand and end with with
a semi-colon e.g. &value; The value will either
be an entity name or a standard ASCII character
number. They are called escape sequences.
The next table represents some of the more
commonly used special characters. For a
comprehensive listing, visit the W3C’s section on
special characters at:
http://www.w3.org/MarkUp/HTMLPlus/htmlplus_13.html
33. 33
• Additional escape sequences support accented
characters, such as:
• ö
– a lowercase o with an umlaut: ö
• ñ
– a lowercase n with a tilde: ñ
• È
– an uppercase E with a grave accent: È
NOTE: Unlike the rest of HTML, the escape
sequences are case sensitive. You cannot, for
instance, use < instead of <.
Special Characters & Symbols
34. 34
Additional Character Formatting Elements
<STRIKE> strike-through text</STRIKE>
DEL is used for STRIKE at the latest
browsers
<BIG> places text in a big font</BIG>
<SMALL> places text in a small
font</SMALL>
<SUB> places text in subscript position </SUB>
<SUP> places text in superscript style
position </SUP>
35. 35
Example
<P><STRIKE> strike-through text </STRIKE></BR>
<BIG>places text in a big font </BIG><BR>
<SMALL> places text in a small font</SMALL><BR>
<SUB> places text in subscript position </SUB>
Normal
<SUP> places text in superscript style position
</SUP><BR> </P>
36. 36
List Elements
HTML supplies several list elements. Most list elements
are composed of one or more <LI> (List Item) elements.
UL : Unordered List. Items in this list start with a list mark
such as a bullet. Browsers will usually change the list
mark in nested lists.
<UL>
<LI> List item …</LI>
<LI> List item …</LI>
</UL>
• List item …
• List item …
37. 37
List Elements
You have the choice of three bullet types: disc(default),
circle, square.
These are controlled in Netscape Navigator by the
“TYPE” attribute for the <UL> element.
<UL TYPE=“square”>
<LI> List item …</LI>
<LI> List item …</LI>
<LI> List item …</LI>
</UL>
List item …
List item …
List item …
38. 38
List Elements
OL: Ordered List. Items in this list are numbered
automatically by the browser.
<OL>
<LI> List item …</LI>
<LI> List item …</LI>
<LI> List item …</LI>
</OL>
1. List item …
2. List item …
3. List item
You have the choice of setting the TYPE Attribute to
one of five numbering styles.
39. 39
List Elements
TYPE Numbering Styles
1 Arabic numbers 1,2,3, ……
a Lower alpha a, b, c, ……
A Upper alpha A, B, C, ……
i Lower roman i, ii, iii, ……
I Upper roman I, II, III, ……
40. 40
List Elements
You can specify a starting number for an ordered
list.
<OL TYPE =“i”>
<LI> List item …</LI>
<LI> List item …</LI>
</OL>
<P> text ….</P>
<OL TYPE=“i” START=“3”>
<LI> List item …</LI>
</OL>
42. 42
List Elements
DL: Definition List. This kind of list is different from the
others. Each item in a DL consists of one or more
Definition Terms (DT elements), followed by one or
more Definition Description (DD elements).
<DL>
<DT> HTML </DT>
<DD> Hyper Text Markup Language </DD>
<DT> DOG </DT>
<DD> A human’s best friend!</DD>
</DL>
HTML
Hyper Text Markup Language
DOG
A human’s best friend!
43. 43
Nesting Lists
You can nest lists by inserting a UL, OL, etc., inside a list
item (LI).
EXample
<UL TYPE = “square”>
<LI> List item …</LI>
<LI> List item …
<OL TYPE=“i” START=“3”>
<LI> List item …</LI>
<LI> List item …</LI>
<LI> List item …</LI>
<LI> List item …</LI>
<LI> List item …</LI>
</OL>
</LI>
<LI> List item …</LI>
</UL>
44. 44
<H1 ALIGN="CENTER">SAFETY TIPS FOR
CANOEISTS</H1>
<OL TYPE=“a” START=“2”>
<LI>Be able to swim </LI>
<LI>Wear a life jacket at all times </LI>
<LI>Don't stand up or move around. If canoe tips,
<UL>
<LI>Hang on to the canoe </LI>
<LI>Use the canoe for support and </LI>
<LI>Swim to shore
</UL> </LI>
<LI>Don't overexert yourself </LI>
<LI>Use a bow light at night </LI>
</OL>
What will be the output?
46. 46
<H1 ALIGN="CENTER">SAFETY TIPS FOR
CANOEISTS</H1>
<OL TYPE="a" START="2">
<LI>Be able to swim </LI>
<LI>Wear a life jacket at all times </LI>
<LI>Don't stand up or move around. If canoe tips,
<UL>
<LI>Hang on to the canoe </LI>
<LI>Use the canoe for support
<OL type="I" start="4">
<LI> Be careful </LI>
<LI> Do not look around</LI>
</LI> </OL>
<LI>Swim to shore
</UL> </LI>
<LI>Don't overexert yourself </LI>
<LI>Use a bow light at night </LI>
</OL>
What
will
be the
output?
48. 48
Images
<IMG>This element defines a graphic image on
the page.
Image File (SRC:source): This value will be a
URL (location of the image) E.g.
http://www.domain.com/dir/file.ext or /dir/file.txt.
Alternate Text (ALT): This is a text field that
describes an image or acts as a label. It is
displayed when they position the cursor over a
graphic image.
Alignment (ALIGN): This allows you to align the
image on your page.
49. 49
Images
Width (WIDTH): is the width of the image in pixels.
Height (HEIGHT): is the height of the image in
pixels.
Border (BORDER): is for a border around the
image, specified in pixels.
HSPACE: is for Horizontal Space on both sides of
the image specified in pixels. A setting of 5 will put 5
pixels of invisible space on both sides of the image.
VSPACE: is for Vertical Space on top and bottom of
the image specified in pixels. A setting of 5 will put 5
pixels of invisible space above and bellow the
image.
50. 50
Some Examples on images
1) <IMG SRC=“jordan.gif“ border=4>
2) <IMG SRC=" jordan.gif" width="60"
height="60">
3) <IMG SRC=“jordan.gif" ALT="This is a
text that goes with the image">
4) <IMG SRC=" jordan.gif “ Hspace="30"
Vspace="10" border=20>
5) < IMG SRC =" jordan.gif“ align="left">
blast blast blast blast blast
51. 51
HOW TO MAKE A LINK
1) The tags used to produce links are the <A>
and </A>. The <A> tells where the link should start and
the </A> indicates where the link ends. Everything between
these two will work as a link.
2) The example below shows how to make the word
Here work as a link to yahoo.
Click <A HREF="http://www.yahoo.com">here</A> to
go to yahoo.
52. 52
LINK, VLINK, and ALINK
These attributes control the colors of the different link
states:
1. LINK – initial appearance – default = Blue.
2. VLINK – visited link – default = Purple.
3. ALINK –active link being clicked–default= Yellow.
The Format for setting these attributes is:
<BODY BGCOLOR=“#FFFFFF” TEXT=“#FF0000”
LINK=“#0000FF”
VLINK=“#FF00FF”
ALINK=“FFFF00”> </BODY>
53. 53
<body LINK="#C0C0C0" VLINK="#808080"
ALINK="#FF0000">
• LINK - standard link - to a page the visitor hasn't
been to yet. (standard color is blue - #0000FF).
VLINK - visited link - to a page the visitor has been to
before. (standard color is purple - #800080).
ALINK - active link - the color of the link when the
mouse is on it. (standard color is red - #FF0000).
If the programmer what to change the color
• Click <a href="http://www.yahoo.com"><font
color="FF00CC">here</font></a> to go to yahoo.
More on LINKs
54. 54
Internal Links
Internal Links : Links can also be created inside large
documents to simplify navigation. Today’s world wants to be
able to get the information quickly. Internal links can help you
meet these goals.
1. Select some text at a place in the document that you would
like to create a link to, then add an anchor to link to like this:
<A NAME=“bookmark_name”></A>
The Name attribute of an anchor element specifies a location
in the document that we link to shortly. All NAME attributes in
a document must be unique.
2. Next select the text that you would like to create as a link to
the location created above.
<A HREF=“#bookmark_name”>Go To Book Mark</A>
55. 55
Tables
The <TABLE></TABLE> element has four sub-
elements:
1. Table Row<TR></TR>.
2. Table Header <TH></TH>.
3. Table Data <TD></TD>.
4. Caption <CAPTION></CAPTION>.
The table row elements usually contain table
header elements or table data elements.
58. 58
Tables Attributes
BGColor: Some browsers support background
colors in a table.
Width: you can specify the table width as an
absolute number of pixels or a percentage of the
document width. You can set the width for the
table cells as well.
Border: You can choose a numerical value for
the border width, which specifies the border in
pixels.
CellSpacing: Cell Spacing represents the space
between cells and is specified in pixels.
59. 59
Table Attributes
CellPadding: Cell Padding is the space
between the cell border and the cell
contents and is specified in pixels.
Align: tables can have left, right, or
center alignment.
Background: Background Image, will be
titled in IE3.0 and above.
BorderColor, BorderColorDark.
60. 60
Table Caption
A table caption allows you to specify a line of
text that will appear centered above or bellow
the table.
<TABLE BORDER=1 CELLPADDING=2>
<CAPTION ALIGN=“BOTTOM”> Label For My Table
</CAPTION>
The Caption element has one attribute ALIGN
that can be either TOP (Above the table) or
BOTTOM (below the table).
61. 61
Table Header
Table Data cells are represented by the
TD element. Cells can also be TH (Table
Header) elements which results in the
contents of the table header cells
appearing centered and in bold text.
62. 62
Table Data and Table Header
Attributes
Colspan: Specifies how many cell columns of the table
this cell should span.
Rowspan: Specifies how many cell rows of the table this
cell should span.
Align: cell data can have left, right, or center alignment.
Valign: cell data can have top, middle, or bottom
alignment.
Width: you can specify the width as an absolute number
of pixels or a percentage of the document width.
Height: You can specify the height as an absolute
number of pixels or a percentage of the document height.
65. 65
Table Data and Table Header
Attributes
Column 1 Header Column 2 Header
Row 1 Col 1
Row 2 Col 1 Row 2 Col 2
Row 3 Col 2
66. 66
Special Things to Note
• TH, TD and TR should always have end tags.
Although the end tags are formally optional, many browsers will
mess up the formatting of the table if you omit the end tags. In
particular, you should always use end tags if you have a TABLE
within a TABLE -- in this situation, the table parser gets
hopelessly confused if you don't close your TH, TD and TR
elements.
• A default TABLE has no borders
By default, tables are drawn without border lines. You need the
BORDER attribute to draw the lines.
• By default, a table is flush with the left margin
TABLEs are plopped over on the left margin. If you want
centered tables, You can either: place the table inside a DIV
element with attribute ALIGN="center".
Most current browsers also supports table alignment, using the
ALIGN attribute. Allowed values are "left", "right", or "center", for
example: <TABLE ALIGN="left">. The values "left" and "right"
float the table to the left or right of the page, with text flow
allowed around the table. This is entirely equivalent to IMG
alignment
67. 67
<TABLE BORDER width=“750”>
<TR> <TD colspan=“4” align=“center”>Page
Banner</TD></TR>
<TR> <TD rowspan=“2” width=“25%”>Nav
Links</TD><TD colspan=“2”>Feature
Article</TD> <TD rowspan=“2”
width=“25%”>Linked Ads</TD></TR>
<TR><TD width=“25%”>News Column 1 </TD>
<TD width=“25%”><News Column 2 </TD></TR>
</TABLE>
What will be the output?
69. 69
Frames
Frames are a relatively new addition to the HTML
standard. First introduced in Netscape
Navigator 2.0.
Objectives:
Upon completing this section, you should be able to:
Create a Frame based page.
Work with the Frameset, Frame, and Noframes
elements.
Use the attributes of the Frames elements to
control the display.
Set Targets appropriately.
70. 70
Frames
A framed page is actually made up of multiple
HTML pages. There is one HTML document
that describes how to break up the single
browser window into multiple windowpanes.
Each windowpane is filled with an HTML
document.
For Example to make a framed page with a
windowpane on the left and one on the right
requires three HTML pages. Doc1.html and
Doc2.html are the pages that contain
content. Frames.html is the page that
describes the division of the single browser
window into two windowpanes.
72. 72
Frame Page Architecture
A <FRAMESET> element is placed in the html
document before the <BODY> element. The
<FRAMESET> describes the amount of screen real
estate given to each windowpane by dividing the
screen into ROWS or COLS.
The <FRAMESET> will then contain <FRAME>
elements, one per division of the browser window.
Note: Because there is no BODY container,
FRAMESET pages can't have background images
and background colors associated with them.
74. 74
The Diagram below is a graphical view
of the document described above
FRAMESET COLS=”23%, 77%”
FRAME
NAME=right_pane
SRC= Doc2.html
FRAME
NAME=
left_pane
SRC=Doc1.
html
75. 75
<FRAMESET> Container
<FRAMESET> : The FRAMESET element creates
divisions in the browser window in a single direction.
This allows you to define divisions as either rows or
columns.
ROWS : Determines the size and number of
rectangular rows within a <FRAMESET>. They are set
from top of the display area to the bottom.
Possible values are:
Absolute pixel units, I.e. “360,120”.
A percentage of screen height, e.g. “75%,25%”.
Proportional values using the asterisk (*). This is often
combined with a value in pixels , e.g. “360,*”.
<Frameset cols=“200,20%,*,2*”>
76. 76
Creating a Frames Page
COLS: Determines the size and number of
rectangular columns within a <FRAMESET>.
They are set from left to right of the display
area.
Possible values are:
Absolute pixel units, I.e. “480,160”.
A percentage of screen width, e.g. “75%,25%”.
Proportional values using the asterisk (*). This is
often combined with a value in pixels , e.g.
“480,*”.
77. 77
Creating a Frames Page
FRAMEBORDER : Possible values 0, 1, YES, NO. A
setting of zero will create a borderless frame.
FRAMESPACING: This attribute is specified in
pixels. If you go to borderless frames you will need to
set this value to zero as well, or you will have a gap
between your frames where the border used to be.
BORDER(thickness of the Frame): This attribute
specified in pixels. A setting of zero will create a
borderless frame. Default value is 5.
BORDERCOLOR: This attribute is allows you choose
a color for your border. This attribute is rarely used.
79. 79
<FRAME>
<FRAME>: This element defines a single frame within a
frameset. There will be a FRAME element for each
division created by the FRAMESET element. This tag
has the following attributes:
SRC: Required, as it provides the URL for the page that
will be displayed in the frame.
NAME: Required for frames that will allow targeting by
other HTML documents. Works in conjunction with the
target attribute of the <A>, <AREA>, <BASE>, and
<FORM> tags.
80. 80
Compound FRAMESET Divisions
In this case a second FRAMESET element will
be inserted in the place of the FRAME element
that would describe the second row.
The second FRAMESET element will divide the
remaining screen real estate into 2 columns.
This nested FRAMESET will then be followed by
2 FRAME elements to describe each of the
subsequent frame divisions created.
91. 91
1) <FRAMESET COLS="2*, 3*, 5*">
2) <FRAMESET COLS="150, 20%, *, 3*">
So what are the space-allocation priorities?
Absolute pixel values are always
assigned space first, in order from left to
right. These are followed by percentage
values of the total space. Finally,
proportional values are divided based
upon what space is left.
What do the following mean?
92. 92
• The <FRAME> tag has six associated
attributes: SRC, NAME, MARGINWIDTH,
MARGINHEIGHT, SCROLLING, and
NORESIZE. Here's a complete generic
FRAME:
• <FRAME SRC="url" NAME="window_name"
SCROLLING=YES|NO|AUTO
MARGINWIDTH="value"
MARGINHEIGHT="value"
NORESIZE>
Generic Frame Formula
93. 93
Targets
When you use links for use in a frames environment you
will need to specify an additional attribute called TARGET.
The TARGET attribute uses the NAME attribute of the
FRAME element.
If we were to place a link in doc1.html that linked to
doc3.html and we wanted doc3.html to be displayed in the
right windowpane; the HTML code would appear in
doc1.html as follows:
<A HREF=“doc3.html”
TARGET=“right_pane”>Link to Document 3
</A>