SL Hackz

Latest Post

HTML 3


Horizontal line attributes

Width
This is the Long of the Horizontal line. You can give it Width Value As a Pixel or As a percentage.

<hr width="550%">
<hr width=60%>
Alignment

This is the place of Horizontal line. you can change the place as Left, Right or Center.

<hr align="left">
<hr aligh="Right">
<hr align=center">

No Shade Option
You can add a No Shade inside for the Rule. if you add this code for your HTML page, That Rule automaticaly add gray color.

<hr size="50" noshade>

Color

This is the colour of Horizontal rule. You can give any colour for that.

<hr color="#ff0000">
<html>
<body>
<h1 align="center">Horizontal Rule</h1>
<hr color="#ff0000">
<hr size="10" width=70% color="#ff0000" align="left">
<hr size="50" width="400" align="Center">
<hr size="70" width=30% align="right">
<hr size="30" width="600" noshade>
</body>
</html>

HTML part 2



What is the HTML Comment?
Every HTML webpage have HTML comments.  but thats are not show for us. it is usefull for web Designers & Web Developments. If you have to add a HTML Comment, you should use Begin & End Tags.


HTML Paragraph
If you have to add a paragraph you can use this tag. it you can show in <p> tag. you after the start paragraph with tag, After end of paragraph you should use end tag. it is </p>





HTML Break
Break tag using for show somthing in next rule. This is only have Begin tag. i say Break tag not having a End tag. it is you can use in two types. <br> or <br/>



Horizontal Line
This tag is same to Breake tag. because it's have not end tag. only have begin tag. it show with this <hr> or <hr/> tag.



Now its over. Lets we meet with another post. it is Horizontal line Attributes

HTML



What is the HTML?
HTML is not a Computer Language. it is the Collection of 'Tags'. accordingly this is called to 'Markup Language'.

Object Editors
You can use this software for edit your webpage.
1. Editplus
2. Notepad
3. Notepad++

HTML Tags
This tags use to Describe webpage content. Tags are also have as Pair. But Special Tags are in single.



HTML Tags, Elements & Attributes


Basic Tags in HTML
    1. <html></html>
2. <head></head>
3. <title></title>
4. <body></body>

HTML tags are not case sensitive. (you can use Capital, Simple or Both)

HTML Page Structure

<html>
<head>
<title> CR4C3RS </title>
</head>
<body bgcolor="#ff0000">
<p><a href="www.slhackz.blogspot.com">This is the first HTML Lesson</a></p>
</body>
</html>

* If you want to what is this you can run this in your PC.

you want to save a webpage you must use this extention.
    1. html
2. htm
If you use PHP or ASP to make your webpage you must give .php or .asp extension.



HTML Heading
If you want to add some Paragraph as a heading you can use this tags.
<h1>Put your text here</h1> <h2>Put your text here</h2> <h3>Put your text here</h3> <h4>Put your text here</h4> <h5>Put your text here</h5> <h6>Put your text here</h6>

You can Edit 'Put your text here'. Replace this text with your text.


You can use align for set the place.
you can change align value Left, Right or Center.

Have you any problem please Comment here.

How to view sinhala in Opera?


this is very simple problem. you can't fix this install Sinhala-Tamil kit or otherone. it's no need to install anyone. :LOL: you can see before the fix look like this picture.


Now lets start Fix this problem.

go to this address.

opera://flags/#disable-direct-write


Now you can see like this picture. It's have "Disable DirectWrite" section.

Now click Enable button.

Now close your Browser and Restart it. you can watch sinhala in your browser.

Top 3 Notepad Tricks


Notepad is the simple text editor. it was published by Microsoft any version of Windows. it is very helpful for all users write a short note. after the save notepad file it was automatically saved in ".txt" format.
Today i'm ready to share top Notepad Tricks. that tips you can use astonish your friends.

1. Create fake windows errors
this is cool and awesome notepad trick. it's show a fake error message for user. now follow this steps.


  • Open Notepad
  • Type or Copy this codes.
X=Msgbox("Message Here",0+16,"Title Here-slhackz.blogspot.com")
  • Replace Message Here and Title Here-slhackz.blogspot.com with your Error message body and title of Error window.
  • Now save your file with .vbs extension like fake.vbs
  • Now run your saved file, after the run you can see your fake error message.
2. Bush Hid the facts
This is the most famous and short notepad trick. follow this steps.
  • open notepad
  • Type or Copy this codes.
BUSH HID THE FACTS
  • Now save your file with .txt extension like Bush.txt
  • Now run your file, is it amazing?
3. Speak Your Computer
This trick can speak your message by Computer.
  • open notepad
  • Type or Copy this codes.
    Dim message, sapi
    message=InputBox("http://slhackz.blogspot.com/") 
    Set sapi=CreateObject("sapi.spvoice") 
    sapi.Speak message
  • if you want to change the message replace http://slhackz.blogspot.com/ with your message.
  • Now save your file with .vbs extension like speak.vbs
  • Now run and listen it.

MKRdezign

Contact Form

Name

Email *

Message *

slhackz. Powered by Blogger.
Javascript DisablePlease Enable Javascript To See All Widget