Tags are used to mark-up html elements and are surrounded by 2 characters < and >. The surrounding characters are called angle brackets and they normally come in pairs like [b] and [/b]. The first tag in a pair is called a start tag [b] and the second one is called the end tag [/b]. The text between the start and end tags are called the elements and they are not case sensitive.
• Html stands for hyper text markup language • Mark up tags tell web browser how to display the page • An html file must have an htm or html file extention • An html file can be created using a simple text editor
Html elements • Html documents are text file made up of html elements • They are defined using html tags • Html works in a simple logical formant • HTML is written with text Html tags • Tags are used to mark-up html elements • Tags are surrounded by 2 characters < and > • The surrounding characters are called angle brackets • tags normally come in pairs like [b] and [/b] • the first tag in a pair is called a start tag [b] • the second one is called the end tag [/b] • the text between the start and end tags are called the elements • they are not case sensitive basic html tags • most important tags are o headings defined with the [h1] to [h6] • [br] breaks don’t have end tags • doesn’t show on the browser..just the source code
( ... )
Comments 5
Reply
Reply
Reply
The surrounding characters are called angle brackets and they normally come in pairs like [b] and [/b]. The first tag in a pair is called a start tag [b] and the second one is called the end tag [/b]. The text between the start and end tags are called the elements and they are not case sensitive.
replace all the [ and ] with < or >
kk?
Reply
you are so lazyy.
HTML basics
• Html stands for hyper text markup language
• Mark up tags tell web browser how to display the page
• An html file must have an htm or html file extention
• An html file can be created using a simple text editor
Html elements
• Html documents are text file made up of html elements
• They are defined using html tags
• Html works in a simple logical formant
• HTML is written with text
Html tags
• Tags are used to mark-up html elements
• Tags are surrounded by 2 characters < and >
• The surrounding characters are called angle brackets
• tags normally come in pairs like [b] and [/b]
• the first tag in a pair is called a start tag [b]
• the second one is called the end tag [/b]
• the text between the start and end tags are called the elements
• they are not case sensitive
basic html tags
• most important tags are
o headings
defined with the [h1] to [h6]
• [br] breaks don’t have end tags
• doesn’t show on the browser..just the source code ( ... )
Reply
Leave a comment