Showing posts with label HTML. Show all posts
Showing posts with label HTML. Show all posts

Monday, November 30, 2015

HTML / CSS

What Is  HTML/ CSS / JavaScript?:

HTML, CSS, and JavaScript are different programming languages, which are used to create and program websites and many more things. This book talks about how you can use one of the simplest format (HTML) to create a webpage/website. HTML is also shown in blogger, if you are working on a blog post, it is on the tab next to "compose". If you click on the HTML tab, it shows the way how you write/ type it on the screen.

HTML is the base of your website. CSS is used alongside HTML to create more specific designs, such as font, page color, size of your text. JavaScript is another common programming language for websites to carry out complicated operations.



Before you even start to write the code, you need a text editor such as textpad or notepad to write your HTML and CSS files.
You also need an internet browser to cross reference your website, and how it would look. Note: not all browsers support your website, so it is better to have multiple popular browsers installed in your system.
 You would also want to have a image editor such as Microsoft Paint that can save in ".jpg" or ".gif" format, but understand that you may not have it.