Sunday, October 7, 2018

Assignment 7.1

                                      What Is A HTML?

HTML is short for Hypertext Markup Language. It describes the structure of Web Pages.
HTML files are essentially text files that can used to create Web Pages that use tags around text at certain points. 

                        What are the sections of an HTML document?

The HTML documents are made up of three sections: Declarations, Head, and Body.
Declarations tells you what HTML you are using. The Head shows you what the Body is doing.
The Body is full of information and code that controls where the information shows up.

                           What is found in the HTML head content?

It holds the information used to help the computer find what it needs to interpret the HTML document and how it should use it.  

No comments:

Post a Comment