




























Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
An introduction to HTML, a markup language used to create web pages. Learn about tags, text formatting, and the common structure of all web pages. Discover how to create headings, format text, and insert images.
Typology: Assignments
1 / 36
This page cannot be seen from the preview
Don't miss anything!





























HTML, otherwise known as HyperText Markup Language, is the language used to create Web pages Using HTML, you can create a Web page with text, graphics, sound, and video
The essence of HTML is tags A tag is a keyword enclosed by angle brackets ( Example: ) There are opening and closing tags for many but not all tags; The affected text is between the two tags
The opening and closing tags use the same command except the closing tag contains and additional forward slash / For example, the expression Warning would cause the word ‘Warning’ to appear in bold face on a Web page
All Web pages share a common structure All Web pages should contain a pair of , , , and <BODY> tags <HTML> <HEAD> <TITLE> Example
This is where you would include the text and images on your Web page.
Choose the title of your Web page carefully; The title of a Web page determines its ranking in certain search engines The title will also appear on Favorite lists, History lists, and Bookmark lists to identify your page
Bold Face Italics Underline
New Paragraph
The expression … can be used to change the font of the enclosed text To change the size of text use the expression …. where n is a number between 1 and 7
Web pages are typically organized into sections with headings; To create a heading use the expression …. where n is a number between 1 and 7 In this case, the 1 corresponds to the largest size heading while the 7 corresponds to the smallest size <
The ALIGN attribute can be inserted in the
and tags to right justify, center, or left justify the text For example, The New York Times would create a centered heading of the largest size
## The Infamous Blink TagIt is possible to make text blink using the … tag However, it is best to use this feature at most sparingly or not at all; What seems like a good idea to a Web designer can become very annoying to a Web user The tag is not supported by Internet Explorer
To define the background color, use the BGCOLOR attribute in the tag To define the text color, use the TEXT attribute in the tag To define the size of the text, type