Hi, Im going to start talking about it. Users with very little expert knowledge can use CMS to create web pages. However, web pages designers generally create pages in the language that they are written in HTML . HTML is the language used to build web pages. By convention, files in HTML format use the extension . htm or .html. in practice, designers use HTML editors,which allow them to design websites simply and intuitiuely. Now, Im gonna tell you some characteristcs of HTML. HTML is written with tags inside angle brackets(<>), these tags can be opening (e.g. <body>) or closing (e.g.<Abody>) HTML code always startswith the opening tag and end with the closing tag. HTML documents , have two main parts : The header, which is a stament at the top of the document, like a title. The body ,which is the content of the page. Tags are completed by attributes, which are parameters that indicate the properties or behaivour of the tag. All HTM...