html1 (2).ppt html are very simple markup languagechauhanak1200
The document provides an overview of HTML, explaining its structure, key elements, and essential tags for creating web pages. It covers the distinction between HTML and programming languages, introduces basic HTML components like <html>, <head>, <title>, and <body>, and shares practical exercises for creating and publishing web content. The document also discusses the use of lists, formatting, hyperlinks, and the importance of understanding code behind web pages.
html1 (2).ppt html are very simple markup languagechauhanak1200
The document provides an overview of HTML, explaining its structure, key elements, and essential tags for creating web pages. It covers the distinction between HTML and programming languages, introduces basic HTML components like <html>, <head>, <title>, and <body>, and shares practical exercises for creating and publishing web content. The document also discusses the use of lists, formatting, hyperlinks, and the importance of understanding code behind web pages.
HTML and Web Pages discusses HTML, the language that drives web pages. It describes HTML elements like tags, attributes, and basic page structure using the html, head, title, and body elements. The document also provides instructions on editing HTML files, publishing web pages on a server, and introduces common HTML tags for formatting text and creating lists and links.
HTML and Web Pages discusses HTML, the language that drives web pages. It describes HTML elements like tags, attributes, and basic page structure using the html, head, title, and body elements. The document also provides instructions on editing HTML files, publishing web pages on a server, and introduces common HTML tags for formatting text and creating lists and links.
HTML and Web Pages discusses HTML, the language that drives web pages. It describes HTML elements like tags, attributes, and paired tags used to markup different parts of a page. The document provides instructions on editing HTML files, publishing web pages on a server, and defines common HTML terms. It also demonstrates how to code basic HTML elements and structures like paragraphs, headings, lists, and hyperlinks.
HTML and Web Pages discusses HTML, the language that drives web pages. It describes HTML tags that can be used to markup different elements of a page, such as headings, paragraphs, lists, and formatting. The document also provides instructions for editing HTML files, publishing web pages on a server, and examples of basic HTML code structure and tags.
basic to advance course of html and css1.ppttrainer310
This document provides a comprehensive introduction to HTML, detailing its role as a markup language for web pages and introducing various elements, tags, and attributes. It covers the structure of HTML documents, including the essential components like <html>, <head>, <title>, and <body>, and provides examples of different tags and formatting. Additionally, it offers practical exercises for creating and publishing HTML files using FTP and coding practices.
The document provides an introduction to HTML, explaining its nature as a markup language rather than a programming language, and outlines essential HTML components, including tags, elements, and attributes. It covers the structure of a basic HTML file, including elements like <html>, <head>, <title>, and <body>, as well as various tags for formatting text and creating lists. Additionally, it mentions using FTP for web publishing and highlights the significance of hyperlinks.
basic to advance course of html and css1.ppttrainer310
This document provides a comprehensive introduction to HTML, detailing its role as a markup language for web pages and introducing various elements, tags, and attributes. It covers the structure of HTML documents, including the essential components like <html>, <head>, <title>, and <body>, and provides examples of different tags and formatting. Additionally, it offers practical exercises for creating and publishing HTML files using FTP and coding practices.
The document provides an introduction to HTML, explaining its nature as a markup language rather than a programming language, and outlines essential HTML components, including tags, elements, and attributes. It covers the structure of a basic HTML file, including elements like <html>, <head>, <title>, and <body>, as well as various tags for formatting text and creating lists. Additionally, it mentions using FTP for web publishing and highlights the significance of hyperlinks.
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 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 is a markup language used to define the structure and layout of web pages. It uses tags to mark elements like headings, paragraphs, lists, links etc. Basic HTML tags include <h1> for main headings, <p> for paragraphs, <ul> for unordered lists, <ol> for ordered lists, and <a> for links. Links are defined using the <a> tag along with an href attribute specifying the URL. HTML also supports basic text formatting tags like <b> for bold, <i> for italic, and <br> for line breaks. Comments can be added in HTML using <!-- and --> tags.
HTML is a markup language used to define the structure and layout of web pages. It uses tags to mark elements like headings, paragraphs, lists, links etc. Basic HTML tags include <h1> for main headings, <p> for paragraphs, <ul> for unordered lists, <ol> for ordered lists, and <a> for links. Links are defined using the <a> tag along with an href attribute specifying the URL. HTML also supports basic text formatting tags like <b> for bold, <i> for italic, and <br> for line breaks. Comments can be added in HTML using <!-- and --> tags.
The document discusses HTML (Hypertext Markup Language), the standard markup language used to create web pages. It provides an overview of HTML, including that HTML uses tags to identify and structure content, allows for embedding of multimedia, and is an evolving standard maintained by the W3C. Key HTML elements are described such as the <head> and <body> tags which define the document structure, and other common tags for text formatting, lists, links, images and tables.
The document discusses HTML (Hypertext Markup Language), the standard markup language used to create web pages. It provides an overview of HTML, including that HTML uses tags to identify and structure content, allows for embedding of multimedia, and is an evolving standard maintained by the W3C. Key HTML elements are described such as the <head> and <body> tags which define the document structure, and other common tags for text formatting, lists, links, images and tables.
The document discusses HTML and XHTML. It defines HTML as the language used to describe web page structure and provides tags for common elements like headings, paragraphs, lists, links, images and tables. It also explains the differences between static and dynamic websites. The document then discusses XHTML, noting it is a stricter version of HTML that conforms to XML. It provides examples of XHTML code and highlights why following XHTML standards is important.
The document discusses HTML and XHTML. It defines HTML as the language used to describe web page structure and provides tags for common elements like headings, paragraphs, lists, links, images and tables. It also explains the differences between static and dynamic websites. The document then discusses XHTML, noting it is a stricter version of HTML that conforms to XML. It provides examples of XHTML code and highlights why following XHTML standards is important.
The document provides an introduction and overview for an INFO 2106 Website Design and Management course. It outlines the agenda, including an introduction to the professor and Blackboard, as well as information on grading, academic dishonesty, and how to succeed in the course. It then covers the basics of HTML, including common tags like <p>, <ul>, <li>, and <a>. Examples are provided of how to create paragraphs, lists, links, and tables. It also discusses opening links in new windows, static vs dynamic websites, and important code snippets for building webpages.
The document provides an introduction and overview for an INFO 2106 Website Design and Management course. It outlines the agenda, including an introduction to the professor and Blackboard, as well as information on grading, academic dishonesty, and how to succeed in the course. It then covers the basics of HTML, including common tags like <p>, <ul>, <li>, and <a>. Examples are provided of how to create paragraphs, lists, links, and tables. It also discusses opening links in new windows, static vs dynamic websites, and important code snippets for building webpages.
This document provides information on static and dynamic web pages. It defines static web pages as pages that are delivered exactly as stored, while dynamic pages are generated by a web application and can change based on things like time, user, or user interaction. Static pages are quick and cheap to develop but offer less interactivity, while dynamic pages allow for more functionality but are slower and more expensive to develop. The document then provides details on HTML tags like headings, paragraphs, lists, and tables that can be used to structure content on web pages.
This document provides information on static and dynamic web pages. It defines static web pages as pages that are delivered exactly as stored, while dynamic pages are generated by a web application and can change based on things like time, user, or user interaction. Static pages are quick and cheap to develop but offer less interactivity, while dynamic pages allow for more functionality but are slower and more expensive to develop. The document then provides details on HTML tags like headings, paragraphs, lists, and tables that can be used to structure content on web pages.
This document provides an introduction to HTML and XHTML, covering key topics such as:
- The basic structure of an HTML document with headings, paragraphs, and the <body> section.
- Common text formatting tags like <b>, <i>, <u>.
- Lists with <ul>, <ol>, and <li> tags.
- Ensuring documents are standards compliant by using the correct document type declaration and validating the code.
This document provides an introduction to HTML and XHTML, covering key topics such as:
- The basic structure of an HTML document with headings, paragraphs, and the <body> section.
- Common text formatting tags like <b>, <i>, <u>.
- Lists with <ul>, <ol>, and <li> tags.
- Ensuring documents are standards compliant by using the correct document type declaration and validating the code.
This document provides an introduction to HTML basics. It explains that HTML is a markup language used to define the structure and layout of web pages. It describes important HTML tags like <h1> for headings, <p> for paragraphs, <a> for links, and <img> for images. It also covers other fundamental HTML elements, text formatting tags, and different types of lists like unordered, ordered, and definition lists. The document uses examples to demonstrate how to properly structure HTML code and shows the output of different HTML elements and tags.
This document provides an introduction to HTML basics. It explains that HTML is a markup language used to define the structure and layout of web pages. It describes important HTML tags like <h1> for headings, <p> for paragraphs, <a> for links, and <img> for images. It also covers other fundamental HTML elements, text formatting tags, and different types of lists like unordered, ordered, and definition lists. The document uses examples to demonstrate how to properly structure HTML code and shows the output of different HTML elements and tags.
basic to advance course of html and css1.ppttrainer310
This document provides a comprehensive introduction to HTML, detailing its role as a markup language for web pages and introducing various elements, tags, and attributes. It covers the structure of HTML documents, including the essential components like <html>, <head>, <title>, and <body>, and provides examples of different tags and formatting. Additionally, it offers practical exercises for creating and publishing HTML files using FTP and coding practices.
The document provides an introduction to HTML, explaining its nature as a markup language rather than a programming language, and outlines essential HTML components, including tags, elements, and attributes. It covers the structure of a basic HTML file, including elements like <html>, <head>, <title>, and <body>, as well as various tags for formatting text and creating lists. Additionally, it mentions using FTP for web publishing and highlights the significance of hyperlinks.
basic to advance course of html and css1.ppttrainer310
This document provides a comprehensive introduction to HTML, detailing its role as a markup language for web pages and introducing various elements, tags, and attributes. It covers the structure of HTML documents, including the essential components like <html>, <head>, <title>, and <body>, and provides examples of different tags and formatting. Additionally, it offers practical exercises for creating and publishing HTML files using FTP and coding practices.
The document provides an introduction to HTML, explaining its nature as a markup language rather than a programming language, and outlines essential HTML components, including tags, elements, and attributes. It covers the structure of a basic HTML file, including elements like <html>, <head>, <title>, and <body>, as well as various tags for formatting text and creating lists. Additionally, it mentions using FTP for web publishing and highlights the significance of hyperlinks.
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 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 is a markup language used to define the structure and layout of web pages. It uses tags to mark elements like headings, paragraphs, lists, links etc. Basic HTML tags include <h1> for main headings, <p> for paragraphs, <ul> for unordered lists, <ol> for ordered lists, and <a> for links. Links are defined using the <a> tag along with an href attribute specifying the URL. HTML also supports basic text formatting tags like <b> for bold, <i> for italic, and <br> for line breaks. Comments can be added in HTML using <!-- and --> tags.
HTML is a markup language used to define the structure and layout of web pages. It uses tags to mark elements like headings, paragraphs, lists, links etc. Basic HTML tags include <h1> for main headings, <p> for paragraphs, <ul> for unordered lists, <ol> for ordered lists, and <a> for links. Links are defined using the <a> tag along with an href attribute specifying the URL. HTML also supports basic text formatting tags like <b> for bold, <i> for italic, and <br> for line breaks. Comments can be added in HTML using <!-- and --> tags.
The document discusses HTML (Hypertext Markup Language), the standard markup language used to create web pages. It provides an overview of HTML, including that HTML uses tags to identify and structure content, allows for embedding of multimedia, and is an evolving standard maintained by the W3C. Key HTML elements are described such as the <head> and <body> tags which define the document structure, and other common tags for text formatting, lists, links, images and tables.
The document discusses HTML (Hypertext Markup Language), the standard markup language used to create web pages. It provides an overview of HTML, including that HTML uses tags to identify and structure content, allows for embedding of multimedia, and is an evolving standard maintained by the W3C. Key HTML elements are described such as the <head> and <body> tags which define the document structure, and other common tags for text formatting, lists, links, images and tables.
The document discusses HTML and XHTML. It defines HTML as the language used to describe web page structure and provides tags for common elements like headings, paragraphs, lists, links, images and tables. It also explains the differences between static and dynamic websites. The document then discusses XHTML, noting it is a stricter version of HTML that conforms to XML. It provides examples of XHTML code and highlights why following XHTML standards is important.
The document discusses HTML and XHTML. It defines HTML as the language used to describe web page structure and provides tags for common elements like headings, paragraphs, lists, links, images and tables. It also explains the differences between static and dynamic websites. The document then discusses XHTML, noting it is a stricter version of HTML that conforms to XML. It provides examples of XHTML code and highlights why following XHTML standards is important.
The document provides an introduction and overview for an INFO 2106 Website Design and Management course. It outlines the agenda, including an introduction to the professor and Blackboard, as well as information on grading, academic dishonesty, and how to succeed in the course. It then covers the basics of HTML, including common tags like <p>, <ul>, <li>, and <a>. Examples are provided of how to create paragraphs, lists, links, and tables. It also discusses opening links in new windows, static vs dynamic websites, and important code snippets for building webpages.
The document provides an introduction and overview for an INFO 2106 Website Design and Management course. It outlines the agenda, including an introduction to the professor and Blackboard, as well as information on grading, academic dishonesty, and how to succeed in the course. It then covers the basics of HTML, including common tags like <p>, <ul>, <li>, and <a>. Examples are provided of how to create paragraphs, lists, links, and tables. It also discusses opening links in new windows, static vs dynamic websites, and important code snippets for building webpages.
This document provides information on static and dynamic web pages. It defines static web pages as pages that are delivered exactly as stored, while dynamic pages are generated by a web application and can change based on things like time, user, or user interaction. Static pages are quick and cheap to develop but offer less interactivity, while dynamic pages allow for more functionality but are slower and more expensive to develop. The document then provides details on HTML tags like headings, paragraphs, lists, and tables that can be used to structure content on web pages.
This document provides information on static and dynamic web pages. It defines static web pages as pages that are delivered exactly as stored, while dynamic pages are generated by a web application and can change based on things like time, user, or user interaction. Static pages are quick and cheap to develop but offer less interactivity, while dynamic pages allow for more functionality but are slower and more expensive to develop. The document then provides details on HTML tags like headings, paragraphs, lists, and tables that can be used to structure content on web pages.
This document provides an introduction to HTML and XHTML, covering key topics such as:
- The basic structure of an HTML document with headings, paragraphs, and the <body> section.
- Common text formatting tags like <b>, <i>, <u>.
- Lists with <ul>, <ol>, and <li> tags.
- Ensuring documents are standards compliant by using the correct document type declaration and validating the code.
This document provides an introduction to HTML and XHTML, covering key topics such as:
- The basic structure of an HTML document with headings, paragraphs, and the <body> section.
- Common text formatting tags like <b>, <i>, <u>.
- Lists with <ul>, <ol>, and <li> tags.
- Ensuring documents are standards compliant by using the correct document type declaration and validating the code.
This document provides an introduction to HTML basics. It explains that HTML is a markup language used to define the structure and layout of web pages. It describes important HTML tags like <h1> for headings, <p> for paragraphs, <a> for links, and <img> for images. It also covers other fundamental HTML elements, text formatting tags, and different types of lists like unordered, ordered, and definition lists. The document uses examples to demonstrate how to properly structure HTML code and shows the output of different HTML elements and tags.
This document provides an introduction to HTML basics. It explains that HTML is a markup language used to define the structure and layout of web pages. It describes important HTML tags like <h1> for headings, <p> for paragraphs, <a> for links, and <img> for images. It also covers other fundamental HTML elements, text formatting tags, and different types of lists like unordered, ordered, and definition lists. The document uses examples to demonstrate how to properly structure HTML code and shows the output of different HTML elements and tags.
This lecture covers sequential logic, specifically focuses on memory elements like latches and flip-flops, and explains their functioning in circuits. Latches are device memory elements that can remember states while flip-flops change state based on clock signals at specific edges. The lecture distinguishes between asynchronous and synchronous circuits, and details how different types of flip-flops (S-R, D, J-K, T) operate.
This document discusses T flip-flops and JK flip-flops in the context of a digital logic class at Iowa State University. T flip-flops toggle their state based on their input, while JK flip-flops can function as both SR and T flip-flops depending on their inputs. The document includes circuit diagrams, truth tables, and a brief explanation of how each flip-flop operates.
The document covers the topic of digital logic related to counters and flip-flops, detailing various circuit diagrams and their functions. It includes constructs for D flip-flops, shift registers, synchronous and asynchronous counters, and examples of modulo counters. Also mentioned are practical aspects such as enable and clear capabilities for digital systems.
Lecture 15 focuses on memory storage elements like flip-flops, latches, and their applications in registers, counters, and finite state machines (FSM). Key topics include the construction and behavior of different types of flip-flops, including D and T flip-flops, as well as the design of counters and shift registers. The lecture outlines a design procedure for FSMs using state diagrams, state-transition tables, and encoding next-state functions.
The document outlines the fundamentals of binary logic and logic gates, focusing on binary variables, logical operations, and truth tables. Key concepts include basic logical operations (and, or, not), logical operator definitions, and the implementation of logic functions through switches and transistors. It explains the significance of boolean algebra in designing and analyzing digital systems.
1:1原版澳洲澳大利亚国立大学毕业证文凭【Q微:1954 292 140】鉴于此,ANUdiploma澳大利亚国立大学挂科处理解决方案ANU毕业证成绩单专业服务学历认证【Q微:1954 292 140】一比一还原国外大学毕业证,定制国外大学学历,制作国外大学文凭,复刻国外大学毕业证书。学位证1:1完美还原海外各大学毕业材料上的工艺:水印,阴影底纹,钢印LOGO烫金烫银,LOGO烫金烫银复合重叠。文字图案浮雕、激光镭射、紫外荧光、温感、复印防伪等防伪工艺。
【澳大利亚国立大学成绩单一站式办理专业技术完美呈现The Australian National University Transcripts】
购买日韩成绩单、英国大学成绩单、美国大学成绩单、澳洲大学成绩单、加拿大大学成绩单(q微1954292140)新加坡大学成绩单、新西兰大学成绩单、爱尔兰成绩单、西班牙成绩单、德国成绩单。成绩单的意义主要体现在证明学习能力、评估学术背景、展示综合素质、提高录取率,以及是作为留信认证申请材料的一部分。
澳大利亚国立大学成绩单能够体现您的的学习能力,包括澳大利亚国立大学课程成绩、专业能力、研究能力。(q微1954292140)具体来说,成绩报告单通常包含学生的学习技能与习惯、各科成绩以及老师评语等部分,因此,成绩单不仅是学生学术能力的证明,也是评估学生是否适合某个教育项目的重要依据!
国外留学无法毕业的留学生(即没有获得毕业证书和学位证书的情况下)想要在中国进行学历认证,通常不能通过正常的学历认证流程进行认证,因为正常的学历认证需要提供有效的毕业证书和学位证书,以及其他相关的学业文件。
在这种情况下,留学生可以选择通过留学服务中心的留信认证来尝试认证他们的学习经历。具体来说,留信认证是针对没有获得正规学位或毕业证书的学生,通过提供学习经历、课程成绩等材料,进行学业经历的认证。
Slides: Eco Economic Epochs for The World Game (s) pdfSteven McGee
The REAL QFS - DeFi Quantum Financial System structured data AI symbols exchange derived from Net Centric Warfare, Battlefield Digitization for the World Game (s) Great Reset - Redesign: "End state = "in the beginning state" "Start at end state & work backwards" FutureMan
#quantum #financial #system #QFS #patent #Cryptocurrency #Tariff #TradeFi #commodity #wars #patent #law #AI artificial Intelligence Github: https://github.com/Beacon-Heart
Logging and Automated Alerting Webinar.pdfControlCase
Join us for an exclusive webinar on Logging and Automated Alerting — your key to simplifying compliance and strengthening security.
Discover how ControlCase helps organizations move beyond the checklist to achieve real-time monitoring, centralized log management, and faster incident response with minimal internal effort.
📅 Gain insights into:
• Emerging risks and compliance requirements
• How automated alerting reduces downtime
• The architecture behind our proactive LAAS solution
• Real-world results that boost productivity and performance
🎙 Hosted by our cybersecurity experts Chad Leedy and Elswick Lai.
Secure your spot today and learn how to turn compliance into a competitive advantage.
👉 [Insert Registration Link]
#Cybersecurity #Compliance #Logging #Alerting #ControlCase #CaaS #ITSecurity #Webinar
Transmission Control Protocol (TCP) and StarlinkAPNIC
Geoff Huston, APNIC Chief Scientist, delivered a remote presentation on 'TCP and Starlink' at INNOG 8 held in conjunction with the 2nd India ISP Conclave held in Delhi, India from 23 to 28 May 2025.
DDoS in India, presented at INNOG 8 by Dave PhelanAPNIC
Dave Phelan, Senior Network Analyst & Technical Trainer at APNIC, presented on 'DDoS in India' at INNOG 8 held in conjunction with the 2nd India ISP Conclave held in Delhi, India from 23 to 28 May 2025.
Clive Dickens RedTech Public Copy - Collaborate or DieClive Dickens
'Collaborate or Die' and 'Simplify Audio Currency Now'.
Clive Dickens Managing Partner from The Meliora Company presentation from RedTech 2025 in Milan 2025 to 50 C-Suites executives from the International Media Industry, highlighting the urgent of deeper collaboration across territories and simplication of measurement and currency of Audio.
Global Networking Trends, presented at the India ISP Conclave 2025APNIC
Jia Rong Low, APNIC Director General, presented on 'Global Networking Trends' at INNOG 8 held jointly with the India ISP Conclave 2025 held in Delhi, India from 23 to 28 May 2025.
Paper: The World Game (s) Great Redesign.pdfSteven McGee
Paper: The REAL QFS - DeFi Quantum Financial System structured data AI symbols exchange derived from Net Centric Warfare, Battlefield Digitization for the World Game (s) Great Reset - Redesign: "End state = "in the beginning state" "Start at end state & work backwards" FutureMan
2. HTML?
HTML is not a programming language
A type of SGML (standard generalized
markup language)
HTML uses paired tags to markup different
elements of a page
We will discuss XHTML later.
Language that drives web pages in WWW
It is where we will start the semester
3. Editing Your HTML File
Try not to use Notepad use EditPlus
instead
WYSIWYG editor, like FrontPage
PHP Designer or HTMLGateFree
Familiarize with the mechanics
Without using WISIWYG like Frontpage
Understand the coding behind web pages
Provides you the knowledge to make
changes
4. Publish at marqone.busadm.mu.edu
We’ll publish on the server designated for the
class
Using an FTP server like Filezilla
The server also have a file transfer program
but Filezilla is easier to use
5. Words to remember
Tag
Used to specify special regions to the web
browser. Tags look like this: <tag>
Element
A complete tag, having an opening <tag> and
a closing <tag>.
Attribute
Used to modify the value of the HTML
element. Elements will often have multiple
attributes.
6. Element?
An element consists of three basic parts: an
opening tag, the element's content, and
finally, a closing tag.
<p> - opening paragraph tag
Element Content - paragraph content
</p> - closing tag
Every webpage contains four basic
elements. The html, head, title, and body
elements.
7. More elements
<html> begins and ends each and every web
page.
The <head> element comes next.
Tags placed within the head element are not
directly displayed by browsers.
Place the <title> tag within the <head>
element to title your page. The title will be
displayed at the top of a viewer's browser.
The <body> element is where all content is
placed. Paragraphs, pictures, tables, etc.
8. A Simple HTML File – ex1.html
<html>
<head>
<title>A Simple HTML Example</title>
</head>
<body>
HTML is Easy To Learn</H1>
Welcome to the world of HTML.
</body>
</html>
9. Exercise – ex1.html
Using Filezilla – open
marqone.busadm.mu.edu
Enter user name and password
mkdir – “exercise”
Go into the exercise directory
create ex1.html with HTMLGateFree
Test it before you download to the “server”
Download and test
https://marqone.busadm.mu.edu/~user/exercise/ex1.html
10. Tags
Tags are embedded commands within a
document that communicate to the browser.
<opening tag> Content </closing tag>
Any number of white-spaces are compressed
into a single one
Examples of Tags
<p>Paragraph Tag</p>
<h2>Heading Tag</h2>
<b>Bold Tag</b> or <strong> Bold Tag </strong>
<i>Italic Tag</i> or <em> Italic Tag </i>
11. More HTML tags
Tags Without Closing Tags
They still have the 3 basic parts
(opening/closing and content).
do not require a formal </closingtag>
Examples:
<img src="mypic.jpg" /> -- Image Tag
<br /> -- Line Break Tag
<input type="text" size="12" /> -- Input Field
14. Lists - numbered
Numbered Lists that
starts with 4:
<OL start="4">
<LI> oranges </LI>
<LI> peaches </LI>
<LI> grapes </LI>
</OL>
Numbered Lists with
different ordering:
<OL type="a">
<LI> oranges </LI>
<LI> peaches </LI>
<LI> grapes </LI>
</OL>
type="a": a, b, c
type="A": A, B, C
type="i": i, ii, iii
type="I": I, II, III
15. Lists
TIPS
Use the start and type attributes to customize your
lists. It is possible to make lists of lists, which is
helpful for creating some items, such as outlines.
16. Put it all together so far
<HTML>
<HEAD>
<TITLE>The document title</TITLE>
</HEAD>
<BODY>
<H1>Main heading</H1>
<P>A paragraph.</P>
<P>Another paragraph.</P>
<UL> Things that I like </UL>
<LI>A list item.</LI>
<LI>Another list item.</LI>
</UL>
</BODY>
</HTML>
17. Block vs. Inline Elements
<h2><em>This header will be bold and
italicized</em></h2>
OR
<em><h2>This header will be bold and
italicized</h2></em>
<em> and <h2> are different kinds of tags.
<h2>: header elements are BLOCK-LEVEL
elements.
<em>: is an INLINE-LEVEL element.
18. Formatting
<p>An example of <b>Bold Text</b> </p>
<p>An example of <em>Emphasized Text</em> </p>
<p>An example of <strong>Strong Text</strong> </p>
<p>An example of <i>Italic Text</i> </p>
<p>An example of <sup>superscripted Text</sup> </p>
<p>An example of <sub>subscripted Text</sub> </p>
<p>An example of <del>struckthrough Text</del> </p>
<p>An example of <code>Computer Code Text</code> </p>
<center>Centering of text in page</center>
19. Hyperlinks
The most important capability of HTML
Both text and image can serve as anchors
for the link
<a HREF=http://www.mu.edu>Marquette University</a>
<a HREF=http://www.mu.edu> <IMG
SRC="mu.gif"></a>