I TRIED PUTTING THE HTML CODES BUT THEY WOULDNT SHOW UP!
What is HTML?
1.) HTML is a markup language, which is another name for text that tells the format and structure of a document.Html Tags:
<> < /HTML >-This HTML code is probably the most important, this says "the HTML coding is Begginning/Ending"
<> < /Body > This tells where your body of the cocument will be, and what it contains
< h1style="text-align:center"> < /h1 > This text i found on a different website, but it makes a title aligned in the center
< style="background-color:yellow"> This HTML makes the background yellow, but you can make it any color you'd like
3.) As you could probably tell, these tags are opened with "<>" and closed with ">"
4.) Parent and child elements are "labels" to organize a section of the document.
What is HTML?
1.) HTML is a markup language, which is another name for text that tells the format and structure of a document.Html Tags:
<> < /HTML >-This HTML code is probably the most important, this says "the HTML coding is Begginning/Ending"
<> < /Body > This tells where your body of the cocument will be, and what it contains
< h1style="text-align:center"> < /h1 > This text i found on a different website, but it makes a title aligned in the center
< style="background-color:yellow"> This HTML makes the background yellow, but you can make it any color you'd like
3.) As you could probably tell, these tags are opened with "<>" and closed with ">"
4.) Parent and child elements are "labels" to organize a section of the document.
Subscribe to:
Post Comments (Atom)
Post a Comment