CMS Amigo Logo

Subcribe To CMS AMIGO Online Website Editor

We offer templates to our members that are built for speed, easy to edit and professional looking that help you produce a quality web presence. We know not ever Website owner has the time to create their own site, and that's why we offer you Web Development Services. You can hire one of our Web developers to build a high quality site for you that's ready for you to edit, and at an affordable price.

Get The Details Here
Link To CMS AMIGO Facebook Link To CMS AMIGO LinkedIn Link To CMS AMIGO Instagram

Help/Support
Home Sign Up WebDev Plans WebSite Development Responsive Websites Contact About

Subscribe to CMS Amigo Professional

Subscribing to CMS Amigo services is a two step process. The first is to make your payment through the Paypal link below. NOTE:You do not need a Paypal account to subscribe to the service. Paypal allows you to pay through most credit cards or a Visa Debit Card.

CMS Amigo Pro - 1 Year Access. You can also select option 2 which adds our Google High Availability Hosting with servers in The Google Cloud New York City for your domain for just $60.00 annually. You can pay with Paypal or your credit card.

Select Below


The second step is to complete the form below. Once we receive it we will send you your login details. By submitting this form you agree to the Terms and Conditions listed below this form. Thank you for choosing CMS Amigo.



SEE REFUND POLICY BELOW

Refund Policy


CMS Amigo

As we provide a demo for you to test the CMS Amigo app there are no refunds. If you are not satisfied with the demo, then do not order the product.


High Availability Google Hosting

We offer a 30 day "no questions asked" money back policy. Simply let us know within 30 days of your original hosting setup, and we will provide you with a full refund. There is only one condition under which this policy does not apply and that is, if you use your account to send spam, load rogue apps to your site or try to access the server root.


Terms and Conditions

We do not store data submitted through this form:

We do not retain your submitted data. We simply receive an email delete it after we set up your member's area.

Your Privacy:

We will never share your email address or any other information you may have submitted through this form. We will never contact you to ask for your credit card information or any other sensitive data. We only contact you for billing reasons and that email will be listed in your welcome email.

You Agree to Terms and Conditions:

CMS Amigo Terms and Conditions. This opens a new browser window - close it down to return to this page. Thank you.

What Is HTML5, CSS And Javascript

HTML, CSS, Javascript

1. Definitions

HTML5 (Hypertext Markup Language 5) is a markup language used for structuring and presenting hypertext documents on the World Wide Web. It was the fifth and final major HTML version that is now a retired World Wide Web Consortium (W3C) recommendation. The current specification is known as the HTML Living Standard.

CSS3, or Cascading Style Sheets Level 3, is a styling language that's used to format and describe the look of HTML documents. It's the most recent version of CSS and is used to make web pages more attractive, user-friendly, and efficient.

JavaScript is a programming language that makes web pages interactive. JavaScript enables features like image carousels, dropdown menus, and dynamic colors.

2. The Main Elements Of A Webpage

The three main elements of a Webpage are HTML5, CSS (Cascading Style Sheets) and Javascript. These are combined in an HTML document and rendered through a browser like Chrome or Safari.

3. How Does A Browser Work

Without a standards compliant browser you wouldn't see a Website properly because the browse renders all the code on a pae and makes it visible to you. When a browser renders a web page, it first receives the HTML code from the server, parses it to create a Document Object Model (DOM) tree, then combines this with the CSS styles (CSSOM) to build a "render tree" which determines the layout of each element, and finally "paints" the elements onto the screen, essentially drawing the visual representation of the page based on the calculated layout.

4. HTML5 Elements

Below is an example of an HTML5 element/tag. This is called the anchor or "a" tag and when clicked will take you to location it specifies. It is one of the most often used tags.


<a href="https://cmsamigo.com">CMS Amigo</a>

Another example is the "p" tag which creates a paragraph on the page.


<p>This is a paragraph</p>

More information about HTML5 Elements can be found at the link below to Mozilla's Developer section.

Mozilla.org

5. More Information About CSS3 And Javascript


Once again Mozilla.org offers a guide to Javascript.

Mozilla.org Javascript Information.

CSS3, or Cascading Style Sheets Level 3, is a styling language that's used to format and style HTML documents. It's the most recent version of CSS and offers many new features that make web design more dynamic and visually appealing.

The World Wide Web Consortium offers complete section about CSS.

World Wide Web Consortium.

If you really want to delve into CSS, you can visit the below link to Web Dev.

Web Dev CSS Section

7. This Section Of CMS Amigo Is A Reference Guide

This is my no means a comprehensive look at HTML5, CSS3 and Javascript. It's just some good information for those who might be interested in acquiring a little knowledge.