home
Guest Signup/Login to unlock all features

Menu

Views: 7388

Replies: 23

Share this post
facebook twitter wa-ico

avatar

HERO

abdegenius

Re: Become A Certified HTML Programming In Two Weeks ( Official Thread )

Jan 05 2017 at 07:38am

Now To Create A Div In Html

Div class is simple a combination of background , styles, border etc.

to create a div class .
start with ur opening tag

<div class="myfirst" style="background-color:white;border:2px dotted green;">Your Text</div>

now "Your Text" Will Have @ white background , Green ----- Border..

:--------------------:
: Your Text :
: -------------------:

some thing like this


quote ()
avatar

HERO

abdegenius

Re: Become A Certified HTML Programming In Two Weeks ( Official Thread )

Jan 05 2017 at 07:47am

Now <font>elements has different attributes..

<font color="green" align="center" family="arial" size="6">Your Text</font>

family - is the tag you to identify different font text
styles (Times Roman,Sans serif,Verdana,Helvetica, Arial etc Are all text family)

size - to increase text size 1-3 .. small text, 4 normal text,5 slightly large text,6 large text..

align - position text left , right or center

color - change the color of text


quote ()
avatar

HERO

abdegenius

Re: Become A Certified HTML Programming In Two Weeks ( Official Thread )

Jan 07 2017 at 12:05pm

comment before I continue want to know if you guys are following


quote ()
avatar

Member

usedweb

Re: Become A Certified HTML Programming In Two Weeks ( Official Thread )

Jan 08 2017 at 01:21am

Am following u sire


quote ()
avatar

HERO

abdegenius

Re: Become A Certified HTML Programming In Two Weeks ( Official Thread )

Jan 08 2017 at 06:44am

Please you guess really need to be encourage if you dont understand anything please comment like to go back before i continue meanwhile stay tuned for our next giveaway


quote ()
avatar

HERO

abdegenius

Re: Become A Certified HTML Programming In Two Weeks ( Official Thread )

Jan 09 2017 at 06:11am

Let's Proceed..

Now Note This About HTML coding..

There are different Versions on HTML the one I am teaching you is html 4,XHTML there is HTML 5 which is the latest version don't use capital letters when coding use app small letters ..

Now Let's Do Some practical

how to write you name in html with green background , white color and big size

for the sizing you can use <h2></h2> or <font size="5"></font>..

full code...

<!DOCTYPE HTML>
<html>
<head></head>
<body>
<p style=background-color:green;">
<font color="white">
<h2>PROJECT NAIJA HTML CLASS</h2>
</font>
</p>
</body>
</html>


quote ()
avatar

Member

Webclass

Re: Become A Certified HTML Programming In Two Weeks ( Official Thread )

Jan 10 2017 at 07:15am

With The Set Of Strings Above, It Will Succeed Given You A Red- Syntax Error.

Reason;

You Fail To Properly Declared The Paragraph Backgorund Style, Meaning That You Omitted The Quotation Sign "

Woow, This My First Post Here, I Think I Am Falling In_love With This Community, Keep It Up.


quote ()

Quick reply


+ files BBCode

Sponsored