Wednesday, 21 February 2018
Work Life Of Jessica (A book review)
Title:
Work Life Of Jessica
No. of pages:
44
Price:
£ 2.16 Click here to buy
Preview:
To read first few chapters for free click here
Description:
This book was written by Ray and Anna because they were bored. This is...
Continue Reading...Monday, 29 January 2018
The beauty of Javascript
A few days ago I signed up for #CNC2018 blog more quest and for the I'll be publishing this article.
Today I shall be writing about the sweet ' sour programming language JavaScript. To start off let me tell you why I chose this first of...
Continue Reading...Monday, 22 January 2018
CatPhotoApp (FreeCodeCamp Front-End Development Certification)4
Delete HTML Elements
In this task all you have to do is delete your <h1>Hello World</h1> tags from the editor leaving
<h2>CatPhotoApp</h2>
<p>Kitty ipsum dolor</p>
untouched.
Click on run tests or press Ctrl + enter.
Now moving on to the next task .
Change the...
Continue Reading...Sunday, 21 January 2018
CatPhotoApp (FreeCodeCamp Front-End Development Certification)3
Comment out HTML
So this task is pretty simple in this all you have to do is comment out your <h1>Hello World</h1>tags and <p>Hello Paragraph</p>tags
and leave the <h2>CatPhotoApp</h2> tag uncommented
Like this..
<!--
<h1>Hello World</h1>
-->
<h2>CatPhotoApp</h2>
<!--
<p>Hello...
Continue Reading...Monday, 8 January 2018
Trend of 2018( cuddle)
Cuddling
Cuddling the best thing to do that gives that best feeling to anyone and everyone
it can be done with anyone or anything boy, girl, dog, cat, pillow, blanket
Cuddling is a universal way of showing affection. It doesn’t matter...
Continue Reading...Saturday, 6 January 2018
CatPhotoApp (FreeCodeCamp Front-End Development Certification)2
Inform with the Paragraph Element
p elements are preferred elements for normal-size text used in website paragraph.
You can create a p element like <p>hello</p>
see it's simple now in this task all you have to do is go on the next line below your <h2></h2> tags
in the editor write
<p>Hello...
Continue Reading...Friday, 5 January 2018
CatPhotoApp (FreeCodeCamp Front-End Development Certification )1
Headline with the h2 Element
In the next few challenges you will be making a cat photo app using HTML5, CSS and Bootstrap
that will look like this
So buckle up because it's gonna be a fun ride to the end!
In the first...
Continue Reading...
Subscribe to:
Posts
(
Atom
)