- Get link
- X
- Other Apps
Prerequisites:
1. A text editor. You can use any text editor such as Notepad, VS Code, Sublime Text, Atom, Brackets, etc. As a beginner start using simple text editors like Notepad (Windows), Text Edit(Mac) or Gedit (Linux).
2. A modern browser, compatible of HTML5, JavaScript5 and CSS3. I would recommend you to use latest version of Chrome or Firefox.
Getting started:
You can learn HTML, CSS, JavaScript, SQL, PHP, jQuery, XML, Bootstrap etc. from the w3schools website.
What is HTML?
- HTML is the standard markup language for creating Web pages.
- HTML stands for Hyper Text Markup Language.
- HTML describes the structure of Web pages using markup
- HTML elements are the building blocks of HTML pages i.e. <div>, <p>, etc.
- HTML elements are represented by tags i.e <>
- HTML tags label pieces of content such as "heading", "paragraph", "table", and so on
- Browsers do not display the HTML tags, but use them to render the content of the page
- HTML file has an extension of '.html' or '.htm'
What is CSS?
- CSS stands for Cascading Style Sheets.
- CSS describes how HTML elements are to be displayed on screen, paper, or in other media.
- CSS saves a lot of work. It can control the layout of multiple web pages all at once
- External stylesheets are stored in CSS files.
- CSS file has an extension of '.css'
What is JavaScript?
- JavaScript is the programming language of HTML and the Web.
- JavaScript can change the content of an HTML element.
- JavaScript is one the most important languages of Web Development.
- JavaScript is a bit harder than HTML and CSS.
- JavaScript and Java are completely different languages, both in concept and design.
- JavaScript file has an extension of '.js'
Creating a Landing Web page:
Conclusion:
This project is hosted on codepen.io. A simple but efficient landing page that tells you how much time left to completion of the website.
Work for you:
- Change the 'Logo' text at the top left to an icon of your site.
- Change the 'background-color' to an 'background-image'.
- Insert some text at the bottom left corner of the page.
- Change the JavaScript code to the time of completion of you website i.e. change the parameter value of (Mar 31, 2018) to something else.
Comments
Post a Comment