Showing posts with label CSS. Show all posts
Showing posts with label CSS. Show all posts

Sunday, April 26, 2015

How to make a website using HTML and CSS in Notepad++

Source LINK-1 ...... John Creighton's You Tube Videos

Source LINK-2 ....... HTML & CSS for Beginners ===>>


In this track, you will learn the building blocks of HTML and CSS in order to create and style your first web page from scratch.
http://www.codecademy.com/en/tracks/htmlcss
Source LINK-3 .......

Wednesday, December 17, 2014

Info 2014 12 M

1) Styling HTML with CSS
CSS was introduced together with HTML 4, to provide a better way to style HTML elements.

CSS can be added to HTML in the following ways:

Inline - using the style attribute in HTML elements
Internal - using the <style> element in the <head> section
External - using an external CSS file
The preferred way to add CSS to HTML, is to put CSS syntax in separate CSS files.
2) HTML 5 Page Structure ======> LINK
3) বেসিক ওয়েবসাইট ডিজাইন ===================>> LINK
4) HTML5 Page Layout =================>>  LINK  LINK 2
5) a mailing list called Web Hypertext Application Technology Working Group (WHATWG) - - - - -

Info 2014 12 L

1) "Webnode" is an online Website Builder system developed by Westcom, s.r.o, a company based in Brno, Czech Republic. It can be compared with other online systems like "Weebly".
2) Top - 10 Programming language currently Used:
1. Java – 35.7%
2. C, C++ – 15.3%
3. C# – 12.7%
4. Perl – 11.9%
5. JavaScript – 10.9%
6. Visual Basic .NET – 5.2%
7. PHP – 2.9%
8. Ajax – 2.7%
9. Python – 2.0%
10. Ruby – 0.7%
3) HTML Color Picker ==============>> LINK

http://www.w3schools.com/tags/ref_colorpicker.asp
4) In HTML 4, several tags and attributes were used to style documents. These tags are not supported in newer versions of HTML.

Avoid using the elements: <font>, <center>, and <strike>, and the attributes: color and bgcolor.

5) How to make a website: CSS Tutorial - Basics. This is the first in a series of videos designed to teach the basics of CSS. This video will show the basic structure of a CSS style and will show 3 different methods to apply styles. This tutorial is based on CSS version 2.1.
http://www.youtube.com/watch?v=tYJ_Dmlnpsc