Ample Designs - JavaScript Logo

Where to use JavaScript?

Where to use JavaScrip? But, before that we need to understand the JavaScript tag.We insert HTML code between <html> and </html> tag, same way we use <script> and </script> tag …

Ample Designs - JavaScript Logo

JavaScript Introduction

JavaScript is a lightweight, cross-platform, and interpreted scripting language. It is well-known for the development of web pages, many non-browser environments also use it. JavaScript can be used for Client-side developments …

Ample Designs - Heading and Paragraph

HTML Headings and Paragraphs

HTML headings are the title and sub title for webpage. There are total six types of heading elements in HTML. (h1, h2, h3, h4, h5 and h6) h1 is the …

Ample Designs - Attribute Blog

HTML Attributes

We learn about HTML elements and most of the elements have attributes, which provides extra information about elements.All attributes are mention in two parts − a name and a value …

Ample Designs - HTML Page

My First HTML Page

For creating or modifying HTML page, you need a text editor. If you have windows based system then you can simply use Notepad or Notepad ++ and Mac users can …

Ample Designs - HTML 5

What is HTML?

HTML – Hyper Text Markup LanguageStandard markup language for creating Web pages and it describes the structure of a Web page.In HTML, elements are very important and these elements are …