HTML stands for Hypertext Markup Language, and it is the most widely used language on the web.
< title >
Makes the title of the web page< body >
Starts the body of a web page
< h1 >
Makes the header< img src="/images/myphoto.jpg" / >
Used for displaying images from a source< head >
Makes the top part of the page
If an element has elements inside of it, the main element is the parent, while the elements inside of it are the children.
An HTML element starts with a ‘less than’ sign, “<”, followed by a ‘greater than’ sign, “>”. The <> closes it. So to make a title, it would look like this:
< title >
No comments:
Post a Comment
Don't be dumb.