Download presentation
Presentation is loading. Please wait.
Published byFanny Widjaja Modified over 6 years ago
1
HTML What is it? HTML is a computer language devised to allow website creation. These websites can then be viewed by anyone else connected to the Internet. HTML is made up of Tags
2
HTML TAGS What do they do?
Tags define every structure on an HTML page, including the placement of text and images and hypertext links. HTML tags begin with the less- than (<) character and end with greater-than (>). These symbols are also called "angle brackets."
3
HTML TAGS What can be inside a Tag?
An HTML TAG can have an attribute and a value inside of it to change the appearance, location or action of that tag Example <Body bgcolor=“#FFCC00”> Tag Attribute Value
4
HTML TAGS Attributes and Values
The Attribute and Value are within the main tag and cannot be used alone.
5
HTML ELEMENTS What are they?
An HTML element usually consists of a start tag and end tag, with the content inserted in between: Example: <tagname>Content goes here...</tagname>
6
There are four basics HTML Tags that create a webpage (these tags can only be used once per page) : <html> - Defines the root of an HTML document <head> - Defines information about the document <title> - Defines a title for the document <body> - Defines the document's body (what shows up on the page Tags and attributes are not case sensitive but values are.
7
Example of 4 basic tags in use / symbol closes a tag spacing is not read by computer but is for the programmer
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.